com.gitsim/chat
Official9 toolsGitsim Chat
Search, order, and manage eSIM data packages for 190+ countries.
Search and manage eSIM data packages for 190+ countries.
Captured live from the server via tools/list.
get_business_context
Get Gitsim product knowledge, pricing model, IP routing guidance, and eSIM fundamentals. Call this FIRST before helping a customer so you understand the product.
No parameters.
search_packages
Search for eSIM data packages by country. Returns up to 10 packages per page sorted by price. Use the page parameter to paginate. 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.
Parameters (10)
- countrystringrequired
ISO 3166-1 alpha-2 country code, e.g. JP, TH, US
- min_data_gbnumber
Minimum data in GB. For daily packages this is the per-day amount.
- max_data_gbnumber
Maximum data in GB. For daily packages this is the per-day amount.
- min_duration_daysnumber
Minimum duration in days
- max_duration_daysnumber
Maximum duration in days
- ip_routestring
Filter by IP routing type. "breakout" = local IP (recommended default), "hk" = Hong Kong IP (restricted, cheapest), "nonhk" = other breakout (no HK restrictions)
- is_regionalboolean
true = only multi-country/regional packages (e.g. Europe, Asia). false = only single-country packages. Omit for both.
- typestring
"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.
- namestring
Case-insensitive substring match on package name
- pageinteger
Page number (1-based, default 1). Each page returns up to 10 results.
get_package
Get details for a specific eSIM package by its ID. No authentication required.
Parameters (1)
- package_idstringrequired
The package ID to look up
create_order
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.
Parameters (3)
- package_idstringrequired
The package ID to order
- session_keystring
Session key from a previous tool call. If not provided, a new session is created automatically.
- referral_codestring
Optional referral code for a discount
check_order_status
Check the status of the most recent order. Requires a session key from a previous tool call.
Parameters (1)
- session_keystringrequired
Session key from a previous tool call
list_esims
List the customer's delivered eSIMs. Requires a session key from a previous tool call.
Parameters (1)
- session_keystringrequired
Session key from a previous tool call
check_data_balance
Check remaining data balance on an eSIM. Requires a session key and the eSIM's ICCID.
Parameters (2)
- session_keystringrequired
Session key from a previous tool call
- iccidstringrequired
The ICCID of the eSIM to check
search_topup_packages
Find compatible top-up packages for an existing eSIM. Requires a session key and the eSIM's ICCID.
Parameters (2)
- session_keystringrequired
Session key from a previous tool call
- iccidstringrequired
The ICCID of the eSIM to find top-ups for
buy_topup
Purchase a top-up data package for an existing eSIM. Returns a Stripe checkout URL.
Parameters (3)
- session_keystringrequired
Session key from a previous tool call
- iccidstringrequired
The ICCID of the eSIM to top up
- package_codestringrequired
The package code from search_topup_packages results
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"chat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://chat.gitsim.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.