# zwitchy-store MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mouthfully-zwitchy-store

## Install
- Endpoint: https://zwitchy.io/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://zwitchy.io/api/mcp

## Tools
- search_plans (Search eSIM 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 cheapest first, with offset pagination via next_offset. Endpoint: https://zwitchy.io/api/mcp
- get_plan (Get one eSIM 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. Endpoint: https://zwitchy.io/api/mcp
- check_availability (Check plan 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, 'unavailable' means it temporarily cannot be fulfilled. Endpoint: https://zwitchy.io/api/mcp
- get_quote (Quote an order) - 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. Endpoint: https://zwitchy.io/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Mouthfully
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 24, 2026
- Source: https://registry.modelcontextprotocol.io
