ens-resolver
ENS Resolver API
[ (https://ens-resolver.api.klymax402.com/*mcp)
ENS名をEthereumアドレスに解決し、その逆方向(アドレス→ENS名)にも解決します。アバターURLも含みます。エージェントのためのアイデンティティ・レイヤーです。x402(Base L2 上のUSDC)によるコールごとのの課金 -- APIキー不要、サインアップ不要、レート制限の壁もありません。
klymax402 マーケットプレースの一部。AIエージェントのための100x402のマイクロペイAPI -- 1つのウォレット、Base上のUSDC。
Quickstart -- (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 bodyAny y402 aware client (@x402/fetch、x402-agent-tools、ATXP)は、この402 → 署名 → リトライのサイクルを自動的に処理します。
ツール
ツール | メソッド | パス | 価格 | 説明 |
| POST |
| $0.005 | ENS名をEthereumアドレスに解決する、またはアドレスをENS名に逆解決する |
crypto_resolve_ens
ENS名をEthereumアドレスに解決、または逆にアドレスをENS名に解決する必要があるときは、これを利用します。解像データをJSONで返します。
パラメータ
名前 | 型 | 必須 | 説明 |
| string | なし | 解決するENS名(例: vitalik.eth) |
| string | なし | 逆解決用のEthereumアドレス(例: 0xd8dA6BF26964aF9D7eEd9e03E53415Ed7aA96045) |
戻り値
address-- 解決済みのEthereumアドレス(0x...)ensName-- ENS名(例: vitalik.eth)avatar-- ENS名に紐づくバターURL(設定されている場合)resolvedDirection-- "forward"(名前からアドレスへの解決)または "reverse"(アドレスから名前への解決)
レスポンス例:
{"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","ensName":"vitalik.eth","avatar":"https://...","resolvedDirection":"forward"}使用シーン: ENS名への送金時に、正しいアドレスを確認するため。また、アイデンティティ解決や、人間が読めるフォームでのウォレット検索に不可欠です。
不適なシーン: ウォレット残高の確認(wallet_get_portfolioを使用)、トークンの安全性の確認(token_CHECK_SafeTETYを使用)、NFTメタデータの確認(crypto_get_nft_metadataを使用)。
エージェント向けプロンプト例
ENSアドレス名をEthereumアドレスに解決するか、またはアドレスをENS名に逆解決する
支払い
プロトコル: x402Y -- HTTPネイティブの呼び出しごとの課金。登録不要、APIキー不要
タトワーク: Base L2(
eip155,8453)アセット: USDC
ファシリテータ: Coinbase CDP(プライマリ)、Paくエ(フォールバック)
ATXP 経由でも利用可能(OAuth-Cれ for x402、RFC 9728のprotectルリソース・メタデータ)
klymax402の一部
AIytのための100件x402マイクロペイAPI一一ウォレット 1つ、Base上、USDC、サインアップ0。
フルAPIリファレンス: https://klymax402.com/wp/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