# Siima eSIM MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/online-siima-esim
- Website: https://siima.online/ai

## Install
- Endpoint: https://api.siima.online/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.siima.online/mcp

## Tools
- search_esim_plans (Search Siima travel 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. Returned price is the final amount the customer pays at checkout (all fees included), in the requested currency. To buy: call create_checkout_link with the plan id, give the returned URL to the user. After payment the eSIM (QR code + activation link + manual codes) is emailed to them automatically — no account needed. Endpoint: https://api.siima.online/mcp
- get_esim_plan (Get eSIM plan details) - 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 code + activation link + manual codes) is emailed to them automatically — no account needed. Endpoint: https://api.siima.online/mcp
- create_checkout_link (Create eSIM checkout link) - Create a secure payment link on siima.io 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 payment. Optionally pass the buyer's email so the link goes straight to the payment page; otherwise the page collects it first. After payment, the eSIM QR code, one-tap activation link, and manual installation codes are emailed to the buyer within a minute. No account or signup is required. Endpoint: https://api.siima.online/mcp
- list_destinations (List covered destinations) - List all countries Siima has eSIM plans for, with plan counts and the cheapest total price per country. Country codes are ISO 3166-1 alpha-2. Endpoint: https://api.siima.online/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: online.siima
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 10, 2026
- Source: https://registry.modelcontextprotocol.io
