← Back to Skills Marketplace
mrtdlgc

revert.wtf MCP Server Skill

by mrtdlgc · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
21
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install revertwtf-mcp-server
Description
Maintain or use the read-only revert.wtf MCP server that exposes bounded catalog search, parser, selector lookup, AA explanations, x402 entries, and Blocksco...
README (SKILL.md)

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_error
  • decode_revert_data
  • search_catalog
  • get_error
  • catalog_stats
  • list_sources
  • lookup_selector
  • explain_aa_error
  • get_blockscout_chain
  • search_blockscout_chains

Current Resources

  • revertwtf://catalog/stats
  • revertwtf://catalog/sources
  • revertwtf://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/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.
  • Preserve clear errors for unknown ids, invalid selectors, or missing resource params.
  • Update packages/mcp/README.md and docs/mcp-server.md when 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.

Usage Guidance
Install only if you want these ClawHub and Convex maintainer workflows available to your agent. Review commands before approving live moderation, GitHub publishing, package installation, remote validation, or full-access autoreview runs, because those actions can affect repositories, PRs, users, or external services.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skills provide ClawHub/Convex development, code review, UI proof, moderation, and remote validation guidance; the sensitive capabilities observed are consistent with those stated purposes.
Instruction Scope
Some workflows use high-impact tools such as GitHub CLI, repo-local moderation commands, remote validation, package installers, and nested review commands, but the instructions scope them to explicit user tasks, reasons, confirmation, auth checks, and audit logging.
Install Mechanism
The artifact is composed of SKILL.md guidance, reference files, YAML UI metadata, icons, and one disclosed helper script; no hidden installer, obfuscated bootstrap, or unexpected package modification was observed.
Credentials
Network, filesystem, and command usage are proportionate to the developer workflows, such as fetching PR state, running tests, installing Convex packages, or launching remote validation only when needed.
Persistence & Privilege
The autoreview helper can run nested Codex review with full-access sandbox bypass by default and moderation workflows can mutate live ClawHub state, but these are plainly documented, task-aligned, and include opt-outs or confirmation/audit controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install revertwtf-mcp-server
  3. After installation, invoke the skill by name or use /revertwtf-mcp-server
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of revertwtf-mcp-server skill. - Exposes a read-only MCP server for bounded catalog search, parser, selector lookup, AA explanations, x402 entries, and Blockscout registry tools. - Provides tools such as explain_error, decode_revert_data, search_catalog, get_error, and more for agent integration. - Enforces JSON outputs and paginated/bounded search for efficient and compatible data access. - Focuses on easy and precise retrieval of error and catalog information for agents encountering EVM/AA/revert issues. - Includes clear operating and testing guidelines to ensure reliability and clean test runs.
Metadata
Slug revertwtf-mcp-server
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments