base-tx-explain

0200project/base-tx-explain
★ 0 stars TypeScript AI/LLM Updated today
Paid MCP server: plain-English deterministic decode of any Base mainnet transaction. Strict JSON with assets moved, counterparties, risk flags, gas in USD. $0.02/call via x402.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "base-tx-explain": {
      "command": "npx",
      "args": [
        "-y",
        "0200project/base-tx-explain"
      ]
    }
  }
}

README Excerpt

**One MCP tool: `explain_transaction(tx_hash)` → strict JSON explanation of any Base mainnet transaction.** Feed it a transaction hash. Get back what happened, in plain English, plus the structured facts: what moved, who was involved, what to be careful about, what it cost. Deterministic onchain decode — **no LLM anywhere in the response path**, so the same input always produces the same output, there is nothing to hallucinate, and the JSON contract is stable enough to parse blind.

Topics

ai-agentsbaseblockchaincrypto-paymentsethereummcpmcp-servermodel-context-protocoltransaction-decoderx402