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

bulk register

Register multiple ENS names in bulk — total 2 transactions (multiCommit + multiRegister) via NWBulkRegistrar. Much cheaper and faster than registering names on

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

Input

FieldTypeDescription
names*arrayArray of ENS names to register (e.g. ["coffee.eth", "tea.eth"]). Max 20 per batch.
walletAddress*stringWallet address that will own all registered names
durationintegerRegistration duration in days, applied to every name in the batch. ENS protocol minimum is default 365
durationYearsnumberDEPRECATED — use duration (days) instead. Number of years (converted to days internally).

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

Try it

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