Skip to main content
ClaudeWave
zvmzaretsky avatar
zvmzaretsky

onchain-decode-mcp

View on GitHub

FabTally Decode MCP server — EVM log/calldata/selector/ABI decode thin client for decode.fabtally.com

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · fabtally-decode-mcp
Claude Code CLI
claude mcp add onchain-decode-mcp -- npx -y fabtally-decode-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "onchain-decode-mcp": {
      "command": "npx",
      "args": ["-y", "fabtally-decode-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# FabTally Decode — MCP server

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.

## Tools (all paid; a call with no payment returns the decoded x402 402 challenge)

| 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.

## Transports

- **stdio** (portable): `npx fabtally-decode-mcp` (bin: `fabtally-decode-mcp`)
- **streamable-http** (hosted): `https://decode.fabtally.com/mcp`

Config: `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.

What people ask about onchain-decode-mcp

What is zvmzaretsky/onchain-decode-mcp?

+

zvmzaretsky/onchain-decode-mcp is mcp servers for the Claude AI ecosystem. FabTally Decode MCP server — EVM log/calldata/selector/ABI decode thin client for decode.fabtally.com It has 0 GitHub stars and was last updated today.

How do I install onchain-decode-mcp?

+

You can install onchain-decode-mcp by cloning the repository (https://github.com/zvmzaretsky/onchain-decode-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is zvmzaretsky/onchain-decode-mcp safe to use?

+

zvmzaretsky/onchain-decode-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains zvmzaretsky/onchain-decode-mcp?

+

zvmzaretsky/onchain-decode-mcp is maintained by zvmzaretsky. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to onchain-decode-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy onchain-decode-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: zvmzaretsky/onchain-decode-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/zvmzaretsky-onchain-decode-mcp)](https://claudewave.com/repo/zvmzaretsky-onchain-decode-mcp)
<a href="https://claudewave.com/repo/zvmzaretsky-onchain-decode-mcp"><img src="https://claudewave.com/api/badge/zvmzaretsky-onchain-decode-mcp" alt="Featured on ClaudeWave: zvmzaretsky/onchain-decode-mcp" width="320" height="64" /></a>

More MCP Servers

onchain-decode-mcp alternatives