You're viewing a demo portfolio

Join the waitlist
PRSM

get_transaction

Active

Tool of Blockscout

declared in 0.1.0

"Look up transaction [0xhash]" / "what happened in tx [hash]" / "decode tx [X]" — full transaction detail (from, to, value, method, status, gas, decoded calldata). Pass chain + tx_hash. Use for forensic tx analysis, MEV inspection, contract-call breakdown.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "chain": "ethereum",
      "tx_hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
    }
  ],
  "required": [
    "chain",
    "tx_hash"
  ],
  "properties": {
    "chain": {
      "type": "string"
    },
    "tx_hash": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Blockscout

https://github.com/pipeworx-io/mcp-blockscout

1/7 registries
View full server →