Alchemy MCP Plugin

resolve_ens

Convert an ENS name to its corresponding blockchain address using the Alchemy MCP Plugin. Specify the ENS name and optional block tag for precise resolution.

Instructions

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" }
ID: p99w73336q