eSIM Kenya MCP Server
MCP serverEverything elseLive eSIM provider, plan, pricing, and coverage data for Kenya from esimkenya.com.
Available today. Use it from your connected AI after setup.
No other account needed.
Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.
Then ask your AI: use eSIM Kenya MCP Server
Install eSIM Kenya MCP Server
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http --scope user esim-kenya-mcp-server 'https://mcp.esimkenya.com/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://mcp.esimkenya.com/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=esim-kenya-mcp-server&config=eyJ1cmwiOiJodHRwczovL21jcC5lc2lta2VueWEuY29tL21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://mcp.esimkenya.com/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add esim-kenya-mcp-server --url 'https://mcp.esimkenya.com/mcp'Run it once, then sign in with codex mcp login esim-kenya-mcp-server if the server asks for an account.
From the project's README
As published by esimkenya/esimkenya-mcp in README.md.
A read-only MCP server exposing live eSIM provider, plan, pricing, and coverage data for Kenya from esimkenya.com. It lets AI assistants answer questions like "what's the best eSIM for Kenya / Maasai Mara / Nairobi" with current data instead of stale scraped content, and hand back a ready affiliate link.
Live endpoint: https://mcp.esimkenya.com/mcp
Also listed in the official MCP Registry as com.esimkenya/mcp.
Tools
list_esim_providers— search/filter providers by Kenya destination, badge, safari coverage, rating, or price. Optionally enriches results with park-level coverage notes.get_esim_provider— full detail and plan tiers for a single provider by slug.compare_esim_providers— returns esimkenya.com's curated head-to-head verdict for a pair of providers when one exists, otherwise both providers' full details side by side.
Every provider response includes an affiliate_link (https://esimkenya.com/go/{slug}).
Stack
McpServer + WebStandardStreamableHTTPServerTransport from @modelcontextprotocol/sdk, running stateless in a Cloudflare Worker fetch handler — no Durable Object needed since every request is independent. Data comes from the same Supabase project as the main site, read via the public anon key (RLS-gated; no write access, no service-role key).
Development
npm install
npm run dev # wrangler dev, serves at http://localhost:8787
npm run typecheck
Smoke test with the MCP Inspector:
npx @modelcontextprotocol/inspector@latest
# connect via Streamable HTTP to http://localhost:8787/mcp
Deployment
npm run deploy # wrangler deploy
Requires SUPABASE_URL / SUPABASE_ANON_KEY (set in wrangler.toml [vars] — safe to commit, this is the anon key already shipped in the main site's browser bundle and gated by RLS).
License
MIT
Advanced
- Delivery
- mcp MCP server → your ahel connector (mcp.ahel.ai) → your AI.
- Catalog kind
- mcp-server
- Key
com-esimkenya-mcp- Source
- github.com/esimkenya/esimkenya-mcp
- Hosted endpoint
https://mcp.esimkenya.com/mcp