Odel
cryptoapis mcp x402 pay

cryptoapis mcp x402 pay

Local
@cryptoapis-ioTypeScriptMITUpdated 1mo ago

MCP server that pays x402-gated HTTP endpoints — fetch, and on a 402 authorize, sign, retry

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@cryptoapis-io/mcp-x402-payv0.4.0

Run

npx -y @cryptoapis-io/mcp-x402-pay

MCP client config

{
  "mcpServers": {
    "cryptoapis-mcp-x402-pay": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-x402-pay"
      ]
    }
  }
}