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.0.0
Known tools 8
get_plan_detailsGet full details for one eSIM plan variant: coverage, data volume, validity, throttle policy, and price.
Inferred read-onlyget_order_statusLook up an order and return provisioning status and the issued eSIM(s): install link, LPA activation code, QR image URL, and ICCID.
Inferred read-onlymy_esimsList the eSIMs on the signed-in Hungry eSIM account: ICCID, status, data package, expiry, and install link.
Inferred read-onlylist_esim_topupsList the data top-up packages available for one of the signed-in customer's eSIMs.
Inferred read-onlytopup_esimBuild a cart for a top-up on one of the signed-in customer's eSIMs and return a checkout URL.
Inferred read-onlymy_ordersList the signed-in customer's recent orders with payment and eSIM provisioning status.
Potential side effectsCONNECT 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.
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.