Skip to main content
ClaudeWave
kangih90 avatar
kangih90

hungry-esim-mcp

View on GitHub

Hungry eSIM MCP - Sell world wide eSIM data plan with AI(MCP)

MCP ServersOfficial Registry0 stars0 forksMITUpdated 6d ago
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/kangih90/hungry-esim-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hungry-esim-mcp": {
      "command": "node",
      "args": ["/path/to/hungry-esim-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/kangih90/hungry-esim-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Hungry eSIM — MCP Server

Buy and manage travel eSIMs from AI assistants like Claude, Cursor, and VS Code via the [Model Context Protocol](https://modelcontextprotocol.io).

**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](https://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`:

```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):

```json
{
  "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](https://smithery.ai)

The manifest in this repo ([`server.json`](./server.json)) mirrors the official registry entry.

## Support

- Guides for agents and humans: [hungry-esim.com/for-agents](https://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](./LICENSE).

What people ask about hungry-esim-mcp

What is kangih90/hungry-esim-mcp?

+

kangih90/hungry-esim-mcp is mcp servers for the Claude AI ecosystem. Hungry eSIM MCP - Sell world wide eSIM data plan with AI(MCP) It has 0 GitHub stars and its last recorded update is dated 2026-08-18.

How do I install hungry-esim-mcp?

+

You can install hungry-esim-mcp by cloning the repository (https://github.com/kangih90/hungry-esim-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kangih90/hungry-esim-mcp safe to use?

+

Our security agent has analyzed kangih90/hungry-esim-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains kangih90/hungry-esim-mcp?

+

kangih90/hungry-esim-mcp is maintained by kangih90. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.

Are there alternatives to hungry-esim-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy hungry-esim-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kangih90/hungry-esim-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kangih90-hungry-esim-mcp)](https://claudewave.com/repo/kangih90-hungry-esim-mcp)
<a href="https://claudewave.com/repo/kangih90-hungry-esim-mcp"><img src="https://claudewave.com/api/badge/kangih90-hungry-esim-mcp" alt="Featured on ClaudeWave: kangih90/hungry-esim-mcp" width="320" height="64" /></a>

More MCP Servers

hungry-esim-mcp alternatives