Skip to content
Gemini CLI

halowerk mcp for Gemini CLI

io.github.halowerk/halowerk-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install halowerk mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "halowerk-mcp": {
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

halowerk mcp in other clients