EE
eSIM Eagle Plan Finder
/find_esim_plans
Find Esim Plans Tool
Finds up to five live eSIM plans that cover every requested country or region, priced for the trip length, data need, currency, and locale. Use the returned che
liveunknown~5s typical
mcpesimeagleplan
$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-esimeagle-plans /find_esim_plans for me.
Input
| Field | Type | Description |
|---|---|---|
| destinations* | array | One to ten ISO country codes, destination slugs, or exact English destination names, such |
| trip_days* | integer | Number of travel days. |
| data_need | string (light | recommended | heavy) | Expected data usage. Recommended assumes about 500 MB per day. default "recommended" |
| currency | string | ISO 4217 display currency code. default "USD" |
| locale | string (en | es | fr | de | ar | zh) | Language for destination names, activation guidance, and checkout URLs. default "en" |
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-esimeagle-plans","endpoint":"/find_esim_plans","input":{"destinations":[],"trip_days":1,"data_need":"recommended","currency":"USD","locale":"en"}}'cli
npx cracked-ai run -p mcp-com-esimeagle-plans -e /find_esim_plans -i '{"destinations":[],"trip_days":1,"data_need":"recommended","currency":"USD","locale":"en"}'mcp
run_tool({ provider: "mcp-com-esimeagle-plans", endpoint: "/find_esim_plans", input: {"destinations":[],"trip_days":1,"data_need":"recommended","currency":"USD","locale":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.