Blockscout MCP
get_address_by_ens_name
Useful for when you need to convert an ENS domain name (e.g. "blockscout.eth") to its corresponding Ethereum address.
Remote blockscout/mcp-server
Other tools also called get_address_by_ens_name?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"description": "ENS domain name to resolve"
}
}
}