AP
Atom — Premium Domains
/purchase_domain
purchase domain
Purchase an ALREADY-LISTED Atom marketplace domain. This SPENDS REAL MONEY and requires the 'domains:register' scope. Use this ONLY when check_domain_availabili
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 /purchase_domain for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | The Atom marketplace listing to purchase, 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 purchase (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":"/purchase_domain","input":{"domain":"...","idempotency_key":"...","confirm":false}}'cli
npx cracked-ai run -p mcp-com-atom-premium-domains -e /purchase_domain -i '{"domain":"...","idempotency_key":"...","confirm":false}'mcp
run_tool({ provider: "mcp-com-atom-premium-domains", endpoint: "/purchase_domain", input: {"domain":"...","idempotency_key":"...","confirm":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.