Skip to main content
Glama

MetaMask MCP

by Xiawpohr

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xiawpohr/metamask-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server