← Back to Plugins
MCP Server MCP

io.github.csacanam/comprabtc

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "comprabtc-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Treasury/agent wallet that owns the plan (holds USDT, signs setup txs, receives WBTC). Required only for create/renew/cancel; reads work without it.",
          "isSecret": true,
          "name": "COMPRABTC_WALLET_PRIVATE_KEY"
        },
        {
          "description": "Safety cap per installment in USDT (default 50, pool-depth guard).",
          "name": "COMPRABTC_MAX_PER_RUN_USDT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...