Alchemy MCP Plugin

lookup_address

Retrieve the ENS name associated with a blockchain address using the Alchemy MCP Plugin. Simplify blockchain data interactions by resolving addresses to human-readable names.

Instructions

Lookup the ENS name for an address

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to lookup

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to lookup", "type": "string" } }, "required": [ "address" ], "type": "object" }
ID: p99w73336q