Name Whisper — ENS Intelligence Layer
NW
Name Whisper — ENS Intelligence Layer
/get_primary_name

get primary name

Check what primary ENS name is set for a wallet address (reverse resolution). Returns the ENS name that this address resolves to, or null if no primary name is

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_primary_name for me.

Input

FieldTypeDescription
walletAddress*stringEthereum wallet address (0x...) to check reverse resolution for

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_primary_name","input":{"walletAddress":"..."}}'
cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /get_primary_name -i '{"walletAddress":"..."}'
mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/get_primary_name", input: {"walletAddress":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.