simsima-connectivity
simsima-connectivity — MCP server
Website: simsima.io · Endpoint: POST https://mcp.simsima.io/mcp (Streamable HTTP) · Registry: io.github.Willyfab/simsima-connectivity
Public MCP server exposing Simsima's travel eSIM catalog to AI agents.
Endpoint: POST https://mcp.simsima.io/mcp (Streamable HTTP). Health: GET /health.
Tools
list_destinations— countries/regions covered, with min price + product URL.search_plans— plans for a destination, with optional price/data/validity filters.get_plan— a single plan by sku.recommend_plan— best plan(s) for a trip (length + light/medium/heavy usage).create_checkout_link— a Simsima product URL with agent attribution (source/utm_*), the plan already preselected.check_coverage— does this destination cover this country? Takes a country name or an ISO code, and hands back the standalone country plan whether the answer is yes or no.get_destination_info— coverage, mobile operators, top-up availability and entry price for one destination.
Read + attributed-link only. No payment, no order data, no auth.
Related MCP server: gliana-mcp-remote
Data source
Reads the public web feed ${SIMSIMA_FEED_BASE}/{locale}/agent/catalog (cached ~15 min).
Product URLs come straight from the feed → always valid (zero 404). No database, no backend calls.
That feed is built from Simsima's sellable catalog — the same source the website and the Google Shopping feed read. So what this server answers is what the site actually sells: one plan per (destination, data, duration), unlimited plans resolved through the site's fair-use cascade, and the checkout price floor already applied.
Coverage and mobile operators travel in the feed's destinations block, once per destination
rather than on every plan (the Europe zone alone carries ~40 country codes). Operators are listed
for single-country destinations only: on a zone, forty countries' networks mixed together would
say nothing useful.
Env
SIMSIMA_FEED_BASE(defaulthttps://simsima.io)PORT(default 8080)RATE_LIMIT_RPM(default 60)POSTHOG_KEY(optional) — PostHog project API key. When set, the server emits anmcp_tool_callevent per tool call, carryingresultCount,feedStaleand a namedfailureReasonwhen a call comes back empty, plus a dedicatedmcp_checkout_linkevent when a checkout link is handed out. Absent → telemetry disabled (no-op).POSTHOG_HOST(optional, defaulthttps://eu.i.posthog.com) — PostHog ingestion host (match the web app).
Local dev
cd mcp
npm install
npm test # jest (42 tests)
npm run dev # ts-node-dev on :8080
curl localhost:8080/healthConnect from Claude (private validation — Phase 1a)
Add a custom connector pointing at https://mcp.simsima.io/mcp, then try:
"Recommande-moi un eSIM pour 7 jours au Japon en usage moyen."
Deploy
Coolify app, Docker build context = mcp/, subdomain mcp.simsima.io. Auto-deploy on push to main.
Set SIMSIMA_FEED_BASE, PORT, RATE_LIMIT_RPM env vars.
Publication to the MCP Registry (Phase 1b)
Metadata lives in server.json (namespace io.github.Willyfab/simsima-connectivity,
remote streamable-http at https://mcp.simsima.io/mcp). Discovery is also hinted from
web/public/llms.txt + llms-full.txt.
To publish (needs the mcp-publisher CLI + GitHub auth as the repo owner):
cd mcp
# install: see github.com/modelcontextprotocol/registry (release binary or `go install`)
mcp-publisher login github # OIDC auth for the io.github.Willyfab/* namespace
mcp-publisher publish # validates server.json and publishesBump
versioninserver.jsonon each meaningful change and re-runpublish.To use a branded
com.simsima/connectivitynamespace instead, verify domain ownership ofsimsima.iovia a DNS TXT record, then updatenameinserver.json(the remote URLmcp.simsima.ioalready sits on the verified domain).
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search and compare flight offers through a cache-aware Streamable HTTP MCP server for AI agents.
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
BuyUKeSIM MCP lets AI agents search and purchase global travel eSIMs, UK +44 number eSIMs, and related connectivity services programmatically. Agents can search plans, compare pricing and coverage, create and fund prepaid crypto wallets, purchase eSIMs, and check order status — with no traditional account or KYC workflow.
Geo-based flight search MCP server. Find more flights between any two places on earth
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that wraps the Firsty telecom API, allowing AI agents to manage eSIMs, data plans, phone numbers, and network coverage.-

gliana-mcp-remoteofficial
AlicenseNot gradedqualityBmaintenanceHosted MCP server for browsing the GlianaAI model catalog with zero setup, providing model listings, pricing, and schema information via Streamable HTTP.MIT- AlicenseAqualityCmaintenanceAn official MCP server for ConnectMeGuru to search active travel eSIM packages, apply discount coupons, check wallet balance, and purchase eSIM plans directly within AI chats.141MIT
- FlicenseNot gradedqualityCmaintenanceProvides two MCP servers: one for searching real-time flight prices via FlightAPI.io and another for hotel prices via Booking.com through RapidAPI, both accessible over Streamable HTTP.-
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Willyfab/simsima-connectivity'
If you have feedback or need assistance with the MCP directory API, please join our Discord server