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

provision agent identity

Provision a complete ENS identity for an AI agent in one call. Describe your agent's purpose and budget — get back recommended available names, a multi-step 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 /provision_agent_identity for me.

Input

FieldTypeDescription
purpose*stringWhat the agent does (e.g. "DeFi trading bot", "data analytics agent", "social media manage
budgetEthnumberMaximum budget in ETH for name acquisition (default: 0.1) default 0.1
walletAddress*stringAgent wallet address (will own the name and sign transactions)
preferencesobjectOptional naming preferences
agentRegistryobjectENSIP-25 agent registry binding. If provided, the provisioning flow will include the agent

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

Try it

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