Odel
x402 api mcp server

x402 api mcp server

Local
@fernsugiJavaScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@x402-api/mcp-serverv1.0.2

Run

npx -y @x402-api/mcp-server

MCP client config

{
  "mcpServers": {
    "x402-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@x402-api/mcp-server"
      ]
    }
  }
}