MCP Servers / development / Bitcoin MCP

Bitcoin MCP

JSON →
stdionone2development

49 Bitcoin tools for agents: fees, mempool, blocks, mining, price, and transactions.

Install
How to run this server
[ { "cmd": "uvx bitcoin-mcp", "imports": [] } ]
server path: bitcoin-mcp
Tools
What this server exposes
get_fee_recommendation
Optimal fee rate with urgency tiers and savings tips
get_fee_estimates
Fee estimates across all confirmation targets
estimate_smart_fee
Fee estimate for a specific confirmation target
compare_fee_estimates
Side-by-side comparison of fee sources
estimate_transaction_cost
Exact cost estimate for a transaction before sending
analyze_block
Deep analysis of any block by height or hash
get_block_stats
Statistical breakdown of a block
get_block_count
Current chain height
compare_blocks
Compare two blocks side by side
search_blocks
Search a range of blocks
analyze_transaction
Full transaction analysis with inscription detection
decode_raw_transaction
Decode a raw transaction hex
send_raw_transaction
Broadcast a signed transaction
check_utxo
Check if a UTXO is spent or unspent
analyze_mempool
Full mempool analysis
Configuration
Environment & auth
authnone
envSATOSHI_API_KEY
envBITCOIN_RPC_HOST
envBITCOIN_RPC_PORT
envSATOSHI_API_URL
Resources
Bitcoin MCP — MCP Server · libregistry