← Back to Plugins
MCP Server MCP

io.github.Z333Q/p402

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @p402/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@p402/mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your P402 API key. Get one at https://p402.io/dashboard/settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "P402_API_KEY"
        },
        {
          "description": "P402 router base URL override. Defaults to https://p402.io",
          "format": "string",
          "name": "P402_ROUTER_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...