Travel eSIM catalog: search plans, check availability, and get exact quotes with checkout links.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://zwitchy.io/api/mcp4 tools · 653mssearch_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.
| Parameter | Type | Description |
|---|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| 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 of 4 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Travel eSIM catalog: search plans, check availability, and get exact quotes with checkout links.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.