Atom — Premium Domains
AP
Atom — Premium Domains
/buy_ai_tokens

buy ai tokens

Purchase AI Tokens ($0.10 per token) by charging a Stripe Shared Payment Token (SPT) — for users with no Atom balance. This SPENDS REAL MONEY and requires the '

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 /buy_ai_tokens for me.

Input

FieldTypeDescription
token_count*integerNumber of AI Tokens to purchase (1-100000).
idempotency_key*stringClient-generated unique key; identical across all calls for the same intended purchase.
confirmbooleanfalse returns a quote; true attempts payment + crediting. 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":"/buy_ai_tokens","input":{"token_count":1,"idempotency_key":"...","confirm":false}}'
cli
npx cracked-ai run -p mcp-com-atom-premium-domains -e /buy_ai_tokens -i '{"token_count":1,"idempotency_key":"...","confirm":false}'
mcp
run_tool({ provider: "mcp-com-atom-premium-domains", endpoint: "/buy_ai_tokens", input: {"token_count":1,"idempotency_key":"...","confirm":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.