Skip to content
Back to search
30
MCP http

Bitcoin Transaction Decoder

x402/bitcoin-transaction-decoder

Decode 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]

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Base Chain Transaction Decoder
Decode any Base chain transaction by hash into a structured human readable summary. Returns invoked smart contracts with labels like Uniswap
0 tools · http
Cosmos Chain Transaction Decoder
Decode any Cosmos SDK transaction by hash from any Cosmos chain including Cosmos Hub, Noble, Osmosis, Juno, Stride. Returns message types Ms
0 tools · http
Bitcoin Recommended Transaction Fees
Get current recommended Bitcoin transaction fees based on mempool congestion. Returns fee rates in sats per vbyte for different confirmation
0 tools · http
EruditePay BTC: Decode
Decode a Bitcoin PSBT — return human-readable inputs, outputs, fees [x402: $0.03/call on eip155:8453, category=other]
0 tools · http
Bitcoin Block Information
Get detailed information for any Bitcoin block by height or hash. Returns block hash, height, timestamp, transaction count, total fees paid
0 tools · http
SuVerse Solana Transaction Decoder
Decode any Solana transaction by signature into a structured human-readable summary. Returns invoked programs, token balance changes, fees i
0 tools · http

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"
    }
  }
}