/install revertwtf-mcp-server
revert.wtf MCP Server Skill
Use this skill when changing packages/mcp, testing MCP behavior, documenting agent integration, or helping an agent consume revert.wtf data through MCP.
Product Intent
- The MCP server is open source and free.
- It is for agents that encounter an EVM/RPC/provider/wallet/AA/x402 error and need catalog-backed help instead of broad internet searching.
- It is read-only. Do not add signing, sending transactions, payment gating, chain calls, browser scraping, or provider fetches to MCP behavior.
- It must never require clients to download the full catalog for simple lookup/search. Search tools return bounded summaries; full entries are fetched by id.
Current Tools
explain_errordecode_revert_datasearch_catalogget_errorcatalog_statslist_sourceslookup_selectorexplain_aa_errorget_blockscout_chainsearch_blockscout_chains
Current Resources
revertwtf://catalog/statsrevertwtf://catalog/sourcesrevertwtf://catalog/errors/{id}revertwtf://catalog/sources/{source}revertwtf://blockscout/chains/{chainId}
Implementation Rules
- Reuse precise package subpaths when possible:
@revertwtf/parser/explain,@revertwtf/parser/decode,@revertwtf/aa/explain, and selector/catalog APIs. - Keep tool outputs JSON text for broad client compatibility.
- Keep resource payloads JSON with
application/json. - Keep input schemas explicit and small. Add
limit/offsetto list/search tools and cap maximum result counts. search_catalogmust return summary rows plus resource URIs, not full entries. Agents should callget_erroronly for a selected id.list_sourcesandsearch_blockscout_chainsshould stay paginated.- Preserve clear errors for unknown ids, invalid selectors, or missing resource params.
- Update
packages/mcp/README.mdanddocs/mcp-server.mdwhen the tool/resource surface changes.
Tests And Checks
Prefer in-memory MCP tests, not child-process stdio tests, because Windows local runs can hit spawn EPERM.
pnpm --filter @revertwtf/mcp test
pnpm --filter @revertwtf/mcp build
node node_modules/typescript/bin/tsc -p packages/mcp/tsconfig.json --noEmit
If testing stdio startup manually:
pnpm --filter @revertwtf/mcp build
pnpm --filter @revertwtf/mcp start
Do not leave a long-running MCP server process behind after smoke testing.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install revertwtf-mcp-server - After installation, invoke the skill by name or use
/revertwtf-mcp-server - Provide required inputs per the skill's parameter spec and get structured output
What is revert.wtf MCP Server Skill?
Maintain or use the read-only revert.wtf MCP server that exposes bounded catalog search, parser, selector lookup, AA explanations, x402 entries, and Blocksco... It is an AI Agent Skill for Claude Code / OpenClaw, with 21 downloads so far.
How do I install revert.wtf MCP Server Skill?
Run "/install revertwtf-mcp-server" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is revert.wtf MCP Server Skill free?
Yes, revert.wtf MCP Server Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does revert.wtf MCP Server Skill support?
revert.wtf MCP Server Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created revert.wtf MCP Server Skill?
It is built and maintained by mrtdlgc (@mrtdlgc); the current version is v1.0.0.