@pipeworx/mempool-space
Connect: https://gateway.pipeworx.io/mempool-space/mcp · Install: one-click buttons
Tools: 10
mempool.space MCP — Bitcoin block explorer + mempool / fee statistics. No auth.
Tools
recommended_fees()— sat/vB fee recommendations (fastest / half-hour / hour / economy / minimum)mempool_stats()— current mempool size + tx count + total feesblock_height()— current chain tipget_block(hash_or_height)— block detailget_transaction(txid)— transaction detailget_tx_status(txid)— confirmation stateget_address(address)— UTXO + tx-count summaryget_address_transactions(address, limit?)— recent transactionshashrate(period?)— hashrate / difficulty historymining_pools(period?)— block share by mining pool
Networks
- Bitcoin mainnet (default)
- Pass
network: "testnet"for testnet or"signet"for signet - Pass
network: "liquid"for Liquid sidechain
Data source
https://mempool.space/api/ (and per-network sub-paths).
Tools
- recommended_fees — Current sat/vB fee recommendations.
- mempool_stats — Current mempool size + tx count + total fees.
- block_height — Current chain tip block height.
- get_block — Block detail by hash or height.
- get_transaction — Transaction detail.
- get_tx_status — Confirmation state.
- get_address — Address summary (UTXO + tx counts).
- get_address_transactions — Recent transactions for an address (~25 per call).
- hashrate — Network hashrate + difficulty history.
- mining_pools — Block share by mining pool.
Tools
-
block_height— Current chain tip block height. -
get_address— Address summary (UTXO + tx counts). -
get_address_transactions— Recent transactions for an address (~25 per call). -
get_block— Block detail by hash or height. -
get_transaction— Transaction detail. -
get_tx_status— Confirmation state. -
hashrate— Network hashrate + difficulty history. -
mempool_stats— Current mempool size + tx count + total fees. -
mining_pools— Block share by mining pool. -
recommended_fees— Current sat/vB fee recommendations.