MCP Server
MCP
io.github.csacanam/comprabtc
Non-custodial Bitcoin DCA for agent treasuries: approve USDT once, stack WBTC on Celo forever.
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
By
Comments
Sign in to leave a comment