mcpbeat Sign in

Comprabtc MCP Server

local only

Comprabtc runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 12 Aug 2026.

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

Installs per day peak 15 · avg 3 · -15% w/w
a month agotoday
31
Installs / week
npm · comprabtc-mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
License
Solidity

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет
Sends data to a third-party sink backend/src/telegram.ts:12
const API = (token = config.telegramBotToken) => `https://api.telegram.org/bot${token}`;
        "input": "0x60c06040526001600455348015610014575f5ffd5b506040516111c23803806111c283398101604081905261003391610136565b6001600160a01b038516158061005057506001600160a01b038416155b8061006257506001600160a01b038316155b8061007457506001600160a01b038216155b156100925760405163d92e233d…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add comprabtc -- npx -y comprabtc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "comprabtc": {
      "args": [
        "-y",
        "comprabtc-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.comprabtc]
command = "npx"
args = ["-y", "comprabtc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "comprabtc": {
      "args": [
        "-y",
        "comprabtc-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "comprabtc": {
      "args": [
        "-y",
        "comprabtc-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COMPRABTC_WALLET_PRIVATE_KEY (Treasury/agent wallet that owns the plan (holds USDT, signs setup txs, receives WBTC). Required only for create/renew/cancel; reads work without it.), COMPRABTC_MAX_PER_RUN_USDT (Safety cap per installment in USDT (default 50, pool-depth guard).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Comprabtc

same job, measured the same way
Bvcc Agent Wallet
by blockventurechaincapital

Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

124 installs/wk local only
Fensory
by fensory

Non-custodial trading for AI agents: 1,900+ assets — US stocks, treasuries, gold, 250+ perps.

answering
Forge Treasury
by forgetreasury

Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury.

9 tools answering
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

120 installs/wk local only
agentic-pay
by shieldcubed

Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.

31 installs/wk local only
Epsilon
by alienbase-xyz

Non-custodial limit, stop-loss and DCA trading on Epsilon (Robinhood Chain) for AI agents

26 installs/wk 15 tools answering
send21
by send21io

Non-custodial payment drafts/pay links for BTC, USDC, USDT, EURC. Never holds keys.

9 tools answering
SaturnZap
by lqwdtech

Non-custodial Bitcoin Lightning (LDK) wallet for AI agents — pays L402 APIs from CLI or MCP.

49 installs/wk local only

Comprabtc — questions

Answers built from our own checks of this server.

Why is there no uptime for Comprabtc?
Comprabtc runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package comprabtc-mcp was installed 31 times last week.
How do I connect Comprabtc?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls comprabtc-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Comprabtc?
The npm package comprabtc-mcp was installed 31 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Comprabtc open source?
We cannot say either way: written in Solidity and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.