mcp-mempool
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMPOOL_API_BASE | No | Base URL for the mempool.space API. Can be used to point to a self-hosted instance or other networks. | https://mempool.space/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_recommended_feesA | Get current recommended Bitcoin transaction fees in sat/vB (fastestFee, halfHourFee, hourFee, economyFee, minimumFee). Call this when the user asks what fee to use for a transaction right now. |
| get_mempool_statsA | Get the current state of the Bitcoin mempool: number of unconfirmed transactions, total virtual size (vBytes), and total pending fees in satoshis. Useful to judge network congestion. |
| get_tipA | Get the current Bitcoin chain tip: block height and block hash. |
| get_recent_blocksA | Get a summary of the most recent Bitcoin blocks: height, hash, timestamp, transaction count, size, and median fee. Returns up to 10 blocks. |
| get_transactionA | Get details for a Bitcoin transaction by txid: confirmation status, block height, fee, size, and inputs/outputs summary. |
| get_addressA | Get stats for a Bitcoin address: confirmed balance, total received/spent, and transaction counts (on-chain and in mempool). |
| get_priceA | Get the current Bitcoin price in USD, EUR, GBP, CAD, CHF, AUD, and JPY. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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