Skip to main content
Glama

Blockscout MCP Server

Official

get_address_logs

Retrieve and decode detailed logs from a specific blockchain address, including event parameters, contract details, and transaction context. Use this tool to monitor token activities, analyze smart contract events, or debug address-specific event history.

Instructions

Get comprehensive logs emitted by a specific address with decoded event data. Returns enriched log entries including decoded event parameters with types and values, detailed contract information (ENS names, verification status, public tags, proxy details, token metadata), block context, transaction hashes, and event signatures. Each log entry includes raw data, decoded event names, parameter extraction with indexed/non-indexed classification, and contract classifications. Essential for analyzing smart contract events emitted by specific addresses, monitoring token contract activities, tracking DeFi protocol state changes, debugging contract event emissions, and understanding address-specific event history flows.

Input Schema

NameRequiredDescriptionDefault
addressYesAccount address
block_numberNoPart of the combined next cursor to get the next page of results
chain_idYesThe ID of the blockchain
indexNoPart of the combined next cursor to get the next page of results
items_countNoPart of the combined next cursor to get the next page of results

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Account address", "title": "Address", "type": "string" }, "block_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Part of the combined next cursor to get the next page of results", "title": "Block Number" }, "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" }, "index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Part of the combined next cursor to get the next page of results", "title": "Index" }, "items_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Part of the combined next cursor to get the next page of results", "title": "Items Count" } }, "required": [ "chain_id", "address" ], "title": "get_address_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