Skip to content
Grok

erabi for Grok

io.github.hmakt99/erabi

Check paid x402 APIs before your agent spends: signed uptime/price attestations. Zero-config join.

client:Grok transport:stdio runtime:npm

Install erabi 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": {
    "erabi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "erabi-mcp"
      ],
      "env": {
        "ERABI_REGISTRY_URL": "<ERABI_REGISTRY_URL>",
        "ERABI_EXCHANGE_URL": "<ERABI_EXCHANGE_URL>",
        "ERABI_ATTRIBUTION_URL": "<ERABI_ATTRIBUTION_URL>",
        "ERABI_REPUTATION_URL": "<ERABI_REPUTATION_URL>",
        "ERABI_KEY_DIR": "<ERABI_KEY_DIR>"
      }
    }
  }
}

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

erabi in other clients