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 "Install 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 testOptional 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only Animica chain data, free AI inference, verifiable quantum randomness, and mining stats.
mempool.space MCP — Bitcoin block explorer + mempool/fee stats
Live and historical cryptocurrency prices via CoinGecko free API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matthewrball/btc-public-data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server