eSIM Tabby
ET
eSIM Tabby
/create_topup_checkout

Buy more data

Buy more data for an eSIM the user already has — the step after list_topup_options. Call it with the order_id of the fulfilled eSIM and a plan_id chosen from l

liveunknown~5s typical
mcpesimtabby
$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-esimtabby-esimtabby /create_topup_checkout for me.

Input

FieldTypeDescription
order_id*stringorder_id of the eSIM to add data to
plan_id*stringplan_id from list_topup_options
pay_withstring (card | x402)How the buyer intends to pay. 'card' returns a hosted checkout link for a human to open in default "card"

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-esimtabby-esimtabby","endpoint":"/create_topup_checkout","input":{"order_id":"...","plan_id":"...","pay_with":"card"}}'
cli
npx cracked-ai run -p mcp-com-esimtabby-esimtabby -e /create_topup_checkout -i '{"order_id":"...","plan_id":"...","pay_with":"card"}'
mcp
run_tool({ provider: "mcp-com-esimtabby-esimtabby", endpoint: "/create_topup_checkout", input: {"order_id":"...","plan_id":"...","pay_with":"card"} })

Try it

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