mcp-mempool
Provides tools for querying live Bitcoin data from mempool.space, including recommended fees, mempool statistics, blocks, transactions, address balances, and price.
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., "@mcp-mempoolWhat are the current Bitcoin fees and mempool stats?"
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.
mcp-mempool
MCP (Model Context Protocol) server for the mempool.space Bitcoin API. No API key required.
Lets any MCP client (Claude Code, Claude Desktop, etc.) query live Bitcoin data: recommended fees, mempool state, blocks, transactions, addresses, price.
Tools
Tool | Arguments | Returns |
| — | Fee estimates in sat/vB (fastest, 30 min, 1 h, economy, minimum) |
| — | Unconfirmed tx count, total vsize, total pending fees |
| — | Current block height and hash |
|
| Recent blocks: height, time, tx count, median fee, mining pool |
|
| Confirmation status, fee, fee rate, inputs/outputs |
|
| Confirmed balance, received total, tx counts, pending delta |
| — | BTC price in USD, EUR, GBP, CAD, CHF, AUD, JPY |
Related MCP server: mcp-l402-gate-example
Install and build
npm install
npm run buildTry it
examples/client.mjs spawns the server over stdio and calls each tool:
npm run exampleUse with Claude Code
claude mcp add mempool -- node /path/to/mcp-mempool/dist/index.jsThen ask, for example: "quels frais je mets pour une transaction confirmée dans l'heure ?"
Use with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mempool": {
"command": "node",
"args": ["/path/to/mcp-mempool/dist/index.js"]
}
}
}Other networks / self-hosted instance
Set MEMPOOL_API_BASE to point elsewhere (default: https://mempool.space/api):
{
"mcpServers": {
"mempool-testnet": {
"command": "node",
"args": ["/path/to/mcp-mempool/dist/index.js"],
"env": { "MEMPOOL_API_BASE": "https://mempool.space/testnet4/api" }
}
}
}Works with any mempool.space-compatible instance (e.g. a self-hosted one on your own node).
Notes
Uses the public REST API; heavy usage should point
MEMPOOL_API_BASEat a self-hosted instance (mempool.space rate-limits aggressively).API errors are returned as MCP tool errors (
isError: true) with the upstream message, so the model can react to them.
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that provides AI agents with real-time and historical Bitcoin network data by wrapping the mempool.space WebSocket and REST APIs. It enables tracking addresses, monitoring blocks, and retrieving transaction details or fee estimates through natural language.MIT
- Alicense-qualityDmaintenanceMinimal MCP server demonstrating L402 pay-per-call with Depth-of-Identity reputation gating, providing a bitcoin data tool that fetches BTC price and mempool fees.MIT
- Alicense-qualityCmaintenanceMCP server for Bitcoin block explorer and mempool/fee statistics, providing tools to query fees, mempool stats, blocks, transactions, addresses, hashrate, and mining pools.10MIT
- AlicenseBqualityCmaintenanceMCP server offering 26 Lightning-paid tools for Bitcoin mempool intelligence and sovereign on-prem AI inference, with no third-party APIs and pay-per-call in sats.26181MIT
Related MCP Connectors
mempool.space MCP — Bitcoin block explorer + mempool/fee stats
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
MCP server for Blockscout
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/Ethosbtc/mcp-mempool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server