Atom — Premium Domains
AP
Atom — Premium Domains
/create_registrant_contact

create registrant contact

Create or update the authenticated user's registrant (WHOIS) contact — the name/address/phone/email a domain registry requires to complete a registration or mar

liveunknown~5s typical
mcpatompremium
$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-com-atom-premium-domains /create_registrant_contact for me.

Input

FieldTypeDescription
name*stringFull legal name for the registrant contact.
emailstringContact email (defaults to the Atom account email if omitted).
phone*stringPhone number, e.g. +1.5551234567 (E.164-style preferred).
address*stringStreet address.
city*string
statestringState/province, where applicable.
zip*stringPostal code / pincode.
country*stringTwo-letter country code, e.g. US.
organizationstringOptional organization/company name.

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-com-atom-premium-domains","endpoint":"/create_registrant_contact","input":{"name":"...","phone":"...","address":"...","city":"...","zip":"...","country":"..."}}'
cli
npx cracked-ai run -p mcp-com-atom-premium-domains -e /create_registrant_contact -i '{"name":"...","phone":"...","address":"...","city":"...","zip":"...","country":"..."}'
mcp
run_tool({ provider: "mcp-com-atom-premium-domains", endpoint: "/create_registrant_contact", input: {"name":"...","phone":"...","address":"...","city":"...","zip":"...","country":"..."} })

Try it

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