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

purchase name

Purchase an ENS name — either buy a listed name from a marketplace or register an available name directly on-chain. For AVAILABLE names: Returns a complete reg

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

Input

FieldTypeDescription
name*stringENS name to purchase (e.g. "coffee.eth")
maxPriceEthnumberMaximum price willing to pay in ETH (for listed names)
walletAddress*stringBuyer wallet address (will own the name)
durationintegerRegistration duration in days. ENS protocol minimum is 28 days; maximum is 3650 (10 years) default 365
durationYearsnumberDEPRECATED — use duration (days) instead. Number of years (converted to days internally).
actionstring (buy_listing | register | auto)Action: buy_listing (purchase listed name), register (register available name), auto (dete default "auto"
orderHashstringSpecific Seaport order hash to fulfill. Use this when the user has chosen a specific listi

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

Try it

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