get_transaction
ActiveTool of Blockscout
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Blockscout
https://github.com/pipeworx-io/mcp-blockscout
1/7 registries