orynworks·/capability/ens-resolver
main·base mainnet·live
Skilldata
ENS Resolver
ens-resolver
About
Bidirectional ENS resolution. Send `{ name: 'vitalik.eth' }` to get the address, or `{ address: '0x...' }` to reverse-resolve to the primary ENS name. Uses public Ethereum mainnet RPC.
Returns `{ resolved: true|false }` so agents can fall back gracefully.
How to use
1 · install for your MCP client
install · ens-resolver
$
npx orynworks install ens-resolver2 · or call it directly with curl
call · ens-lookup
$
curl -X POST https://api.oryn.works/v1/skills/ens-lookup/call \
-H "Content-Type: application/json" \
-d '{"name":"vitalik.eth"}'Need help wiring it up? See the docs.
Usage (last 7d)
—
Calls
—
Success
—
Avg latency
No usage yet.