Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Hungry eSIM

REMOTE · API.HUNGRY-ESIM.COM · SCANNED AUG 18

Search travel eSIM data plans for 190+ destinations, create checkout links, and track your eSIMs.

68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability86
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 869 tokens (~108/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.hungry-esim.com

# add to Claude Code
claude mcp add --transport http com-hungry-esim-esim https://api.hungry-esim.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-hungry-esim-esim]
url = "https://api.hungry-esim.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-hungry-esim-esim": {
      "type": "remote",
      "url": "https://api.hungry-esim.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-hungry-esim-esim --url https://api.hungry-esim.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-hungry-esim-esim:
    url: "https://api.hungry-esim.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-hungry-esim-esim": {
      "type": "http",
      "url": "https://api.hungry-esim.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 17 Aug 26 67

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 18 Aug 2026 · Probed https://api.hungry-esim.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=hungry-esim.com CN=YE1,O=Let's Encrypt,C=US 4 Jul 2026 2 Oct 2026 ECDSA 256 ECDSA-SHA384 5f82bc0acaadf9c852e1e58ffed034af0bd
SANs: *.hungry-esim.com, hungry-esim.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of api.hungry-esim.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
hungry-esim.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff
referrer-policy strict-origin-when-cross-origin
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.hungry-esim.com/mcp Verified 200
http (plaintext) http://api.hungry-esim.com/mcp HTTPS enforced 308 https://api.hungry-esim.com/mcp
MCP tools · 8 exposed · ~869 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_checkout ~211

Build a cart for the chosen eSIM plan and return a checkout URL. Does NOT charge — the user completes payment on the website. If the customer is signed in, the order is linked to their account automatically. For unlimited plans, period_num (days) is required.

NameTypeReqDescription
countintegerNumber of eSIMs, default 1
countrystringyesCustomer's CHECKOUT country (ISO alpha-2) — sets checkout region/currency and URL locale. NOT the eSIM's coverage country. If the store doesn't serve it, the store's default region is used.
emailstringGuest email — prefills checkout so it skips the details step. Ignored when the customer is signed in (their account email is used). Never determines which account the order belongs to.
period_numintegerDays for unlimited plans (1-30). Required for unlimited, ignored otherwise.
variant_idstringyesVariant id from search_esim_plans

No output schema declared.

No examples provided.

get_order_status ~145

Look up an order and return provisioning status and the issued eSIM(s): install link, LPA activation code, QR image URL, and ICCID. Signed-in customers can look up their own orders by number without an email. Otherwise, a short order number MUST be paired with the email used for the order — the eSIM install details are only returned to the buyer.

NameTypeReqDescription
emailstringEmail used for the order. Required when 'order' is a short order number and the customer is not signed in.
orderstringyesOrder number (e.g. '32') or Medusa order id (order_01K...) from the confirmation email

No output schema declared.

No examples provided.

get_plan_details ~60

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

NameTypeReqDescription
currencystringISO currency, default USD
variant_idstringyesVariant id from search_esim_plans

No output schema declared.

No examples provided.

list_esim_topups ~69

List the data top-up packages available for one of the signed-in customer's eSIMs. Pass the ICCID from my_esims. Returns package_code values to pass to topup_esim.

NameTypeReqDescription
iccidstringyesICCID of the eSIM, from my_esims

No output schema declared.

No examples provided.

my_esims ~52

List the eSIMs on the signed-in Hungry eSIM account: ICCID, status, data package, expiry, and install link. Requires the user to connect their Hungry eSIM account (OAuth) first.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

my_orders ~38

List the signed-in customer's recent orders with payment and eSIM provisioning status. For the eSIM install details of one order, use get_order_status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_esim_plans ~161

Find purchasable eSIM data plans for a destination country. Filter by unlimited vs fixed-data, minimum data, and validity. Returns variant_id values to pass to create_checkout.

NameTypeReqDescription
countrystringyesISO 3166-1 alpha-2 country code, e.g. 'JP', 'US'
currencystringISO currency for prices, default USD
limitintegerMax results, default 10
max_validity_daysintegerMaximum validity in days (fixed-data plans)
min_data_gbnumberMinimum data in GB (fixed-data plans)
unlimitedbooleanIf set, return only unlimited (true) or only fixed-data (false) plans

No output schema declared.

No examples provided.

topup_esim ~133

Build a cart for a top-up on one of the signed-in customer's eSIMs and return a checkout URL. Does NOT charge — the user completes payment on the website. Get iccid from my_esims and package_code from list_esim_topups.

NameTypeReqDescription
countrystringCustomer's CHECKOUT country (ISO alpha-2) — sets checkout region/currency and URL locale. Defaults to US.
iccidstringyesICCID of the eSIM to top up, from my_esims
package_codestringyesTop-up package code from list_esim_topups

No output schema declared.

No examples provided.