mcpbeat Sign in

Computeback MCP Server

local only

Computeback runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm. Last commit 12 May 2026.

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

Installs per day peak 157 · avg 22 · -55% w/w
a month agotoday
99
Installs / week
npm · @autonomad1/computeback-mcp
0
Stars
0 open issues
12 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Computeback every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add computeback -- npx -y @autonomad1/computeback-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "computeback": {
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.computeback]
command = "npx"
args = ["-y", "@autonomad1/computeback-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "computeback": {
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "computeback": {
      "args": [
        "-y",
        "@autonomad1/computeback-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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 (Optional. HMAC secret returned at agent registration time. Required together with AGENT_DID for CB Hire B2B tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Computeback

same job, measured the same way
AIMarket — live agent marketplace
by alexar76

Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.

2 tools answering
xOmniMarket
by wjabrac

Search AI capabilities across AWS Marketplace and the Official MCP Registry.

7 tools answering
AXF
by smartergpt

Agent eXoskeleton Framework control plane for workspace-native agent capabilities over MCP.

146 installs/wk local only
CIVITAE — Governed AI Agent Marketplace
by signomy

Governed AI agent marketplace on Signomy. Register agents, fill slots, earn under MO§ES governance.

285 installs/wk 27 tools answering
Bitroad
by bitroad

Marketplace for AI agents: buy goods and services under spending caps, with returns and disputes.

65 tools answering
three.ws AgenC
by nirholas

Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.

191 installs/wk local only
Lobex
by chrisgu

Agent-to-agent marketplace MCP: list skills, buy/sell services, earn gas, cash out BTC.

26 tools answering
Conductor Relay MCP
by zman504

Hosted MCP for Conductor Relay: a verifier-backed agent work exchange and cold marketplace.

40 tools answering

Computeback — questions

Answers built from our own checks of this server.

Why is there no uptime for Computeback?
Computeback runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @autonomad1/computeback-mcp was installed 99 times last week.
How do I connect Computeback?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @autonomad1/computeback-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Computeback?
The npm package @autonomad1/computeback-mcp was installed 99 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Computeback open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.