Skip to content
Grok

hyre mcp for Grok

io.github.cryptoeights/hyre-mcp

17 DeFi + RWA tools — PumpFun, wallet PnL, Meteora LP, Robinhood Chain stocks — paid via x402.

client:Grok transport:stdio runtime:npm

Install hyre mcp 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": {
    "hyre-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hyre-mcp"
      ],
      "env": {
        "SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>",
        "HYRE_API_URL": "<HYRE_API_URL>"
      }
    }
  }
}

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

hyre mcp in other clients