Bitcoin Transaction Decoder
x402/bitcoin-transaction-decoderDecode any Bitcoin transaction by txid into a human readable structure. Returns inputs with source addresses and amounts, outputs with destinations and amounts, total value in BTC, fee in sats with sats per vbyte, confirmation status, block height, timestamp, size, weight, plus pattern flags coinbase RBF OP_RETURN SegWit Taproot. Critical for AI agents. [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_transaction_decoder": {
"url": "https://proxy.suverse.io/v1/data/bitcoin-tx-decoder",
"transport": "http"
}
}
}