Skip to main content
Glama
Ethosbtc

mcp-mempool

by Ethosbtc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMPOOL_API_BASENoBase 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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