Skip to main content
Glama

Blockscout MCP Server

Official

get_transaction_logs

Retrieve and decode detailed transaction logs from blockchain transactions. Access enriched event data, contract information, and categorized event signatures for smart contract analysis, token tracking, and DeFi protocol monitoring.

Instructions

Get comprehensive transaction logs with decoded event data. Unlike standard eth_getLogs, this tool returns enriched logs including decoded event parameters with types and values, detailed contract information (ENS names, verification status, public tags, proxy details, token metadata), block context, and categorized event signatures. Each log entry includes raw data, decoded method calls, parameter extraction, and contract classifications. Essential for analyzing smart contract events, tracking token transfers, monitoring DeFi protocol interactions, debugging event emissions, and understanding complex multi-contract transaction flows.

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_logsArguments", "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