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
mcpatom—premium
$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
| Field | Type | Description |
|---|---|---|
| name* | string | Full legal name for the registrant contact. |
| string | Contact email (defaults to the Atom account email if omitted). | |
| phone* | string | Phone number, e.g. +1.5551234567 (E.164-style preferred). |
| address* | string | Street address. |
| city* | string | |
| state | string | State/province, where applicable. |
| zip* | string | Postal code / pincode. |
| country* | string | Two-letter country code, e.g. US. |
| organization | string | Optional 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.