MetaMask MCP

get-ens-address

Retrieve the Ethereum Name Service (ENS) address for a specified name, chain ID, and block number, using MetaMask MCP for secure blockchain interactions.

Instructions

Fetch the ENS address for name.

Input Schema

NameRequiredDescriptionDefault
blockNumberNoBlock number to get ENS address at.
chainIdNoID of chain to use when fetching data.
nameYesName to get the address for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockNumber": { "description": "Block number to get ENS address at.", "format": "int64", "type": "integer" }, "chainId": { "description": "ID of chain to use when fetching data.", "type": "number" }, "name": { "description": "Name to get the address for.", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: cw2ldcetl4