ConnectMeGuru
The official ConnectMeGuru eSIM & Wallet MCP Server.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Get Esim Catalog: Queries active travel eSIM data plans. Refines by destination name, country code, or query keywords (e.g. JP, Japan, Japan 100MB, Europe 10GB, USA 30 Days).
- Get Knowledge Base: Retrieves the official ConnectMeGuru grounding knowledge base, including installation guides, device compatibility, refund policies, and support escalation workflows.
- Validate Coupon: Validates a discount coupon code for checkout. Note: User login is mandatory to validate a coupon. If this returns a 401 Unauthorized error, you must inform the user that they need to
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
The official ConnectMeGuru eSIM & Wallet MCP Server. Allows AI assistants to search international travel eSIM packages, check wallet balance, validate coupons, purchase eSIMs in-chat, and get real-time network carrier data usage.
Список инструментов сервера (14)
Технические названия из tools/list. Нужны только разработчикам.
| get_esim_catalog | Queries active travel eSIM data plans. Refines by destination name, country code, or query keywords (e.g. JP, Japan, Japan 100MB, Europe 10GB, USA 30 Days). |
| get_knowledge_base | Retrieves the official ConnectMeGuru grounding knowledge base, including installation guides, device compatibility, refund policies, and support escalation workflows. |
| validate_coupon | Validates a discount coupon code for checkout. Note: User login is mandatory to validate a coupon. If this returns a 401 Unauthorized error, you must inform the user that they need to log in (by sending an OTP using send_agent_otp) before they can apply a coupon. |
| get_checkout_url | Generates a secure checkout and purchase link for a specific eSIM package. |
| send_agent_otp | Sends a 6-digit OTP code to the customer's email address for in-chat authentication. |
| verify_agent_otp | Verifies the email OTP code and returns a session token for wallet purchases. |
| get_wallet_balance | Retrieves the user's current pre-funded wallet balance. Requires a valid session token. |
| purchase_esim_with_wallet | Purchases an eSIM package directly in chat using the user's wallet balance. If balance is insufficient, returns a magic link to top-up. |
| cancel_order | Cancels an eligible eSIM order before activation/provisioning. Requires a valid session token. |
| refresh_esim_usage | Requests a real-time data usage update for an active eSIM from the carrier. Requires a valid session token. |
| get_wallet_transactions | Retrieves a paginated list of wallet transaction history. Requires a valid session token. |
| get_topup_packages | Retrieves compatible top-up data packages for an active eSIM. Requires a valid session token. |
| purchase_topup | Purchases a compatible top-up package using the wallet balance. Requires a valid session token. |
| get_user_orders | Retrieves a paginated list of the authenticated user's eSIM orders and history. Requires a valid session token. |