Server Details
Search, order, and manage eSIM data packages for 190+ countries.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
9 toolsbuy_topupBuy Top-UpInspect
Purchase a top-up data package for an existing eSIM. Returns a Stripe checkout URL.
| Name | Required | Description | Default |
|---|---|---|---|
| iccid | Yes | The ICCID of the eSIM to top up | |
| session_key | Yes | Session key from a previous tool call | |
| package_code | Yes | The package code from search_topup_packages results |
check_data_balanceCheck Data BalanceRead-onlyInspect
Check remaining data balance on an eSIM. Requires a session key and the eSIM's ICCID.
| Name | Required | Description | Default |
|---|---|---|---|
| iccid | Yes | The ICCID of the eSIM to check | |
| session_key | Yes | Session key from a previous tool call |
check_order_statusCheck Order StatusRead-onlyInspect
Check the status of the most recent order. Requires a session key from a previous tool call.
| Name | Required | Description | Default |
|---|---|---|---|
| session_key | Yes | Session key from a previous tool call |
create_orderCreate OrderInspect
Create an order for an eSIM package. Returns a Stripe checkout URL where the user can pay. Requires a session key (from a previous tool call's structuredContent) or creates one automatically.
| Name | Required | Description | Default |
|---|---|---|---|
| package_id | Yes | The package ID to order | |
| session_key | No | Session key from a previous tool call. If not provided, a new session is created automatically. | |
| referral_code | No | Optional referral code for a discount |
get_business_contextGet Business ContextRead-onlyInspect
Get Gitsim product knowledge, pricing model, IP routing guidance, and eSIM fundamentals. Call this FIRST before helping a customer so you understand the product.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_packageGet Package DetailsRead-onlyInspect
Get details for a specific eSIM package by its ID. No authentication required.
| Name | Required | Description | Default |
|---|---|---|---|
| package_id | Yes | The package ID to look up |
list_esimsList eSIMsRead-onlyInspect
List the customer's delivered eSIMs. Requires a session key from a previous tool call.
| Name | Required | Description | Default |
|---|---|---|---|
| session_key | Yes | Session key from a previous tool call |
search_packagesSearch eSIM PackagesRead-onlyInspect
Search for eSIM data packages by country. Returns up to 5 packages sorted by price. No auth required. Call get_business_context first to understand IP routing and package types.
Package types:
"regular": Fixed data pool (e.g. 3GB for 30 days). Best for most travelers.
"daily": Data resets each day (e.g. 2GB/day for 5 days). Good for short trips with predictable daily usage. Top-up days are available.
IP routing (important for Asia):
"breakout": Local IP in destination country. Best for streaming, banking, social media. ALWAYS recommend by default.
"hk": Hong Kong IP. Cheapest but TikTok app and Facebook app are BLOCKED.
"nonhk": Third-country IP (UK, Singapore). No HK restrictions but IP won't match destination.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | "daily" = data resets each day (e.g. 2GB/day for 5 days, can top-up days). "regular" = fixed data pool for the full duration. Omit for both. | |
| country | Yes | ISO 3166-1 alpha-2 country code, e.g. JP, TH, US | |
| ip_route | No | Filter by IP routing type. "breakout" = local IP (recommended default), "hk" = Hong Kong IP (restricted, cheapest), "nonhk" = other breakout (no HK restrictions) | |
| is_regional | No | true = only multi-country/regional packages (e.g. Europe, Asia). false = only single-country packages. Omit for both. | |
| max_data_gb | No | Maximum data in GB. For daily packages this is the per-day amount. | |
| min_data_gb | No | Minimum data in GB. For daily packages this is the per-day amount. | |
| max_duration_days | No | Maximum duration in days | |
| min_duration_days | No | Minimum duration in days |
search_topup_packagesSearch Top-Up PackagesRead-onlyInspect
Find compatible top-up packages for an existing eSIM. Requires a session key and the eSIM's ICCID.
| Name | Required | Description | Default |
|---|---|---|---|
| iccid | Yes | The ICCID of the eSIM to find top-ups for | |
| session_key | Yes | Session key from a previous tool call |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!