mcpbeat Sign in

CRA AGENT MCP Server

local only

CRA AGENT runs on your own machine — the client starts it, so there is no endpoint to ping. 534 installs a week from npm. Last commit 22 Sep 2026.

Lets an agent pay for x402 APIs in USDC on Arc, under a spending policy it cannot change.

Installs per day peak 395 · avg 18
a month agotoday
534
Installs / week
npm · @cra-agent/mcp
1
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check CRA AGENT 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 cra-agent -- npx -y @cra-agent/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cra-agent": {
      "args": [
        "-y",
        "@cra-agent/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cra-agent]
command = "npx"
args = ["-y", "@cra-agent/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cra-agent": {
      "args": [
        "-y",
        "@cra-agent/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cra-agent": {
      "args": [
        "-y",
        "@cra-agent/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CRA_NETWORK (arc (mainnet) or arcTestnet), CRA_KEY_FILE (Path to a chmod 600 file holding the agent's private key. Never put the key in a prompt.), CRA_POLICY (Spending limits, e.g. daily=5,per_seller=0.5,per_payment=0.05), CRA_RPC_URL (Optional RPC endpoints, comma separated, in priority order), DATABASE_URL (Optional Postgres for the ledger; in memory without it). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CRA AGENT

same job, measured the same way
XDC AI
by 0xbeny

Wallet and payments for AI agents: auto-pay x402 APIs in USDC on XDC, within on-chain limits.

answering
X402 MCP
by kwizzlesurp10-ctrl

Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.

19 tools answering
C
santyvv-data — market & on-chain data
by santyvv

Market and on-chain crypto data for AI agents. Pay per call in USDC on Base (x402).

8 tools answering
N
Revenue Agent — OpenAPI Audit & Change Detection
by prh

Paid OpenAPI audit and API change detection for agents. $0.10 USDC per analysis via x402 on Base.

1 tools answering
X402 API
by fernsugi

DeFi data API for AI agents — pay-per-call via x402/USDC on Base

39 installs/wk local only
Telemost MCP Server
by telemost

Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.

37 installs/wk 20 tools answering
App Store data for agents
by fetcher-appstore

9 App Store endpoints. Pay per call in USDC via x402.

11 tools answering
Arch Tools MCP
by deesmo

63 production tools for AI agents — one API key, pay per call in USDC (x402) or Stripe credits.

63 tools answering

CRA AGENT — questions

Answers built from our own checks of this server.

Why is there no uptime for CRA AGENT?
CRA AGENT 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 @cra-agent/mcp was installed 534 times last week.
How do I connect CRA AGENT?
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 @cra-agent/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CRA AGENT?
The npm package @cra-agent/mcp was installed 534 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 CRA AGENT open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.