Agentโ™ฅ๏ธŽAge
Catalog

Base Transaction Explainer

Official1 tool

by 0200project ยท TypeScript

Plain-English decode of any Base mainnet transaction: strict JSON, risk flags, no LLM.

base-tx-explain MCP Server

The io.github.0200project/base-tx-explain MCP server provides a plain-English decoder for Base mainnet transactions. It exposes one tool that accepts a transaction hash and returns a strict JSON explanation that includes structured facts, risk flags, and cost details. The response path is deterministic with no LLM involvement.

๐Ÿ› ๏ธ Key Features

  • One MCP tool: explain_transaction(tx_hash)
  • Strict JSON output contract (stable for parsing)
  • Plain-English explanation plus structured onchain facts
  • Includes risk flags, what moved, who was involved, and what it cost
  • Deterministic onchain decode: no LLM in the response path
  • Base mainnet only (chain id 8453)

๐Ÿš€ Use Cases

  • Decode and summarize what happened in a Base mainnet transaction
  • Validate transaction intent and participants with structured facts
  • Surface risk flags and cost information for transaction review

โšก Developer Benefits

  • Tool count: 1 (simple integration surface)
  • No LLM anywhere in the response path
  • Deterministic output for the same input
  • JSON-first responses designed for machine parsing

โš ๏ธ Limitations

  • Base mainnet only (8453); other networks are not supported

Topics

baseblockchainethereummcpmcp-servertransaction-decoderx402ai-agentscrypto-paymentsmodel-context-protocol