Install
openclaw skills install revertwtf-mcp-serverMaintain or use the read-only revert.wtf MCP server that exposes bounded catalog search, parser, selector lookup, AA explanations, x402 entries, and Blockscout registry tools to agents.
openclaw skills install revertwtf-mcp-serverUse this skill when changing packages/mcp, testing MCP behavior, documenting agent integration, or helping an agent consume revert.wtf data through MCP.
explain_errordecode_revert_datasearch_catalogget_errorcatalog_statslist_sourceslookup_selectorexplain_aa_errorget_blockscout_chainsearch_blockscout_chainsrevertwtf://catalog/statsrevertwtf://catalog/sourcesrevertwtf://catalog/errors/{id}revertwtf://catalog/sources/{source}revertwtf://blockscout/chains/{chainId}@revertwtf/parser/explain, @revertwtf/parser/decode, @revertwtf/aa/explain, and selector/catalog APIs.application/json.limit/offset to list/search tools and cap maximum result counts.search_catalog must return summary rows plus resource URIs, not full entries. Agents should call get_error only for a selected id.list_sources and search_blockscout_chains should stay paginated.packages/mcp/README.md and docs/mcp-server.md when the tool/resource surface changes.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.