Skip to main content
Glama

zwitchy-store

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

4 tools
check_availabilityCheck plan availability
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
quantityNoUnits to buy (default 1, max 10).
package_codeYesThe plan's package_code from search_plans.
get_planGet one eSIM plan
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_codeYesThe plan's package_code from search_plans.
get_quoteQuote an order
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
quantityNoUnits to buy (default 1, max 10).
promo_codeNoOptional promo code to apply.
package_codeYesThe plan's package_code from search_plans.
search_plansSearch eSIM plans
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1-50 (default 20).
offsetNoPagination offset from a previous next_offset.
regionNoRegion name filter, e.g. 'Europe' or 'Asia'.
destinationNoCountry to cover: ISO-2 code (e.g. 'JP') or English name (e.g. 'Japan').
min_data_bytesNoMinimum total data allowance in bytes (unlimited plans always match).
max_price_centsNoMaximum retail price in USD cents.
min_duration_daysNoMinimum validity in days.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources