MCP Crypto Wallet EVM

MIT License
30
2
  • Apple
  • Linux

provider_get_logs

Retrieve Ethereum and EVM-compatible blockchain logs by applying custom filters, such as address, block range, and topics, to extract specific on-chain events and data.

Instructions

Get logs that match a filter

Input Schema

NameRequiredDescriptionDefault
filterYesThe filter to apply

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "The filter to apply", "properties": { "address": { "type": "string" }, "fromBlock": { "type": "string" }, "toBlock": { "type": "string" }, "topics": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "filter" ], "type": "object" }
ID: iwjmbo1gl1