Odel
p402 protocol

p402 protocol

Local
@z333qTypeScriptMITUpdated 1mo ago

Multi-provider AI router with x402 micropayment settlement on Base L2. 1% flat fee.

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@p402/mcp-serverv1.0.0

Run

npx -y @p402/mcp-server

MCP client config

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