Skip to content
Cursor

halowerk mcp for Cursor

io.github.halowerk/halowerk-mcp

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

client:Cursor transport:stdio runtime:npm

Install halowerk mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

halowerk mcp in other clients