Gitsim Chat
com.gitsim/chatSearch, order, and manage eSIM data packages for 190+ countries.
Tools · 9
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 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 details for a specific eSIM package by its ID. No authentication required.
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 the status of the most recent order. Requires a session key from a previous tool call.
List the customer's delivered eSIMs. Requires a session key from a previous tool call.
Check remaining data balance on an eSIM. Requires a session key and the eSIM's ICCID.
Find compatible top-up packages for an existing eSIM. Requires a session key and the eSIM's ICCID.
Purchase a top-up data package for an existing eSIM. Returns a Stripe checkout URL.
Similar MCP servers embedding-nearest
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"
}
}
}