← anchor-x402.com

INDIVIDUAL MCP TOOL

decode_tx

Structured decode of any mainnet transaction by hash.

anchor-x402.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.anchor-x402.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for decode_tx and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

anchor-x402.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.anchor-x402]
url = "https://api.anchor-x402.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anchor-x402": {
      "type": "http",
      "url": "https://api.anchor-x402.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anchor-x402
Remote MCP URL: https://api.anchor-x402.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "anchor-x402": {
      "url": "https://api.anchor-x402.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anchor-x402": {
      "type": "http",
      "url": "https://api.anchor-x402.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anchor-x402",
  "transport": "streamable-http",
  "url": "https://api.anchor-x402.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • anchor_hash — Anchor a 32-byte hash to Base + Solana mainnet in parallel.
  • attest_decision — Attest a decision over (input_hash, output_hash, decision): sign it yourself, or omit the signature and the treasury signs for you — then dual-chain anchor.
  • aura_read — Read the aura of anything — color, tier (S/A/B/C/D/F), score 0-9999, description.
  • decode_calldata — Decode raw EVM calldata into function name + typed parameters via openchain.xyz + eth_abi.
  • grade_target — Academic letter grade with red-pen marginalia for anything.
  • intel_wallet — Unified wallet intelligence bundle.
  • investigate_wallet — Agent-driven wallet due diligence — multi-step investigation, signed markdown report + JSON sidecar, dual-chain anchored.
  • ledger_report — Signed + dual-chain-anchored x402 expense report (markdown + CSV, async job).