← Registry

eCommerce

hungry-esim.com

Manages eSIM data plan purchases and provisioning, including plan search, checkout, order tracking, and eSIM issuance.

1 endpoint10 known toolsFirst detected August 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://api.hungry-esim.com/mcp

No auth detected

MCP server metadata

Name
hungry-esim
Version
1.1.0
Capabilities
tools.listChanged

Known tools 10

search_esim_plans

Search prepaid travel eSIM data plans for a destination — the SIM card / mobile data / roaming option for a trip.

Inferred read-only
get_plan_details

Get everything about one eSIM data plan: which countries the SIM roams in, data volume, validity in days, speed and fair-use throttling, and price.

Inferred read-only
create_checkout

Buy the chosen eSIM data plan: builds a cart and returns a checkout URL the traveller opens to pay by credit card on hungry-esim.

Potential side effects
get_order_status

Look up an eSIM order and return its status plus the SIM install details: install link, LPA activation code, QR image URL, and ICCID.

Inferred read-only
my_esims

List the SIM cards (eSIMs) already on the signed-in Hungry eSIM account: ICCID, status, data package, expiry, and install link.

Inferred read-only
list_esim_topups

List the data top-up (recharge / refill) packages that can be added to an eSIM the customer already owns.

Inferred read-only
topup_esim

Recharge an eSIM the customer already owns with more data: builds a cart and returns a checkout URL to pay by credit card on hungry-esim.

Potential side effects
my_orders

List the signed-in customer's recent eSIM purchases with payment and provisioning status.

Potential side effects
check_destination_coverage

Check whether we cover a destination before choosing a plan — answers "do you work in X?

Inferred read-only
find_cheapest_plan

Find the lowest-priced eSIM data plan for a destination — for "what's the cheapest", "budget option", "cheapest SIM / data plan for X".

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hungry-esim]
url = "https://api.hungry-esim.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hungry-esim": {
      "type": "http",
      "url": "https://api.hungry-esim.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hungry-esim
Remote MCP URL: https://api.hungry-esim.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hungry-esim": {
      "type": "http",
      "url": "https://api.hungry-esim.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hungry-esim",
  "transport": "streamable-http",
  "url": "https://api.hungry-esim.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hungry-esim.com was fetched 2026-08-23T23:47:14.947Z and is being refreshed.

Trust status Trusted

hungry-esim.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.