Skip to main content
Glama

Alchemy MCP Plugin

by itsanishjain

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" }

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/itsanishjain/alchemy-sdk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server