This MCP server decodes EVM bytes into JSON. It provides an event-log decoder, a calldata explainer, selector lookup, and ABI fetching. The primary function is transforming low-level on-chain byte data (such as logs and calldata) into structured JSON outputs suitable for inspection and analysis.
๐ ๏ธ Key Features
- Decode EVM bytes to JSON
- Event-log decoder
- Calldata explainer
- Selector lookup
- ABI fetch
๐ Use Cases
- Interpret EVM event logs and convert them to JSON
- Explain and inspect calldata by producing readable JSON
- Look up selectors associated with on-chain interfaces
- Fetch ABI information to support decoding and interpretation
โก Developer Benefits
- Structured JSON decoding for EVM byte data
- Built-in tools for logs, calldata, selector resolution, and ABI retrieval
โ ๏ธ Limitations
- Description does not specify supported EVM networks, input formats, error handling, or performance characteristics