Alchemy MCP Plugin

resolve_ens

Resolve an ENS name to an address

Input Schema

NameRequiredDescriptionDefault
blockTagNoThe block tag to use for resolution
nameYesThe ENS name to resolve

Input Schema (JSON Schema)

{ "properties": { "blockTag": { "description": "The block tag to use for resolution", "type": "string" }, "name": { "description": "The ENS name to resolve", "type": "string" } }, "required": [ "name" ], "type": "object" }