streamable-httpMITupdated 1mo ago
The China & Asia travel eSIM specialist β with global coverage in 200+ countries.
What can you do with sinoconnection esim mcp?
SinoConnection eSIM β MCP Server
The China & Asia travel eSIM specialist β with global coverage in 200+ countries.
A public, read-only Model Context Protocol server that lets AI assistants (ChatGPT, Claude, Gemini, β¦) search travel-eSIM plans, look up plan details, and check device eSIM compatibility on a user's behalf. Specialized China plans deliver uncensored internet without a VPN.
Operated by SinoConnection εδΊΊι (SinoConnection LLC), a physical wireless store in Elmhurst, Queens NY, serving the community since 2001.
Connect
- Endpoint:
https://mcp.sinoconnection.com/mcp - Transport: Streamable HTTP (MCP JSON-RPC 2.0)
- Auth: none (public, read-only)
Claude (custom connector)
Settings β Connectors β Add custom connector β paste the endpoint URL.
ChatGPT / other MCP clients
Add a remote MCP server pointing at the endpoint above.
Tools
| Tool | Purpose |
|---|---|
search_esim_plans |
Search plans by country / region / type / duration. Returns price_usd (what the customer pays, current discount already applied), data, validity, fair-usage caveats, and china_open_internet. |
get_plan_details |
Full details for one plan by id. |
check_device_compatibility |
Check whether a phone/tablet supports eSIM. |
create_checkout_link |
Get a secure checkout URL for a plan; the customer completes payment on-site. |
Purchasing is completed by the human on sinoconnection.com β the connector never handles payment.
Privacy
Read-only. No account, no sign-in; the connector does not collect name, email, phone, or payment details. See the Privacy Policy (Β§ AI Assistant Connector).
About the "no-VPN in China" note
Per Airalo's official documentation, China, Regional Asia, and Global eSIMs with China coverage work in China
without a VPN (international routing bypasses the Great Firewall). The china_open_internet field marks plans
that cover China.
Β© SinoConnection LLC Β· 82-72 Broadway, Elmhurst, NY 11373 Β· support@sinoconnection.com
Install
Add sinoconnection esim mcp to your client. Pick the one you use.
claude mcp add --transport http sinoconnection-esim-mcp https://mcp.sinoconnection.com/mcpcodex mcp add sinoconnection-esim-mcp --url https://mcp.sinoconnection.com/mcp{
"mcpServers": {
"sinoconnection-esim-mcp": {
"url": "https://mcp.sinoconnection.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"sinoconnection-esim-mcp": {
"type": "http",
"url": "https://mcp.sinoconnection.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"sinoconnection-esim-mcp": {
"url": "https://mcp.sinoconnection.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sinoconnection-esim-mcp": {
"serverUrl": "https://mcp.sinoconnection.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
sinoconnection esim mcp exposes 4 tools to a connected agent.
- search_esim_plans
- Search plans by country / region / type / duration. Returns `price_usd` (what the customer pays, current discount already applied), data, validity, fair-usage caveats, and `china_open_internet`.
- get_plan_details
- Full details for one plan by id.
- check_device_compatibility
- Check whether a phone/tablet supports eSIM.
- create_checkout_link
- Get a secure checkout URL for a plan; the customer completes payment on-site.
Score
58 / 100
Adequate
- Documentation11/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 46 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 16, 2026 |
| 1.0.0 | Jul 9, 2026 |