Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Gitsim Chat

com.gitsim/chat

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

Uptime
100.0%
1 direct probes · 30d
Response
633ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

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.

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 rou…

get_package

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

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.

check_order_status

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

list_esims

List the customer's delivered eSIMs. Requires a 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.

search_topup_packages

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

buy_topup

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

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gitsim_chat": {
      "url": "https://chat.gitsim.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}