← hungry-esim.com

INDIVIDUAL MCP TOOL

search_esim_plans

Find purchasable eSIM data plans for a destination country.

hungry-esim.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for search_esim_plans and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hungry-esim.com

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.

Related tools

  • get_plan_details — Get full details for one eSIM plan variant: coverage, data volume, validity, throttle policy, and price.
  • create_checkout — Build a cart for the chosen eSIM plan and return a checkout URL.
  • 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.
  • my_esims — List the eSIMs on the signed-in Hungry eSIM account: ICCID, status, data package, expiry, and install link.
  • list_esim_topups — List the data top-up packages available for one of the signed-in customer's eSIMs.
  • topup_esim — Build a cart for a top-up on one of the signed-in customer's eSIMs and return a checkout URL.
  • my_orders — List the signed-in customer's recent orders with payment and eSIM provisioning status.