Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

provider_get_code

Retrieve the smart contract code from a specified Ethereum or EVM-compatible address. Optionally specify a block tag to fetch code from a particular block.

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