HomeFinance › anchor-x402-mcp

anchor-x402-mcp

x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-04 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.anchor-x402.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http anchor-x402-mcp https://api.anchor-x402.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "anchor-x402-mcp": {
      "url": "https://api.anchor-x402.com/mcp"
    }
  }
}

Package (npm 0.2.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "anchor-x402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ANCHOR_WALLET_PRIVATE_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANCHOR_WALLET_PRIVATE_KEY required secret — EVM private key (0x-prefixed hex). The wallet pays for x402 calls in USDC on Base mainnet. Fund with USDC before use.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry