lookupAddress
Resolve an Ethereum address to its ENS name using the MCP Ethers Wallet. Input the address, and optionally specify a chain ID or provider for accurate network resolution.
Instructions
Get the ENS name for an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to resolve | |
chainId | No | Optional. The chain ID to use. If provided with a named network and they don't match, the RPC's chain ID will be used. | |
provider | No | Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. |