Siima for AI agents
AI assistants can search Siima's travel eSIM catalogue and complete purchases for their users through our Model Context Protocol (MCP) server. The agent finds the right plan, hands the user a secure Stripe checkout link, and the eSIM — QR code, one-tap activation link, and manual codes — arrives in the buyer's email within a minute of payment. No account or signup required.
MCP server
https://api.siima.online/mcpStreamable HTTP transport, no authentication required. Works with ChatGPT, Claude, and any MCP-compatible client — add it as a custom connector using the URL above.
Available tools
search_esim_plans
Search plans by country (ISO code), region, minimum GB, max price, or duration. Prices returned are the final checkout total.
get_esim_plan
Full details for a single plan by id.
create_checkout_link
Returns a secure Stripe-hosted payment URL for a plan. After payment, the eSIM QR code and activation link are emailed to the buyer — no account needed.
list_destinations
All covered countries with plan counts and lowest prices.
REST API
Prefer plain HTTP? The public catalogue and checkout-link endpoints are open:
GET https://api.siima.online/api/v1/plans?country=JP
GET https://api.siima.online/api/v1/plans/:id
POST https://api.siima.online/api/v1/checkout/links
{ "planId": "<uuid>", "email": "[email protected]" }For LLMs and crawlers
A machine-readable overview of Siima lives at siima.online/llms.txt, and the MCP server is described at /.well-known/mcp.json. All public content — destinations, plans, and guides — may be indexed and cited.
Questions or partnership ideas? Email [email protected] · Browse destinations