NW
Name Whisper — ENS Intelligence Layer
/get_similar_names
get similar names
Find ENS names semantically similar to a given name using vector embeddings across 3.5M indexed ENS names. Returns similar names with similarity scores, status
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_similar_names for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | ENS name or label to find similar names for (e.g. "coffee", "pixel.eth") |
| limit | number | Max results (default 20, max 50) default 20 |
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_similar_names","input":{"name":"...","limit":20}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /get_similar_names -i '{"name":"...","limit":20}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/get_similar_names", input: {"name":"...","limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.