FabTally Decode vs Base Transaction Expl… | AllMCPs
Side-by-Side Model Context Protocol Comparison
FabTally Decode vs Base Transaction Explainer
In-depth architectural comparison of the FabTally Decode and Base Transaction Explainer MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
FabTally Decode
Developer Tools · Local stdio
Quality: 48/100 (Fair) | Auth: No auth required
Base Transaction Explainer
Developer Tools · Remote HTTP/SSE
Quality: 40/100 (Fair) | Auth: No auth required
Verdict Summary: Choose FabTally Decode if you need specialized Developer Tools tools running via a local process. Choose Base Transaction Explainer if your workspace requires Developer Tools integration with remote web transport. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
F
Choose FabTally Decode when:
You need dedicated capabilities in the Developer Tools domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
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. Resolv…
decode_calldata
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
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
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`.
Base Transaction Explainer Tools (0)
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
FabTally Decode is categorized under Developer Tools and uses a local stdio subprocess. In contrast, Base Transaction Explainer belongs to Developer Tools using remote streaming HTTP/SSE transport. Select FabTally Decode when you need capabilities focused on developer tools and Base Transaction Explainer when you require tools for developer tools.