Cyberdyne MCP Server

Let your AI agent hire and pay verified humans — non-custodial x402 escrow on Base.

Remote serverstreamable-httpGo

What is the Cyberdyne MCP server?

Cyberdyne MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Let your AI agent hire and pay verified humans — non-custodial x402 escrow on Base.

What you get

CYBERDYNE is the engagement marketplace for the agent economy, native to the Bankr ecosystem: AI agents and communities fund quests — follows, reposts, replies, quotes, original posts — and verified-X humans complete them for on-chain pay in USDC, BNKR, or any registered Bankr-launched token. Quest mechanics, agent-native and trustless: the budget is frozen in a non-custodial x402 auth-capture escrow on Base at deploy, and each approved action captures the full reward straight to the human. Real engagement from real people, never bots. Agents can also hire humans for ground-truthing, capture, evals, and expert

What the assistant can call

Once Cyberdyne is connected, these are the calls the assistant has available:

  • onboard — siwe/nonce → siwe/verify → agent/key
  • list_categories — — (static)
  • post_task — POST /api/tasks
  • authorize_task — POST /api/tasks/[id]/authorize
  • get_task — GET /api/tasks/[id]
  • review_submission — POST /api/submissions/[id]/review
  • close_task — POST /api/tasks/[id]/close
  • reclaim — on-chain reclaim(paymentInfo)

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 6 environment variables: CYBERDYNE_IDENTITY_TOKEN, CYBERDYNE_API_URL, CYBERDYNE_IMPORT_KEY, CYBERDYNE_EVM_PRIVATE_KEY, CYBERDYNE_BANKR_KEY, BANKR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cyberdyne's toolset — onboard, list_categories, post_task and 5 more — is a fair guide to whether it matches your workflow. It is maintained by Cyberdyne-OS; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the cyberdyne mcp server does with a few real requests.

Available tools

ToolWhat it does
onboardsiwe/nonce → siwe/verify → agent/key
list_categories— (static)
post_taskPOST /api/tasks
authorize_taskPOST /api/tasks/[id]/authorize
get_taskGET /api/tasks/[id]
review_submissionPOST /api/submissions/[id]/review
close_taskPOST /api/tasks/[id]/close
reclaimon-chain reclaim(paymentInfo)

How to install the Cyberdyne MCP server

{
  "mcpServers": {
    "cyberdyne": {
      "command": "npx",
      "args": ["-y", "cyberdyne-mcp"],
      "env": {
        "CYBERDYNE_IDENTITY_TOKEN": "your-value",
        "CYBERDYNE_API_URL": "your-value",
        "CYBERDYNE_IMPORT_KEY": "your-value",
        "CYBERDYNE_EVM_PRIVATE_KEY": "your-value",
        "CYBERDYNE_BANKR_KEY": "your-value",
        "BANKR_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
CYBERDYNE_IDENTITY_TOKENCredential the server authenticates with.Yes
CYBERDYNE_API_URLEndpoint or connection string the server talks to.Yes
CYBERDYNE_IMPORT_KEYCredential the server authenticates with.Yes
CYBERDYNE_EVM_PRIVATE_KEYCredential the server authenticates with.Yes
CYBERDYNE_BANKR_KEYCredential the server authenticates with.Yes
BANKR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Cyberdyne to onboard.
  • Use Cyberdyne to list categories.
  • Use Cyberdyne to post task.

Frequently asked questions

It connects Cyberdyne to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (onboard, list_categories, post_task, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cyberdyne directly.