Skip to content
Grok

comprabtc for Grok

io.github.csacanam/comprabtc

Non-custodial Bitcoin DCA for agent treasuries: approve USDT once, stack WBTC on Celo forever.

client:Grok transport:stdio runtime:npm

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

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

comprabtc in other clients