← Index

io.github.sF1nX/x402station

io.github.sF1nX/x402station·v1.0.3·Other
Quality Score
85
/100

Pre-flight oracle for x402 — detect decoys, zombies, and price traps before agents pay.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "x402station": {
      "command": "npx",
      "args": [
        "-y",
        "x402station-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<your-agent_private_key>",
        "X402STATION_BASE_URL": "<x402station_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "x402station": {
      "command": "npx",
      "args": [
        "-y",
        "x402station-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<your-agent_private_key>",
        "X402STATION_BASE_URL": "<x402station_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y x402station-mcp
§02  Environment variables
AGENT_PRIVATE_KEY
requiredsecret

0x-prefixed 64-hex-char private key. Account must hold Base Sepolia USDC (or Base mainnet after switch). Required for any tool call.

X402STATION_BASE_URL

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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other