Back to Browse

Hungry Esim MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Travel eSIMs: unlimited data, pick your days, top up existing eSIMs, card checkout, no API key.

About

Travel eSIMs: unlimited data, pick your days, top up existing eSIMs, card checkout, no API key.

Remote endpoints: streamable-http: https://api.hungry-esim.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

10 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-hungry-esim-esim": {
      "url": "https://api.hungry-esim.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolWhat it doesAuth
search_esim_plansSearch 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_planCheapest plan(s) for a destination and trip length (total-trip cost ranking)
get_plan_detailsFull details for one plan (coverage, speed, top-up support)
create_checkoutCreate a card checkout link for a plan — for unlimited plans, choose how many days
get_order_statusCheck an order and eSIM installation status
my_esimsList eSIMs on your account with status and usageOAuth
my_ordersList your past ordersOAuth
list_esim_topupsTop-up options for an eSIM you already ownOAuth
topup_esimBuy a top-up for an existing eSIM — no new QR code neededOAuth

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

License

Docs in this repository are released under the MIT License.

Reviews

No reviews yet

Be the first to review this server!