Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ALT eSIM

com.altesim/esim

Search & buy travel data eSIMs for 70+ destinations — pay by Stripe link, get the eSIM QR. USD.

Uptime
100.0%
2 direct probes · 30d
Response
3465ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_esim_plans

Search Alt eSIM travel data plans. Filter by destination country slug (e.g. 'japan', 'usa', 'europe'), region, and/or max USD price. Returns plans with sku, data amount, validity days, USD price and c…

list_destinations

List all Alt eSIM destinations (country/region slugs with English names and region). Use a slug as the 'country' argument for search_esim_plans.

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.

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_session_id. After the buyer pays, call get_…

get_qr_code

Fetch the eSIM QR code(s) for an order, to show the buyer directly. Pass the checkout_session_id from create_checkout. Returns a clear `status`: 'awaiting_payment' (buyer has NOT paid — tell them to p…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "alt_esim": {
      "url": "https://altesim.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}