Serversio.github.sF1nX/x402station
X

io.github.sF1nX/x402station

io.github.sF1nX/x402station · v1.0.3
▦ npm
v1.0.3npm npm: x402station-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sF1nX/x402station",
  "description": "Pre-flight oracle for x402 — detect decoys, zombies, and price traps before agents pay.",
  "repository": {
    "url": "https://github.com/sF1nX/x402station",
    "source": "github",
    "subfolder": "mcp-adapter"
  },
  "version": "1.0.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "x402station-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "0x-prefixed 64-hex-char private key. Account must hold Base Sepolia USDC (or Base mainnet after switch). Required for any 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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}