Skip to main content
Glama

EVM MCP Server

by mcpdotdirect

resolve_ens

Convert ENS names like 'vitalik.eth' into Ethereum addresses using the EVM MCP Server. Works across 30+ blockchain networks, defaulting to Ethereum mainnet for optimal resolution.

Instructions

Resolve an ENS name to an Ethereum address

Input Schema

NameRequiredDescriptionDefault
ensNameYesENS name to resolve (e.g., 'vitalik.eth')
networkNoNetwork name (e.g., 'ethereum', 'optimism', 'arbitrum', 'base', etc.) or chain ID. ENS resolution works best on Ethereum mainnet. Defaults to Ethereum mainnet.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ensName": { "description": "ENS name to resolve (e.g., 'vitalik.eth')", "type": "string" }, "network": { "description": "Network name (e.g., 'ethereum', 'optimism', 'arbitrum', 'base', etc.) or chain ID. ENS resolution works best on Ethereum mainnet. Defaults to Ethereum mainnet.", "type": "string" } }, "required": [ "ensName" ], "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/mcpdotdirect/evm-mcp-server'

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