← Back to Plugins
MCP Server MCP

io.github.sF1nX/x402station

github By github 👁 1 views ▲ 0 votes

x402station.io: independent risk-signal layer for x402 endpoints before agents pay.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "x402station-mcp",
      "version": "1.0.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "0x-prefixed 64-hex-char private key. Account must hold Base mainnet USDC. Required for any paid tool call.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENT_PRIVATE_KEY"
        },
        {
          "description": "Optional override. Only https://x402station.io or http(s)://localhost are accepted to prevent payload hijacking; any other value makes the adapter refuse to start.",
          "format": "string",
          "name": "X402STATION_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...