ConnectMeGuru

The official ConnectMeGuru eSIM & Wallet MCP Server.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • 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

What data it sees

Do you need an account

No: the server works without sign-in

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.

Server tool list (14)

Raw names from tools/list. Only developers need these.

get_esim_catalogQueries 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_baseRetrieves the official ConnectMeGuru grounding knowledge base, including installation guides, device compatibility, refund policies, and support escalation workflows.
validate_couponValidates 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_urlGenerates a secure checkout and purchase link for a specific eSIM package.
send_agent_otpSends a 6-digit OTP code to the customer's email address for in-chat authentication.
verify_agent_otpVerifies the email OTP code and returns a session token for wallet purchases.
get_wallet_balanceRetrieves the user's current pre-funded wallet balance. Requires a valid session token.
purchase_esim_with_walletPurchases an eSIM package directly in chat using the user's wallet balance. If balance is insufficient, returns a magic link to top-up.
cancel_orderCancels an eligible eSIM order before activation/provisioning. Requires a valid session token.
refresh_esim_usageRequests a real-time data usage update for an active eSIM from the carrier. Requires a valid session token.
get_wallet_transactionsRetrieves a paginated list of wallet transaction history. Requires a valid session token.
get_topup_packagesRetrieves compatible top-up data packages for an active eSIM. Requires a valid session token.
purchase_topupPurchases a compatible top-up package using the wallet balance. Requires a valid session token.
get_user_ordersRetrieves a paginated list of the authenticated user's eSIM orders and history. Requires a valid session token.