Skip to main content
Glama

Blockscout MCP Server

Official

get_address_by_ens_name

Convert ENS domain names (e.g., 'blockscout.eth') to their corresponding Ethereum addresses using this tool on the Blockscout MCP Server, enabling seamless blockchain data access and 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