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

Siima eSIM

online.siima/esim

Search travel eSIM plans for 150+ countries and buy via Stripe link; eSIM QR delivered by email.

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

Tools · 5

search_esim_plans

Search prepaid travel eSIM data plans by destination country (ISO 3166-1 alpha-2, e.g. "JP"), region (e.g. "Europe"), minimum data in GB, maximum total price, or plan duration in days. Plans come in t…

get_esim_plan

Fetch full details of a single Siima eSIM plan by its id (from search_esim_plans). To buy: call create_checkout_link with the plan id, give the returned URL to the user. After payment the eSIM (QR cod…

create_checkout_link

Create a secure payment link on siima.online for a Siima eSIM plan (Stripe-powered, but hosted on our own site — never a redirect to checkout.stripe.com). Give the returned url to the user to complete…

list_destinations

List all countries Siima sells a single-country eSIM plan for, with plan counts and the cheapest total price per country. Country codes are ISO 3166-1 alpha-2. Counts and prices cover country plans on…

list_regions

List every multi-country coverage area Siima sells — regional areas such as "Europe+", "South East Asia" or "CENAM", and worldwide plans — with the countries each one covers, how many plans it has, an…

How to use

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

{
  "mcpServers": {
    "siima_esim": {
      "url": "https://api.siima.online/mcp",
      "transport": "streamable-http"
    }
  }
}