Bitcoin Recommended Transaction Fees
x402/bitcoin-recommended-transaction-feesGet current recommended Bitcoin transaction fees based on mempool congestion. Returns fee rates in sats per vbyte for different confirmation speeds fastest half hour hour economy minimum. Includes mempool unconfirmed tx count, total mempool size in MB, total fee in sats, and a per fee tier histogram. Critical for AI agents broadcasting Bitcoin transactions. [x402: $0.05/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bitcoin_recommended_transaction_fees": {
"url": "https://proxy.suverse.io/v1/data/bitcoin-fees-recommended",
"transport": "http"
}
}
}