API Tools
zwitchy.io
Provides tools to search, retrieve, check availability, and price travel eSIM plans.
ENDPOINT 1
https://zwitchy.io/api/mcp
MCP server metadata
- Name
- zwitchy-mcp
- Version
- 0.1.0
Read-only travel eSIM catalog: search plans, fetch plan details, check availability, and get exact price quotes (USD cents). Plan results include a url where a traveler completes the purchase on the web. Purchasing through this server is not available yet and will require an approved partner token.
Known tools 4
get_planFetch full public details for a single purchasable plan by its package_code: coverage, data allowance, validity, retail price in USD cents.
Inferred read-onlycheck_availabilityCheck whether a plan can be fulfilled right now for a given quantity, using the same gate the checkout runs.
Inferred read-onlyget_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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zwitchy-mcp]
url = "https://zwitchy.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zwitchy-mcp": {
"type": "http",
"url": "https://zwitchy.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zwitchy-mcp
Remote MCP URL: https://zwitchy.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zwitchy-mcp": {
"url": "https://zwitchy.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zwitchy-mcp": {
"type": "http",
"url": "https://zwitchy.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zwitchy-mcp",
"transport": "streamable-http",
"url": "https://zwitchy.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for zwitchy.io was fetched 2026-07-31T00:22:37.883Z.
zwitchy.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.