AE
ALT eSIM
/get_esim_plan
get esim plan
Get one Alt eSIM plan by its sku or id. Returns full details: title, data amount, validity days, USD price, coverage carriers, product URL.
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 /get_esim_plan for me.
Input
| Field | Type | Description |
|---|---|---|
| sku_or_id* | string | The plan sku (e.g. 'eSIM_Alt_JP_1DG1') or id. |
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":"/get_esim_plan","input":{"sku_or_id":"..."}}'cli
npx cracked-ai run -p mcp-com-altesim-esim -e /get_esim_plan -i '{"sku_or_id":"..."}'mcp
run_tool({ provider: "mcp-com-altesim-esim", endpoint: "/get_esim_plan", input: {"sku_or_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.