ENS MCP Server
JSON →Interact with the Ethereum Name Service (ENS) to resolve names, check availability, and retrieve records.
Install
npx -y mcp-server-ens Tools · 8
- resolve_ens_name Resolve an ENS name to an Ethereum address
- lookup_ens_name Lookup an Ethereum address to find its ENS name
- get_ens_text_record Get a text record for an ENS name
- get_ens_addr_record Get an address record for an ENS name
- get_ens_content_hash Get the content hash for an ENS name
- get_ens_expiry Get the expiry date of an ENS name
- get_ens_owner Get the owner of an ENS name
- get_ens_resolver Get the resolver contract for an ENS name
Environment variables
PROVIDER_URL
Links
★ 8 GitHub stars