← Index

Bitcoin MCP

io.github.Bortlesboat/bitcoin-mcp·v0.5.1·Other
Quality Score
84
/100

49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "bitcoin-mcp": {
      "command": "uvx",
      "args": [
        "bitcoin-mcp"
      ],
      "env": {
        "BITCOIN_RPC_HOST": "<bitcoin_rpc_host>",
        "BITCOIN_RPC_PORT": "<bitcoin_rpc_port>",
        "BITCOIN_NETWORK": "<bitcoin_network>",
        "SATOSHI_API_URL": "<satoshi_api_url>",
        "SATOSHI_API_KEY": "<your-satoshi_api_key>"
      }
    }
  }
}
§02  Environment variables
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
secret

API key for authenticated access to the hosted Satoshi API (get one free at POST /api/v1/register)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other