← Registry

eCommerce

hungry-esim.com

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

1 endpoint8 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
hungry-esim
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

search_esim_plans

Find purchasable eSIM data plans for a destination country.

Inferred read-only
get_plan_details

Get full details for one eSIM plan variant: coverage, data volume, validity, throttle policy, and price.

Inferred read-only
create_checkout

Build a cart for the chosen eSIM plan and return a checkout URL.

Inferred read-only
get_order_status

Look up an order and return provisioning status and the issued eSIM(s): install link, LPA activation code, QR image URL, and ICCID.

Inferred read-only
my_esims

List the eSIMs 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 packages available for one of the signed-in customer's eSIMs.

Inferred read-only
topup_esim

Build a cart for a top-up on one of the signed-in customer's eSIMs and return a checkout URL.

Inferred read-only
my_orders

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

Potential side effects

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.

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.