Bitcoin MCP✓
io.github.Bortlesboat/bitcoin-mcp · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Bortlesboat/bitcoin-mcp",
"description": "49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.",
"title": "Bitcoin MCP",
"repository": {
"url": "https://github.com/Bortlesboat/bitcoin-mcp",
"source": "github"
},
"version": "0.5.1",
"packages": [
{
"registryType": "pypi",
"identifier": "bitcoin-mcp",
"version": "0.5.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bitcoin Core RPC host (default: 127.0.0.1)",
"format": "string",
"name": "BITCOIN_RPC_HOST"
},
{
"description": "Bitcoin Core RPC port (default: auto-selected by network)",
"format": "string",
"name": "BITCOIN_RPC_PORT"
},
{
"description": "Bitcoin network: mainnet, testnet, signet, or regtest (default: mainnet). Sets default RPC port if BITCOIN_RPC_PORT is not set.",
"format": "string",
"name": "BITCOIN_NETWORK"
},
{
"description": "Override the default hosted API URL (default: https://bitcoinsapi.com). The hosted API is used automatically when no local node is detected.",
"format": "string",
"name": "SATOSHI_API_URL"
},
{
"description": "API key for authenticated access to the hosted Satoshi API (get one free at POST /api/v1/register)",
"format": "string",
"isSecret": true,
"name": "SATOSHI_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}