# ENS Resolver API MCP server

Resolve ENS names to Ethereum addresses and reverse. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-ens-resolver
- Repository: https://github.com/Br0ski777/ens-resolver-x402
- Website: https://github.com/Br0ski777/ens-resolver-x402

## Install
- Endpoint: https://ens-resolver.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://ens-resolver.api.klymax402.com/mcp

## Tools
- crypto_resolve_ens - Use this when you need to resolve an ENS name to an Ethereum address, or reverse-resolve an address to its ENS name. Returns resolution data in JSON.

1. address: resolved Ethereum address (0x...)
2. ensName: ENS name (e.g. vitalik.eth)
3. avatar: avatar URL associated with the ENS name (if set)
4. resolvedDirection: "forward" (name to address) or "reverse" (address to name)

Example output: {"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","ensName":"vitalik.eth","avatar":"https://...","resolvedDirection":"forward"}

Use this BEFORE sending funds to an ENS name to verify the correct address. Essential for identity resolution and human-readable wallet lookup.

Do NOT use for wallet balances -- use wallet_get_portfolio instead. Do NOT use for token safety -- use token_check_safety instead. Do NOT use for NFT metadata -- use crypto_get_nft_metadata instead. Endpoint: https://ens-resolver.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
