streamable-httpMITupdated 22d ago
Buy and manage travel eSIMs from AI assistants like Claude, Cursor, and VS Code via the Model Context Protocol.
Was kannst du mit Hungry eSIM machen?
Hungry eSIM â MCP Server
Buy and manage travel eSIMs from AI assistants like Claude, Cursor, and VS Code via the Model Context Protocol.
Endpoint: https://api.hungry-esim.com/mcp (remote, streamable HTTP â no install, no API key)
Unlimited data plans where you pick your days, top-ups for eSIMs you already own, and plain credit-card checkout on hungry-esim.com. No crypto wallet, no prepaid balance, no API key required.
This repository is the public home of the server: docs, manifest, and setup guides. The server itself is a hosted remote service.
What you can do
| Tool | What it does | Auth |
|---|---|---|
search_esim_plans |
Search travel eSIM data plans by destination, data amount, and validity | â |
check_destination_coverage |
"Does it work in âŠ?" â coverage check for a destination with representative plans | â |
find_cheapest_plan |
Cheapest plan(s) for a destination and trip length (total-trip cost ranking) | â |
get_plan_details |
Full details for one plan (coverage, speed, top-up support) | â |
create_checkout |
Create a card checkout link for a plan â for unlimited plans, choose how many days | â |
get_order_status |
Check an order and eSIM installation status | â |
my_esims |
List eSIMs on your account with status and usage | OAuth |
my_orders |
List your past orders | OAuth |
list_esim_topups |
Top-up options for an eSIM you already own | OAuth |
topup_esim |
Buy a top-up for an existing eSIM â no new QR code needed | OAuth |
Public tools work immediately with no sign-in. Account tools use OAuth: the assistant sends you to hungry-esim.com to sign in once, then can see your eSIMs and orders.
Payment always happens on hungry-esim.com in a normal browser checkout with a credit card. The assistant never touches your payment details.
Setup
Claude (claude.ai / Claude Desktop)
Settings â Connectors â Add custom connector â paste:
https://api.hungry-esim.com/mcp
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"hungry-esim": {
"url": "https://api.hungry-esim.com/mcp"
}
}
}
VS Code (GitHub Copilot)
Add to your mcp.json (Command Palette â âMCP: Add Serverâ â HTTP):
{
"servers": {
"hungry-esim": {
"type": "http",
"url": "https://api.hungry-esim.com/mcp"
}
}
}
Then ask things like:
- âIâm going to Japan for 10 days â find me an eSIM with unlimited data.â
- âWhatâs the cheapest data plan for France?â
- âTop up the eSIM I bought last month.â
Registry listings
- Official MCP Registry:
com.hungry-esim/esim - Smithery
The manifest in this repo (server.json) mirrors the official registry entry.
Support
- Guides for agents and humans: hungry-esim.com/for-agents
- Email: support@hungryesim.com (24/7 intake, replies usually within 24 hours)
License
Docs in this repository are released under the MIT License.
Installation
Hungry eSIM zu deinem Client hinzufĂŒgen. WĂ€hl den, den du nutzt.
claude mcp add --transport http hungry-esim https://api.hungry-esim.com/mcpcodex mcp add hungry-esim --url https://api.hungry-esim.com/mcp{
"mcpServers": {
"hungry-esim": {
"url": "https://api.hungry-esim.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hungry-esim": {
"type": "http",
"url": "https://api.hungry-esim.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hungry-esim": {
"url": "https://api.hungry-esim.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hungry-esim": {
"serverUrl": "https://api.hungry-esim.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
UnvollstÀndig
- Dokumentation22/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 14 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.1.0Aktuell | 24. Aug. 2026 |
| 1.0.0 | 17. Aug. 2026 |