/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install revertwtf-mcp-server - 安装完成后,直接呼叫该 Skill 的名称或使用
/revertwtf-mcp-server触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21 次。
如何安装 revert.wtf MCP Server Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install revertwtf-mcp-server」即可一键安装,无需额外配置。
revert.wtf MCP Server Skill 是免费的吗?
是的,revert.wtf MCP Server Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
revert.wtf MCP Server Skill 支持哪些平台?
revert.wtf MCP Server Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 revert.wtf MCP Server Skill?
由 mrtdlgc(@mrtdlgc)开发并维护,当前版本 v1.0.0。