Base Transaction Expl… vs FabTally Decode | AllMCPs
Side-by-Side Model Context Protocol Comparison
Base Transaction Explainer vs FabTally Decode
In-depth architectural comparison of the Base Transaction Explainer and FabTally Decode 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
Base Transaction Explainer
Developer Tools · Remote HTTP/SSE
Quality: 40/100 (Fair) | Auth: No auth required
FabTally Decode
Developer Tools · Local stdio
Quality: 48/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Base Transaction Explainer if you need specialized Developer Tools tools running via a hosted cloud SSE transport. Choose FabTally Decode if your workspace requires Developer Tools integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Base Transaction Explainer when:
You need dedicated capabilities in the Developer Tools domain.
You prefer remote streaming HTTP/SSE transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
No explicit tool names declared in metadata yet. Check project README on main listing page.
FabTally Decode Tools (4)
decode_log
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`.
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).
Base Transaction Explainer is categorized under Developer Tools and uses a remote streaming HTTP/SSE transport. In contrast, FabTally Decode belongs to Developer Tools using local stdio subprocess. Select Base Transaction Explainer when you need capabilities focused on developer tools and FabTally Decode when you require tools for developer tools.