eCommerce
hungry-esim.com
Manages eSIM data plan purchases and provisioning, including plan search, checkout, order tracking, and eSIM issuance.
ENDPOINT 1
https://api.hungry-esim.com/mcp
MCP server metadata
- Name
- hungry-esim
- Version
- 1.1.0
Known tools 10
search_esim_plansSearch prepaid travel eSIM data plans for a destination — the SIM card / mobile data / roaming option for a trip.
Inferred read-onlyget_plan_detailsGet 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-onlycreate_checkoutBuy 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 effectsget_order_statusLook 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-onlymy_esimsList the SIM cards (eSIMs) already on the signed-in Hungry eSIM account: ICCID, status, data package, expiry, and install link.
Inferred read-onlylist_esim_topupsList the data top-up (recharge / refill) packages that can be added to an eSIM the customer already owns.
Inferred read-onlytopup_esimRecharge 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 effectsmy_ordersList the signed-in customer's recent eSIM purchases with payment and provisioning status.
Potential side effectscheck_destination_coverageCheck whether we cover a destination before choosing a plan — answers "do you work in X?
Inferred read-onlyfind_cheapest_planFind the lowest-priced eSIM data plan for a destination — for "what's the cheapest", "budget option", "cheapest SIM / data plan for X".
Inferred read-onlyCONNECT 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.
hungry-esim.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.