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

get expiring names

List ENS names by lifecycle window — THE tool for "which names are in premium / on Dutch auction", "names in grace period", "what's expiring soon / about to dro

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

Input

FieldTypeDescription
statusstring (premium | grace | active | all)Lifecycle window: "premium" = in the 21-day post-grace Dutch auction (registerable at a de default "premium"
daysnumberFor status "active"/"all": look-ahead window in days (default 30).
minLengthnumberMinimum label length in CHARACTERS. Length alone does NOT imply digits — a "4-digit" query
maxLengthnumberMaximum label length in CHARACTERS (see minLength note re digits).
charTypestring (letters | numbers | emoji | mixed)Character composition filter. When this tool is the right one AND the request is for digit
categorystringCollection slug filter (e.g. "crypto-terms", "999-club")
dictionaryOnlybooleanOnly dictionary words
sortBystring (expires | length | social | grade)Sort order (default expires ascending — closest to dropping first). "grade" = best expecte
minGradestring (A | B | C | D | E)Only names graded at least this well (A best). Combine with sortBy:"grade" for the shortli
limitnumberMax results (default 25, max 100) default 25

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_expiring_names","input":{"status":"premium","limit":25}}'
cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /get_expiring_names -i '{"status":"premium","limit":25}'
mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/get_expiring_names", input: {"status":"premium","limit":25} })

Try it

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