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

find alpha

Scan the ENS marketplace for alpha — names listed below their valuation. Returns ranked opportunities with a discount %, fair-value range, confidence rating, an

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 /find_alpha for me.

Input

FieldTypeDescription
maxPriceEthnumberMaximum listing price in ETH (e.g. 1.0). Omit for no cap — never pass a huge sentinel numb
minDiscountPctnumberMinimum discount vs the engine fair value. Default 20%. Range: 1-99. default 20
minLengthintegerMinimum label length (e.g. 3 for 3-letter names and up)
maxLengthintegerMaximum label length (e.g. 5 for up to 5-letter names). Omit for no cap — never pass a hug
charTypestring (letters | numbers | emoji)Filter by character type
minConfidencestring (HIGH | MEDIUM | LOW)Minimum engine confidence. Floored at MEDIUM — find_alpha never returns LOW-confidence (th default "MEDIUM"
limitnumberMax results to return. 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":"/find_alpha","input":{"minDiscountPct":20,"minConfidence":"MEDIUM","limit":25}}'
cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /find_alpha -i '{"minDiscountPct":20,"minConfidence":"MEDIUM","limit":25}'
mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/find_alpha", input: {"minDiscountPct":20,"minConfidence":"MEDIUM","limit":25} })

Try it

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