Skip to content
Grok

halowerk mcp for Grok

io.github.halowerk/halowerk-mcp

134 paid APIs as MCP tools, billed per call in USDC on Base. No account, no login.

client:Grok transport:stdio runtime:npm

Install halowerk 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": {
    "halowerk-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "halowerk-mcp"
      ],
      "env": {
        "HALOWERK_PRIVATE_KEY": "<HALOWERK_PRIVATE_KEY>",
        "HALOWERK_MAX_PREIS_USDC": "<HALOWERK_MAX_PREIS_USDC>",
        "HALOWERK_BUDGET_USDC": "<HALOWERK_BUDGET_USDC>",
        "HALOWERK_MODUS": "<HALOWERK_MODUS>",
        "HALOWERK_TROCKEN": "<HALOWERK_TROCKEN>"
      }
    }
  }
}

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

halowerk mcp in other clients