Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

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" }

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/dcSpark/mcp-cryptowallet-evm'

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