Odel
cryptoapis mcp x402 accept

cryptoapis mcp x402 accept

Local
@cryptoapis-ioTypeScriptMITUpdated 1mo ago

Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server

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-acceptv0.1.1

Run

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

MCP client config

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