Skip to main content
Glama

Blockscout MCP Server

Official

get_address_by_ens_name

Convert an ENS domain name to its corresponding Ethereum address using blockchain data from the Blockscout MCP Server. Ideal for resolving domain names to addresses for transactions or analysis.

Instructions

Useful for when you need to convert an ENS domain name (e.g. "blockscout.eth") to its corresponding Ethereum address.

Input Schema

NameRequiredDescriptionDefault
nameYesENS domain name to resolve

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "ENS domain name to resolve", "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "get_address_by_ens_nameArguments", "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/blockscout/mcp-server'

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