Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

provider_get_code

Retrieve Ethereum or EVM-compatible smart contract code from a specified address. Optionally include a block tag for historical data. Integrates with MCP Crypto Wallet EVM for blockchain operations.

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