Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.mouthfully/zwitchy-store

io.github.mouthfully/zwitchy-store

Travel eSIM catalog: search plans, check availability, and get exact quotes with checkout links.

Uptime
100.0%
1 direct probes · 30d
Response
1976ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_plans

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 chea…

get_plan

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.

check_availability

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, 'unavailabl…

get_quote

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 o…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.mouthfully/zwitchy-store": {
      "url": "https://zwitchy.io/api/mcp",
      "transport": "streamable-http"
    }
  }
}