# Gitsim Chat MCP server

Search, order, and manage eSIM data packages for 190+ countries.

## Links
- Registry page: https://www.getdrio.com/mcp/com-gitsim-chat

## Install
- Endpoint: https://chat.gitsim.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://chat.gitsim.com/api/mcp

## Tools
- get_business_context (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. Endpoint: https://chat.gitsim.com/api/mcp
- search_packages (Search eSIM 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. Endpoint: https://chat.gitsim.com/api/mcp
- get_package (Get Package Details) - Get details for a specific eSIM package by its ID. No authentication required. Endpoint: https://chat.gitsim.com/api/mcp
- create_order (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. Endpoint: https://chat.gitsim.com/api/mcp
- check_order_status (Check Order Status) - Check the status of the most recent order. Requires a session key from a previous tool call. Endpoint: https://chat.gitsim.com/api/mcp
- list_esims (List eSIMs) - List the customer's delivered eSIMs. Requires a session key from a previous tool call. Endpoint: https://chat.gitsim.com/api/mcp
- check_data_balance (Check Data Balance) - Check remaining data balance on an eSIM. Requires a session key and the eSIM's ICCID. Endpoint: https://chat.gitsim.com/api/mcp
- search_topup_packages (Search Top-Up Packages) - Find compatible top-up packages for an existing eSIM. Requires a session key and the eSIM's ICCID. Endpoint: https://chat.gitsim.com/api/mcp
- buy_topup (Buy Top-Up) - Purchase a top-up data package for an existing eSIM. Returns a Stripe checkout URL. Endpoint: https://chat.gitsim.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.gitsim
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 1, 2026
- Source: https://registry.modelcontextprotocol.io
