streamable-httpMITupdated 1mo ago
The China & Asia travel eSIM specialist — with global coverage in 200+ countries.
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
インストール
sinoconnection esim mcp をクライアントに追加します。お使いのものを選んでください。
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 個のツール
sinoconnection esim mcp は接続したエージェントに 4 個のツールを提供します。
- 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.
スコア
58 / 100
及第
- ドキュメント11/25
- メンテナンス16/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.1最新 | 2026年7月16日 |
| 1.0.0 | 2026年7月9日 |