get-ens-address
Retrieve the Ethereum Name Service (ENS) address for a specified domain name, chain ID, and block number using MetaMask MCP server integration.
Instructions
Fetch the ENS address for name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockNumber | No | Block number to get ENS address at. | |
| chainId | No | ID of chain to use when fetching data. | |
| name | Yes | Name to get the address for. |