AP
Atom — Premium Domains
/register_domain
register domain
Register a FRESH domain — an available domain that is NOT an existing Atom marketplace listing — directly at the registrar. This SPENDS REAL MONEY and requires
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 /register_domain for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | The fresh domain to register, including extension. |
| idempotency_key* | string | Client-generated unique key; identical across the quote and confirm calls for the same int |
| confirm | boolean | false returns a quote; true commits the charge and registration (payment_method required). default false |
| payment_method | string (balance | saved_card) | Which rail to charge. REQUIRED when confirm=true — state this to the user before calling, |
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":"/register_domain","input":{"domain":"...","idempotency_key":"...","confirm":false}}'cli
npx cracked-ai run -p mcp-com-atom-premium-domains -e /register_domain -i '{"domain":"...","idempotency_key":"...","confirm":false}'mcp
run_tool({ provider: "mcp-com-atom-premium-domains", endpoint: "/register_domain", input: {"domain":"...","idempotency_key":"...","confirm":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.