ALT eSIM
AE
ALT eSIM
/create_checkout

create checkout

Create a secure Stripe payment link for an Alt eSIM plan. Returns a payment URL the BUYER opens to pay (the agent never handles card details) AND a checkout_ses

liveverifiedunknown~5s typical
mcpprobedaltesim
$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-altesim-esim /create_checkout for me.

Input

FieldTypeDescription
sku_or_id*stringThe plan sku or id to buy.
email*stringBuyer's email — the eSIM QR code is also sent here.
langstringDelivery email language (default 'en').
customer_codestringOptional Alt customer code (format Alt-XXXXXXXX, shown on the buyer's altesim.com account

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-altesim-esim","endpoint":"/create_checkout","input":{"sku_or_id":"...","email":"..."}}'
cli
npx cracked-ai run -p mcp-com-altesim-esim -e /create_checkout -i '{"sku_or_id":"...","email":"..."}'
mcp
run_tool({ provider: "mcp-com-altesim-esim", endpoint: "/create_checkout", input: {"sku_or_id":"...","email":"..."} })

Try it

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