mcp
M
mcp
/purchase_esim

purchase esim

Buy a travel/data eSIM using the agent wallet balance (pass the ak_live_ api key from create_wallet). Deducts the plan price from the balance and returns the eS

liveverifiedunknown~5s typical
mcpprobedmcp
$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-buyukesim-mcp /purchase_esim for me.

Input

FieldTypeDescription
api_keystringThe ak_live_ key returned by create_wallet. Pass it here, or as an Authorization: Bearer h
package_code*stringThe plan code from search_esim_plans, e.g. CKH253.
request_idstringOptional idempotency key - reuse the same value on a retry to avoid a double charge.

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

Try it

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