Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

9 tools
buy_topupBuy Top-UpInspect

Purchase a top-up data package for an existing eSIM. Returns a Stripe checkout URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
iccidYesThe ICCID of the eSIM to top up
session_keyYesSession key from a previous tool call
package_codeYesThe package code from search_topup_packages results
check_data_balanceCheck Data Balance
Read-only
Inspect

Check remaining data balance on an eSIM. Requires a session key and the eSIM's ICCID.

ParametersJSON Schema
NameRequiredDescriptionDefault
iccidYesThe ICCID of the eSIM to check
session_keyYesSession key from a previous tool call
check_order_statusCheck Order Status
Read-only
Inspect

Check the status of the most recent order. Requires a session key from a previous tool call.

ParametersJSON Schema
NameRequiredDescriptionDefault
session_keyYesSession 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYesThe package ID to order
session_keyNoSession key from a previous tool call. If not provided, a new session is created automatically.
referral_codeNoOptional referral code for a discount
get_business_contextGet Business Context
Read-only
Inspect

Get Gitsim product knowledge, pricing model, IP routing guidance, and eSIM fundamentals. Call this FIRST before helping a customer so you understand the product.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_packageGet Package Details
Read-only
Inspect

Get details for a specific eSIM package by its ID. No authentication required.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYesThe package ID to look up
list_esimsList eSIMs
Read-only
Inspect

List the customer's delivered eSIMs. Requires a session key from a previous tool call.

ParametersJSON Schema
NameRequiredDescriptionDefault
session_keyYesSession key from a previous tool call
search_packagesSearch eSIM Packages
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNo"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.
countryYesISO 3166-1 alpha-2 country code, e.g. JP, TH, US
ip_routeNoFilter by IP routing type. "breakout" = local IP (recommended default), "hk" = Hong Kong IP (restricted, cheapest), "nonhk" = other breakout (no HK restrictions)
is_regionalNotrue = only multi-country/regional packages (e.g. Europe, Asia). false = only single-country packages. Omit for both.
max_data_gbNoMaximum data in GB. For daily packages this is the per-day amount.
min_data_gbNoMinimum data in GB. For daily packages this is the per-day amount.
max_duration_daysNoMaximum duration in days
min_duration_daysNoMinimum duration in days
search_topup_packagesSearch Top-Up Packages
Read-only
Inspect

Find compatible top-up packages for an existing eSIM. Requires a session key and the eSIM's ICCID.

ParametersJSON Schema
NameRequiredDescriptionDefault
iccidYesThe ICCID of the eSIM to find top-ups for
session_keyYesSession 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 ownership

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.