AP
Atom — Premium Domains
/register_domain_spt
register domain spt
Register a FRESH domain (an available domain that is NOT a curated Atom marketplace listing) by charging a Stripe Shared Payment Token (SPT) — for users with no
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_spt for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | The domain to register, including extension. |
| idempotency_key* | string | Client-generated unique key; identical across all calls for the same intended registration |
| confirm | boolean | false returns a quote; true attempts payment + registration. default false |
| payment_token | string | Shared Payment Token authorizing the exact quoted amount. Omit to receive the payment_requ |
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_spt","input":{"domain":"...","idempotency_key":"...","confirm":false}}'cli
npx cracked-ai run -p mcp-com-atom-premium-domains -e /register_domain_spt -i '{"domain":"...","idempotency_key":"...","confirm":false}'mcp
run_tool({ provider: "mcp-com-atom-premium-domains", endpoint: "/register_domain_spt", input: {"domain":"...","idempotency_key":"...","confirm":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.