Hungry eSIM
Search and buy travel eSIM data plans for 190+ destinations.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Esim Plans: 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.
- 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. Does NOT charge — the user completes payment on the website. If the customer is signed in, the order is linked to thei
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search and buy travel eSIM data plans for 190+ destinations. Compare unlimited and fixed-data plans by country, get secure checkout links, check order status, and manage your eSIMs and top-ups. Payment always happens on hungry-esim.com.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| search_esim_plans | 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. |
| 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. 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. |
| 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. 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. |
| my_esims | 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. |
| list_esim_topups | 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. |
| topup_esim | 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. |
| my_orders | 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. |