Skip to main content
Glama

Grove's MCP Server for Pocket Network

search_logs

Search blockchain event logs by address and topics across multiple networks to analyze smart contract interactions and transaction patterns.

Instructions

Search event logs by address and topics

Input Schema

NameRequiredDescriptionDefault
blockchainYesBlockchain name
filterYesLog filter with fromBlock, toBlock, address, topics
networkNoNetwork type (defaults to mainnet)

Input Schema (JSON Schema)

{ "properties": { "blockchain": { "description": "Blockchain name", "type": "string" }, "filter": { "description": "Log filter with fromBlock, toBlock, address, topics", "type": "object" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" } }, "required": [ "blockchain", "filter" ], "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/buildwithgrove/mcp-pocket'

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