Skip to content
Grok

agon gateway for Grok

io.github.agonx402/agon-gateway

MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.

client:Grok transport:stdio runtime:npm

Install agon gateway in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agon-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agonx402/gateway-mcp"
      ],
      "env": {
        "AGON_GATEWAY_BASE_URL": "<AGON_GATEWAY_BASE_URL>",
        "AGON_SIGNER_COMMAND": "<AGON_SIGNER_COMMAND>",
        "AGON_WALLET_PROFILE": "<AGON_WALLET_PROFILE>",
        "AGON_PAYMENT_MAX_AMOUNT_USD": "<AGON_PAYMENT_MAX_AMOUNT_USD>",
        "AGON_PAYMENT_DAILY_LIMIT_USD": "<AGON_PAYMENT_DAILY_LIMIT_USD>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agon gateway in other clients