MCP Etherscan Server

get-ens-name

Get the ENS name for an Ethereum address

Input Schema

NameRequiredDescriptionDefault
addressYesEthereum address (0x format)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Ethereum address (0x format)", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "address" ], "type": "object" }