Travel eSIM catalog: search plans, check availability, and get exact quotes with checkout links.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://zwitchy.io/api/mcp4 strumenti · 653 mssearch_plansSearch the purchasable travel eSIM plan catalog. Filter by destination country, region, minimum data, minimum duration, and maximum price. Returns public plan details (prices in USD cents) sorted cheapest first, with offset pagination via next_offset.Search the purchasable travel eSIM plan catalog. Filter by destination country, region, minimum data, minimum duration, and maximum price. Returns public plan details (prices in USD cents) sorted cheapest first, with offset pagination via next_offset.
| Parametro | Tipo | Descrizione |
|---|---|---|
| destination | string | Country to cover: ISO-2 code (e.g. 'JP') or English name (e.g. 'Japan'). |
| region | string | Region name filter, e.g. 'Europe' or 'Asia'. |
| min_data_bytes | integer | Minimum total data allowance in bytes (unlimited plans always match). |
| min_duration_days | integer | Minimum validity in days. |
| max_price_cents | integer | Maximum retail price in USD cents. |
| limit | integer | Page size, 1-50 (default 20). |
| offset | integer | Pagination offset from a previous next_offset. |
get_planFetch full public details for a single purchasable plan by its package_code: coverage, data allowance, validity, retail price in USD cents. Errors with plan_not_found for unknown or unsellable codes.Fetch full public details for a single purchasable plan by its package_code: coverage, data allowance, validity, retail price in USD cents. Errors with plan_not_found for unknown or unsellable codes.
| Parametro | Tipo | Descrizione |
|---|---|---|
| package_code* | string | The plan's package_code from search_plans. |
check_availabilityCheck whether a plan can be fulfilled right now for a given quantity, using the same gate the checkout runs. Returns available true/false; reason 'delisted' means the SKU left the catalog, 'unavailable' means it temporarily cannot be fulfilled.Check whether a plan can be fulfilled right now for a given quantity, using the same gate the checkout runs. Returns available true/false; reason 'delisted' means the SKU left the catalog, 'unavailable' means it temporarily cannot be fulfilled.
| Parametro | Tipo | Descrizione |
|---|---|---|
| package_code* | string | The plan's package_code from search_plans. |
| quantity | integer | Units to buy (default 1, max 10). |
get_quotePrice an order (package_code, quantity, optional promo code) exactly as checkout would: returns subtotal, discount, and the final total in USD cents, plus the promo status. Purely informational — no order is created.Price an order (package_code, quantity, optional promo code) exactly as checkout would: returns subtotal, discount, and the final total in USD cents, plus the promo status. Purely informational — no order is created.
| Parametro | Tipo | Descrizione |
|---|---|---|
| package_code* | string | The plan's package_code from search_plans. |
| quantity | integer | Units to buy (default 1, max 10). |
| promo_code | string | Optional promo code to apply. |
4 strumenti su 4 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Travel eSIM catalog: search plans, check availability, and get exact quotes with checkout links.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.