Odel
x402station mcp

x402station mcp

Local
@sf1nx3JavaScriptMITUpdated 3mo ago

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

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).

npmx402station-mcpv1.0.11

Run

npx -y x402station-mcp

MCP client config

{
  "mcpServers": {
    "x402station-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x402station-mcp"
      ]
    }
  }
}