Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

provider_get_code

Retrieve the smart contract code stored at a specific Ethereum or EVM-compatible blockchain address. Specify the address and optional block tag for accurate code retrieval.

Instructions

Get the code at an address

Input Schema

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

Input Schema (JSON Schema)

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