mcpbeat Sign in

Capacity Attest MCP Server

local only

Capacity Attest runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 17 Sep 2026.

Signed delivery claims for x402 capacity trades: GPU-hours, storage, API credits, bandwidth.

Installs per day peak 464 · avg 21
a month agotoday
97
Installs / week
npm · capacity-attest
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const match = AGENT_REGISTRY_REF_RE.exec(input.reputationRegistryRef);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/publish-capacity-attest.yml:31
      - name: Update npm (trusted publishing + provenance need npm >= 11.5.1)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 capacity-attest -- npx -y capacity-attest
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "capacity-attest": {
      "args": [
        "-y",
        "capacity-attest"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.capacity-attest]
command = "npx"
args = ["-y", "capacity-attest"]
.cursor/mcp.json
{
  "mcpServers": {
    "capacity-attest": {
      "args": [
        "-y",
        "capacity-attest"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "capacity-attest": {
      "args": [
        "-y",
        "capacity-attest"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CAPACITY_ATTEST_DATA_DIR (Directory the append-only claims ledger (claims.jsonl) is written to and read from. Defaults to ./data inside the package.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Capacity Attest

same job, measured the same way
TitanStore Commerce MCP
by fish-tacos

MCP commerce surface for compute credits, API keys, GPU instances, and cloud storage.

5 tools answering
O
Fileshareforagents
by fileshareforagents

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

local only
Lazareus
by ajwentcrazy

S3 storage and Solana/Base/Ethereum health checks for AI agents, paid per call via x402.

8 tools answering
Agtrepo Memory
by agtrepo

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

6 tools answering
Onvibe
by onvibe

Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron.

answering
Pingpoint
by sudzikcoin

Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.

282 installs/wk local only
Todo MCP
by pasichdev

Shared TODO/backlog MCP server with claim tracking, web UI, and encrypted local storage.

local only
Run402
by run402

x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions.

3 775 installs/wk 4 tools answering

Capacity Attest — questions

Answers built from our own checks of this server.

Why is there no uptime for Capacity Attest?
Capacity Attest 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 capacity-attest was installed 97 times last week.
How do I connect Capacity Attest?
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 capacity-attest straight from npm; nothing to host, nothing to sign up for.
How many people use Capacity Attest?
The npm package capacity-attest was installed 97 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Capacity Attest 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.