NW
Name Whisper — ENS Intelligence Layer
/get_name_details
get name details
Get full details for a specific ENS name including owner, expiry, creation date, tags, active listings (with prices in ETH and USD), active offers, ENSIP-25 age
liveverifiedunknown~5s typical
mcpprobednamewhisper—
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-namewhisper-ens-tools /get_name_details for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | ENS name or label (e.g. "vitalik" or "vitalik.eth") |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-namewhisper-ens-tools","endpoint":"/get_name_details","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /get_name_details -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/get_name_details", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.