btc-public-data
Provides tools for querying public Bitcoin network data such as mempool fees, backlog, hashrate, difficulty, block tip, transaction details, and address statistics via mempool.space and Blockstream Esplora.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@btc-public-datawhat's the current recommended Bitcoin fee?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
btc-public-data
Local MCP server plus CLI wrapping public Bitcoin APIs. No keys. No private data.
Eight tools, same interface for the CLI and MCP tools/list / tools/call:
get_fees— mempool.space recommended sat/vBget_mempool— backlog count, vsize, total feesget_hashrate— network hashrate and difficultyget_network— tip height from mempool.space and Blockstream, difficulty, pricesget_tx— Blockstream public tx summaryget_address— Blockstream watch-only address statsget_lightning— Lightning nodes, channels, capacity, typical feessnapshot— one-call dashboard
Second source is Blockstream Esplora so tip / tx / address can be checked independently. HTTP GETs use a 15s TTL cache and retry 429 / 5xx.
Run
bun src/cli.ts list
bun src/cli.ts snapshot
bun src/cli.ts get_fees
bun src/server.tsbun testRelated MCP server: mcp-blockstream-info
Optional Lightning support
The tool is MIT and free. An optional 5,000-sat Lightning add-on is on SUPPORT.md.
License
MIT © 2026 Matthew Ball
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.
Bitcoin intelligence API. Pay per call via L402 Lightning (10-200 sats). No accounts needed.
Read-only BTC/XMR/ZEC/DOGE/LTC chain data for AI agents (16 tools)
Read-only THORChain swap quotes, liquidity pools, and network status.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides real-time Bitcoin blockchain data by querying the mempool.space API, offering tools to get address statistics, transaction history, UTXOs, transaction details, and block information.77 npm4MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Bitcoin blockchain data including blocks, transactions, addresses, mempool, and fee estimates via the Blockstream.info Esplora API.8 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides real Bitcoin full node data via 17 tools, with pay-per-call in USDC on Base mainnet. Free tools include blockchain info, fees, and mempool; paid tools enable transaction tracking, address analysis, and more.MIT
- FlicenseBqualityDmaintenanceEnables Bitcoin blockchain data retrieval and analysis through free APIs, including transaction, address, market data, and network metrics.123-