Skip to main content
Glama

MCP Ethers Wallet

getEnsResolutionGuidance

Resolve ENS names and perform operations like checking balances, transaction counts, or contract code across supported Ethereum networks with defined guidance.

Instructions

Get guidance for resolving ENS names across networks and performing operations

Input Schema

NameRequiredDescriptionDefault
ensNameYesThe ENS name to resolve (e.g., 'vitalik.eth')
operationYesThe operation to perform: 'balance' for ETH balance, 'txCount' for transaction count, 'code' for contract code
targetNetworkYesThe target network to perform operations on (e.g., 'MEGA Testnet', 'Optimism')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ensName": { "description": "The ENS name to resolve (e.g., 'vitalik.eth')", "type": "string" }, "operation": { "description": "The operation to perform: 'balance' for ETH balance, 'txCount' for transaction count, 'code' for contract code", "enum": [ "balance", "txCount", "code" ], "type": "string" }, "targetNetwork": { "description": "The target network to perform operations on (e.g., 'MEGA Testnet', 'Optimism')", "type": "string" } }, "required": [ "ensName", "targetNetwork", "operation" ], "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/crazyrabbitLTC/mcp-ethers-server'

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