reverse_ens

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

Reverse-resolve an Ethereum address (0x…) to its primary ENS name and profile records. Keyless.

Parameters

NameTypeRequiredDescription
addressstringyesAn Ethereum address, e.g. “0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045”.

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":"reverse_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