Decode EVM bytes to JSON: event-log decoder, calldata explainer, selector lookup, ABI fetch.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Developer on-chain decoding reads that turn raw EVM bytes into human-readable JSON β the capability buried inside $49-999/mo RPC plans. Fronts the Decode HTTP API at https://decode.fabtally.com. Holds no private key.
| Tool | Price | What it does |
|---|---|---|
decode_log | $0.003 | Flagship. Decode event LOGS to JSON. {chain, tx_hash} decodes every log in a tx, or {chain, address, topics[], data} a single log; optional abi. Returns event name + canonical signature + named/typed args β handling tuple/array/nested params, anonymous events, indexed vs non-indexed. Resolves ABI via Sourcify/Blockscout + 4byte when none is given. |
decode_calldata | $0.002 | Decode a function call. {chain, to?, data, abi?} β selector resolved to a function signature (provided ABI / verified source / 4byte.directory) + fully decoded typed arguments. |
selector_lookup | $0.001 | Resolve a 4-byte function selector (0x+8 hex) or a 32-byte event topic (0x+64 hex) to human signature(s) via 4byte.directory + openchain.xyz, with a verified flag. |
abi_fetch | $0.002 | Fetch a contract's verified ABI + metadata (Sourcify/Blockscout) + verification status + full proxy-implementation resolution (EIP-1967/1822/OZ-legacy/beacon) β returns the implementation ABI for proxies. Args: address, chain. |
Chains: ethereum, base, arbitrum, optimism, polygon, bsc.
Every tool also accepts an optional x_payment (base64 x402 payload) that is
forwarded as the X-PAYMENT header to settle the call and return the real result.
Humans can instead prepay by card and use an X-FabTally-Key credit key against
the HTTP API.
npx fabtally-decode-mcp (bin: fabtally-decode-mcp)https://decode.fabtally.com/mcpConfig: FABTALLY_DECODE_BASE (default https://decode.fabtally.com).
Read-only, keyless, stateless, descriptive. Operated by Sunstone Soft (fabtally.com). Not a security guarantee or financial advice.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/fabtally-decode)<a href="https://allmcps.com/mcp/fabtally-decode"><img src="https://allmcps.com/api/badge/fabtally-decode?style=directory" alt="FabTally Decode on AllMCPs" /></a>