Base Chain Transaction Decoder
x402/base-chain-transaction-decoderDecode 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]
Similar MCP servers embedding-nearest
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"
}
}
}