MCP Crypto Wallet EVM

MIT License
30
2
  • Apple
  • Linux

provider_get_block

Retrieve Ethereum or EVM-compatible blockchain block details by specifying its hash or tag, with options to include full transaction data or just hashes.

Instructions

Get a block by number or hash

Input Schema

NameRequiredDescriptionDefault
blockHashOrBlockTagYesBlock hash or block tag (latest, pending, etc.)
includeTransactionsNoWhether to include full transactions or just hashes

Input Schema (JSON Schema)

{ "properties": { "blockHashOrBlockTag": { "description": "Block hash or block tag (latest, pending, etc.)", "type": "string" }, "includeTransactions": { "description": "Whether to include full transactions or just hashes", "type": "boolean" } }, "required": [ "blockHashOrBlockTag" ], "type": "object" }
ID: iwjmbo1gl1