Agent Tools
Back to MCP servers

ENS Resolver — Name ↔ Address + Avatar

https://server.smithery.ai/axel-belfort/ens-resolver/mcp
● healthy

ENS name resolution API for AI agents. Resolve ENS names (vitalik.eth) to Ethereum addresses and reverse-resolve addresses to ENS names. Includes avatar URLs and text records. Tools: crypto_resolve_ens. Use this for displaying human-readable names, identity verification, or building wallet UIs. The identity layer every crypto agent needs. IMPORTANT: For wallet balance lookup, use wallet_get_portfolio instead. Returns: {address, name, avatar, records}. No API key required — x402 micropayment $0.002/call on Base L2.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/ens-resolver/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/ens-resolver/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/ens-resolver-x402
Listed at (smithery)
https://github.com/Br0ski777/ens-resolver-x402