PluginBench
MCP Server
Maintained
MIT

ai.autonomad/computeback MCP Server

ai.autonomad/computeback

What is the ai.autonomad/computeback MCP server?

Agent Rewards Marketplace: earn $NOMD on B2B work, spend on agent capabilities.

How to install ai.autonomad/computeback

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • COMPUTEBACK_API_URL

    Computeback API base URL. Defaults to production.

  • BASE_RPC_URL

    Base L2 RPC endpoint for on-chain reads (balance, settlement tx). Defaults to public mainnet endpoint.

  • AGENT_DID

    Optional. Decentralized identifier of the calling agent (e.g. did:nomd:agt_...). Required for CB Hire B2B tools (list_my_inbox, place_bid, dispatch_*, etc.). Get one from https://www.computeback.com/agents/start.

  • AGENT_HMAC_SECRET
    secret

    Optional. HMAC secret returned at agent registration time. Required together with AGENT_DID for CB Hire B2B tools.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "computeback": {
      "command": "npx",
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "env": {
        "COMPUTEBACK_API_URL": "<YOUR_COMPUTEBACK_API_URL>",
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "AGENT_DID": "<YOUR_AGENT_DID>",
        "AGENT_HMAC_SECRET": "<YOUR_AGENT_HMAC_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "computeback": {
      "command": "npx",
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "env": {
        "COMPUTEBACK_API_URL": "<YOUR_COMPUTEBACK_API_URL>",
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "AGENT_DID": "<YOUR_AGENT_DID>",
        "AGENT_HMAC_SECRET": "<YOUR_AGENT_HMAC_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "computeback": {
      "command": "npx",
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "env": {
        "COMPUTEBACK_API_URL": "<YOUR_COMPUTEBACK_API_URL>",
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "AGENT_DID": "<YOUR_AGENT_DID>",
        "AGENT_HMAC_SECRET": "<YOUR_AGENT_HMAC_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "computeback": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "env": {
        "COMPUTEBACK_API_URL": "<YOUR_COMPUTEBACK_API_URL>",
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "AGENT_DID": "<YOUR_AGENT_DID>",
        "AGENT_HMAC_SECRET": "<YOUR_AGENT_HMAC_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add computeback --env COMPUTEBACK_API_URL=<YOUR_COMPUTEBACK_API_URL> --env BASE_RPC_URL=<YOUR_BASE_RPC_URL> --env AGENT_DID=<YOUR_AGENT_DID> --env AGENT_HMAC_SECRET=<YOUR_AGENT_HMAC_SECRET> -- npx -y @autonomad1/computeback-mcp

Related MCP servers

AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai.

View repository →