Atom — Premium Domains
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
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 /register_domain_spt for me.

Input

FieldTypeDescription
domain*stringThe domain to register, including extension.
idempotency_key*stringClient-generated unique key; identical across all calls for the same intended registration
confirmbooleanfalse returns a quote; true attempts payment + registration. default false
payment_tokenstringShared 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.