Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

provider_get_storage_at

Retrieve storage data at a specific position for a given Ethereum or EVM-compatible address. Optional block tag allows querying data from specific blockchain states.

Instructions

Get the storage at a position for an address

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to get storage from
blockTagNoOptional block tag (latest, pending, etc.)
positionYesThe storage position

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to get storage from", "type": "string" }, "blockTag": { "description": "Optional block tag (latest, pending, etc.)", "type": "string" }, "position": { "description": "The storage position", "type": "string" } }, "required": [ "address", "position" ], "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