ConnectMeGuru
FreeNot checkedAn official MCP server for ConnectMeGuru to search active travel eSIM packages, apply discount coupons, check wallet balance, and purchase eSIM plans directly w
About
An official MCP server for ConnectMeGuru to search active travel eSIM packages, apply discount coupons, check wallet balance, and purchase eSIM plans directly within AI chats.
README
An official Model Context Protocol (MCP) server for ConnectMeGuru eSIM travel plans and wallet operations. This server allows AI assistants (like Claude, Cursor, and VS Code) to search active international eSIM data catalogs, check balances, apply coupons, and securely buy eSIMs directly inside the chat.
🚀 Quick Start (Remote Gateway - Option A)
You do not need to install any packages locally to use this server. You can connect directly to the public remote gateway.
Add the following to your claude_desktop_config.json file:
{
"mcpServers": {
"connectmeguru": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.connectmeguru.com/api/mcp"
]
}
}
}
Restart Claude Desktop after saving the configuration.
🛠️ Local Installation (Option B)
If you prefer to run the MCP server locally on your machine:
1. Configure configuration file
Add this server to your claude_desktop_config.json:
{
"mcpServers": {
"connectmeguru": {
"command": "npx",
"args": [
"-y",
"connectmeguru-mcp"
]
}
}
}
🔑 Available Tools
1. Catalog Search
get_esim_catalog: Search eSIM data packages by destination or keyword (e.g.Japan,USA 10GB,Europe 30 Days).
2. Coupon Validation
validate_coupon: Verify discount coupon codes (e.g.WELCOME10).
3. Session & Wallet Operations (Requires OTP Authentication)
send_agent_otp: Send login code to your email.verify_agent_otp: Complete login and receive secure session token.get_wallet_balance: Check pre-funded USD balance.purchase_esim_with_wallet: Buy eSIM directly in chat.get_user_orders: Retrieve complete order history and installation QR codes.refresh_esim_usage: Get real-time data usage from the network carrier.cancel_order: Request refund for eligible unused orders.get_topup_packages: Check eligible top-up plans.purchase_topup: Complete in-chat eSIM top-up.
📄 License
MIT License. Created by ConnectMeGuru.
Installing ConnectMeGuru
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/vineetgoyalhuf/connectmeguru-mcpFAQ
Is ConnectMeGuru MCP free?
Yes, ConnectMeGuru MCP is free — one-click install via Unyly at no cost.
Does ConnectMeGuru need an API key?
No, ConnectMeGuru runs without API keys or environment variables.
Is ConnectMeGuru hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install ConnectMeGuru in Claude Desktop, Claude Code or Cursor?
Open ConnectMeGuru on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare ConnectMeGuru with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
