resolve_ens

Pack: ens · Endpoint: https://gateway.pipeworx.io/ens/mcp

Resolve an ENS name (e.g. “vitalik.eth”) to its Ethereum address and profile records (avatar, description, socials: twitter/github/discord/email/url). Keyless.

Parameters

NameTypeRequiredDescription
namestringyesAn ENS name, e.g. “nick.eth”.

Example call

curl -X POST https://gateway.pipeworx.io/ens/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"resolve_ens","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ens": {
      "url": "https://gateway.pipeworx.io/ens/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026