ens-resolver
ENS Resolver API
[
[
[
ENS 이름을 ETH 주소로 확인하거나, 반대로 주소를 ENS 이름으로 확인합니다 -- 아바타 URL도 포함됩니다. 에에이면트를 위한 신원(identity) 레이어입니다. x402를 통한 요건별 과금 -- API 키, 가입, 속도 제한 인에 구애받지 않습니다.
klymax402 마켓플레스의 일부입니다 -- AI 에이전트를 위한 100개의 x402 현재결제 API, 단일 지갑, Base의 USDC.
신속 시작 -- MCP
MCP 클라이인트 설정에 추가하세요(Claude Desktop, Cursor, ElizaOS 등):
{
"mcpServers": {
"ens-resolver": {
"url": "https://ens-resolver.api.klymax402.com/mcp"
}
}
}Related MCP server: Tilde x402 MCP Server
신속 시작 -- HTTP (x402)
curl -X POST "https://ens-resolver.api.klymax402.com/api/resolve" \
-H "Content-Type: application/json" \
-d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyx402를 인식하는 클라이인트(x402/fetch, x402-agent-tols, ATXP)는 402 -> 서 ⇒ 재시도 사이클을 자동으로 처리합니다.
도구
도구 | 메소드 | 경드 | 가격 | 설명 |
| POST |
| $0.005 | ENS 이름을 ETH 이더움 주소로 해석하거나, 주소를 ENS 이름으로 역해석합니다 |
crypto_resolve_ens
ENS 이름을 ETH 이더움으로 확인하거나, 주소를 ENS 이름으로 역확인할 때 사용하세요. 확인 결과를 JSON으로 반환합니다.
파라미터
이늘 | 타입 | 필수 옵부 | 설명 |
| string | 아니오 | 확인할 ENS 이름 (예: vitalik.eth) |
| string | 아니오 | 역해을 위한 Ethereum 주소 (예: 0xd8dA6BF26...) |
Returns
address-- 확인된 ETH 주소 (0x...)ensName-- ENS 이름 (예: vitalik.eth)avatar-- ENS 이름과 연결된 아바타 URL (설정된 경우)resolvedDirection-- "forward" (이름 → 주소) 또는 "reverse" (주소 → 이름)
Example response:
{"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","ensName":"vitalik.eth","avatar":"https://...","resolvedDirection":"forward"}언제 사용하는가요: ENS 이름 다이스로 자금을 보내기 전에 올바른 주소를 확인할 때. 신원 검증 및 읽기 쉬운 지갑 주소 찾기 위한 필수 도구입니다.
다음에 사용: 지갑 잔액확인(wallet_get_portfolio), 토큰 안전(token_check_safety), NFT 메타데이타(crypto_get_nft_metadata).
에이전트 프롯프프트 예시
"ENS 이름을 ETH 이더움 주소로 해석하거나, 주소를 ENS 이름으로 역확인하는 기능"
결제
프로토코일: x402 -- HTTP-네이티브 자동 과금, 가입 무료, API 키 무형
네트워크: Base L2 (
eip155:8453)자산: USDC
선설정 코집: Coinbase CDP (주)، PayAI (예비)
ATXP (OAuth-래핑 x402, RFC 9728 protected-resource metadata)를 통해서도 액세스 가능
현재 klymax402 의 부분
AI 에이전트를 위한 100개의 x402 마이크로 API — 하나의 지갑, Base의 USDC, 회원가입 없음.
전체 API [CP]://bareklymax402.full): https://klymax402.com/llms-full.txt
실시 통계: https://klymax402.com/stats
라이센스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to discover and pay for x402-enabled services using natural language, with multi-chain support for Solana and EVM payments.111MIT
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT
- AlicenseNot gradedqualityCmaintenanceEnables resolving ENS names to Ethereum addresses and profile records, and reverse-resolving addresses to ENS names, all without requiring an API key.13MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Br0ski777/ens-resolver-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server