Skip to content
Back to search
30
MCP http

Base Chain Transaction Decoder

x402/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 Aerodrome Aave Compound, ERC20 token transfers with amounts, native ETH transfers, gas usage, and a one line intent summary. Critical for AI agents analyzing wallet activity on Base and debugging failed transactions. [x402: $0.05/call on base, category=finance]

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

Similar MCP servers embedding-nearest

Bitcoin Transaction Decoder
Decode any Bitcoin transaction by txid into a human readable structure. Returns inputs with source addresses and amounts, outputs with desti
0 tools · http
Base Wallet Transaction History
Get recent transaction history for any Base wallet address with parsed details. Returns up to 20 recent transactions with hash, timestamp, v
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
Base Smart Contract Info Lookup
Get detailed information for any verified smart contract on Base chain. Returns contract name, compiler version, source code availability, f
0 tools · http
EruditePay BASE: Transactions
All transactions in a Base block — decoded with from/to/value [x402: $0.001/call on eip155:8453, category=other]
0 tools · http
EruditePay TRON: Transaction Decode
Decode and analyze a Tron transaction by hash [x402: $0.005/call on eip155:8453, category=other]
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "base_chain_transaction_decoder": {
      "url": "https://proxy.suverse.io/v1/data/base-tx-decoder",
      "transport": "http"
    }
  }
}