Bitcoin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 221 installs a week from pypi. Last commit 7 Sep 2026.
49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.
We read the source, 21 h ago · rules 3dff92dd89df
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.
execFileSync(cmd, ["--version"], { stdio: "ignore" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add bitcoin-mcp -- uvx bitcoin-mcp
{
"mcpServers": {
"bitcoin-mcp": {
"args": [
"bitcoin-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.bitcoin-mcp]
command = "uvx"
args = ["bitcoin-mcp"]
{
"mcpServers": {
"bitcoin-mcp": {
"args": [
"bitcoin-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"bitcoin-mcp": {
"args": [
"bitcoin-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
BITCOIN_RPC_HOST (Bitcoin Core RPC host (default: 127.0.0.1)), BITCOIN_RPC_PORT (Bitcoin Core RPC port (default: auto-selected by network)), BITCOIN_NETWORK (Bitcoin network: mainnet, testnet, signet, or regtest (default: mainnet). Sets default RPC port if BITCOIN_RPC_PORT is not set.), SATOSHI_API_URL (Override the default hosted API URL (default: https://bitcoinsapi.com). The hosted API is used automatically when no local node is detected.), SATOSHI_API_KEY (API key for authenticated access to the hosted Satoshi API (get one free at POST /api/v1/register)).
The author declared them in the registry entry; get the values from the project itself.
EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.
YouTube intelligence layer for AI agents. 41 tools, 10 modules, zero config.
JSON, YAML, TOML, INI config tools for AI agents
mempool.space MCP — Bitcoin block explorer + mempool/fee stats
MCP server for Lightning Tools — pay-per-call AI tools via Bitcoin Lightning
The dependency bloodhound for AI coding agents. Zero API keys, zero config.
MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting.
Graph-native persistent memory for AI agents — 33 MCP tools, zero-LLM writes.
Answers built from our own checks of this server.