Skip to main content
Glama

Blockscout MCP Server

Official

get_transaction_info

Retrieve detailed blockchain transaction info, including decoded inputs, token transfers, address metadata, fee breakdown, and transaction types. Ideal for analyzing smart contracts, DeFi operations, and debugging.

Instructions

Get comprehensive transaction information. Unlike standard eth_getTransactionByHash, this tool returns enriched data including decoded input parameters, detailed token transfers with token metadata, address information (ENS names, contract verification status, public tags, proxy details), transaction fee breakdown (priority fees, burnt fees) and categorized transaction types. Essential for transaction analysis, debugging smart contract interactions, tracking DeFi operations.

Input Schema

NameRequiredDescriptionDefault
chain_idYesThe ID of the blockchain
hashYesTransaction hash

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" }, "hash": { "description": "Transaction hash", "title": "Hash", "type": "string" } }, "required": [ "chain_id", "hash" ], "title": "get_transaction_infoArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/blockscout/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server