
Simsima Connectivity
@Willyfab
About Simsima Connectivity
MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"simsima-connectivity": {
"url": "https://mcp.simsima.io/mcp"
}
}
}Tools
5List destinations (countries) Simsima covers, with min price and product URL.
Search plans for a destination (country name or slug), with optional filters.
Get a single plan by its sku.
Recommend the best plan(s) for a trip given its length and data usage.
Return a Simsima product URL with agent attribution, for the user to complete checkout.
Overview
What is Simsima Connectivity?
Simsima Connectivity is a public MCP server that exposes Simsima’s travel eSIM catalog to AI agents. It provides read-only access to destination lists, plan search, recommendations, and attributed checkout links via a Streamable HTTP endpoint.
How to use Simsima Connectivity?
Point an MCP client (e.g., Claude) to POST https://mcp.simsima.io/mcp and invoke tools such as list_destinations, search_plans, get_plan, recommend_plan, or create_checkout_link. For local development, clone the repo, run npm install, npm run dev, and test with curl localhost:8080/health.
Key features of Simsima Connectivity
- Exposes Simsima’s eSIM catalog to AI agents.
- Provides destination lists with minimum prices and product URLs.
- Supports plan search with optional price/data/validity filters.
- Recommends best plans based on trip length and usage level.
- Generates checkout links with agent attribution (source/utm_*).
- Reads from a public feed with ~15‑minute cache; no database or backend calls.
Use cases of Simsima Connectivity
- An AI travel assistant recommends an eSIM for a specific trip and provides a direct checkout link.
- A search agent finds the cheapest plan for a destination under a data cap.
- A language‑model plugin suggests plans in English or French for countries covered in Phase 1.
FAQ from Simsima Connectivity
What tools does Simsima Connectivity expose?
It offers five tools: list_destinations, search_plans, get_plan, recommend_plan, and create_checkout_link.
What data source does the server use?
It reads a public web feed (${SIMSIMA_FEED_BASE}/{locale}/agent/catalog) cached approximately every 15 minutes. No database or backend calls are made.
Does the server require authentication?
No authentication is needed. The server is read‑only and only generates attributed link‑outs, never handling payments or order data.
Which locales are supported?
Phase 1 covers country plans in English and French. Regional and global plans will be added from the feed later.
How is the server deployed and published?
It runs as a Coolify app with Docker, auto‑deployed on push to main. Publication to the MCP Registry uses the mcp-publisher CLI after validating server metadata.
Frequently asked questions
What tools does Simsima Connectivity expose?
It offers five tools: `list_destinations`, `search_plans`, `get_plan`, `recommend_plan`, and `create_checkout_link`.
What data source does the server use?
It reads a public web feed (`${SIMSIMA_FEED_BASE}/{locale}/agent/catalog`) cached approximately every 15 minutes. No database or backend calls are made.
Does the server require authentication?
No authentication is needed. The server is read‑only and only generates attributed link‑outs, never handling payments or order data.
Which locales are supported?
Phase 1 covers country plans in English and French. Regional and global plans will be added from the feed later.
How is the server deployed and published?
It runs as a Coolify app with Docker, auto‑deployed on push to `main`. Publication to the MCP Registry uses the `mcp-publisher` CLI after validating server metadata.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments