{
  "markdown": "# Hungry eSIM — MCP Server\n\nBuy and manage travel eSIMs from AI assistants like Claude, Cursor, and VS Code via the [Model Context Protocol](https://modelcontextprotocol.io).\n\n**Endpoint:** `https://api.hungry-esim.com/mcp` (remote, streamable HTTP — no install, no API key)\n\nUnlimited data plans where you pick your days, top-ups for eSIMs you already own, and plain credit-card checkout on [hungry-esim.com](https://hungry-esim.com). No crypto wallet, no prepaid balance, no API key required.\n\n> This repository is the public home of the server: docs, manifest, and setup guides. The server itself is a hosted remote service.\n\n## What you can do\n\n| Tool | What it does | Auth |\n|---|---|---|\n| `search_esim_plans` | Search travel eSIM data plans by destination, data amount, and validity | — |\n| `check_destination_coverage` | \"Does it work in …?\" — coverage check for a destination with representative plans | — |\n| `find_cheapest_plan` | Cheapest plan(s) for a destination and trip length (total-trip cost ranking) | — |\n| `get_plan_details` | Full details for one plan (coverage, speed, top-up support) | — |\n| `create_checkout` | Create a card checkout link for a plan — for unlimited plans, choose how many days | — |\n| `get_order_status` | Check an order and eSIM installation status | — |\n| `my_esims` | List eSIMs on your account with status and usage | OAuth |\n| `my_orders` | List your past orders | OAuth |\n| `list_esim_topups` | Top-up options for an eSIM you already own | OAuth |\n| `topup_esim` | Buy a top-up for an existing eSIM — no new QR code needed | OAuth |\n\nPublic 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.\n\nPayment always happens on hungry-esim.com in a normal browser checkout with a credit card. The assistant never touches your payment details.\n\n## Setup\n\n### Claude (claude.ai / Claude Desktop)\n\nSettings → Connectors → **Add custom connector** → paste:\n\n```\nhttps://api.hungry-esim.com/mcp\n```\n\n### Cursor\n\nAdd to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"hungry-esim\": {\n      \"url\": \"https://api.hungry-esim.com/mcp\"\n    }\n  }\n}\n```\n\n### VS Code (GitHub Copilot)\n\nAdd to your `mcp.json` (Command Palette → “MCP: Add Server” → HTTP):\n\n```json\n{\n  \"servers\": {\n    \"hungry-esim\": {\n      \"type\": \"http\",\n      \"url\": \"https://api.hungry-esim.com/mcp\"\n    }\n  }\n}\n```\n\nThen ask things like:\n\n- *“I’m going to Japan for 10 days — find me an eSIM with unlimited data.”*\n- *“What’s the cheapest data plan for France?”*\n- *“Top up the eSIM I bought last month.”*\n\n## Registry listings\n\n- Official MCP Registry: `com.hungry-esim/esim`\n- [Smithery](https://smithery.ai)\n\nThe manifest in this repo ([`server.json`](./server.json)) mirrors the official registry entry.\n\n## Support\n\n- Guides for agents and humans: [hungry-esim.com/for-agents](https://hungry-esim.com/for-agents)\n- Email: support@hungryesim.com (24/7 intake, replies usually within 24 hours)\n\n## License\n\nDocs in this repository are released under the [MIT License](./LICENSE).\n",
  "bytes": 3098,
  "sha": "ae2fd66995d58cc805aac7adc7ee4ee07f84be974b191e44ea8989758c88d039",
  "repo_slug": "kangih90/hungry-esim-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_hungry_esim_esim_cbb70fcf/readme"
}