Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-tonywang-hub-mcp-cn-commerce": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
This is the reference implementation for the mcp server
Amazon catalog auditing tool. 13 quality checks for your listings.
A command line tool for setting up commercetools MCP server
BuyWhere MCP server — product catalog for Claude Desktop, Cursor, and MCP agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.TonyWang-hub/mcp-cn-commerce and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🛒 让 AI Agent 直接读取中国电商平台的商家经营数据。 不做内容发布,只做经营数据的 MCP 连接器。
国内首个面向中国电商商家经营场景的开源 MCP Server 套件。支持 Claude、ChatGPT、Gemini 等 AI Agent 接入。
搜索关键词: MCP Server, Model Context Protocol, 电商 MCP, AI Agent, 电商数据, 抖店 MCP, 京东 MCP, 巨量引擎 MCP, 淘宝 MCP, 拼多多 MCP, Python MCP, MCP 中国电商, 商家经营数据, 电商经营分析, AI 电商, Claude MCP
English | 简体中文
一个 MCP (Model Context Protocol) Server 套件(Monorepo),让 AI Agent 能够结构化地访问中国电商平台的商家经营数据。每个平台是一个独立的 MCP Server,按需安装使用:
所有工具默认只读 — AI Agent 可以分析你的经营数据,但无法修改任何内容。
国内已有的 MCP Server 全是内容发布(发视频、搜热搜),没有一个是商家经营(拉广告数据、看订单、管售后)。
| 内容侧 MCP(HuiMei/Astron 等) | mcp-cn-commerce | |
|---|---|---|
| 做什么 | 发视频、搜热点 | 拉广告报表、查订单 |
| 目标用户 | 自媒体/创作者 | 电商老板/运营/数据分析师 |
| 数据类型 | 内容数据(播放量、点赞、热搜) | 经营数据(收入、订单、退款、ROAS) |
| 覆盖平台 | 内容平台 | 电商+广告平台 |
| 操作 | 发布/写入 | 只读分析 & 监控 |
这是国内首个面向电商商家经营场景的开源 MCP Server 套件。
典型使用场景:
| 平台 | 类型 | Phase | 状态 | 测试 | 开放平台 |
|---|---|---|---|---|---|
| 巨量引擎 (Ocean Engine) | 广告投放 | 1 | ✅ | 24 | open.oceanengine.com |
| 巨量千川 (Qianchuan) | 电商广告 | 1 | ✅ | (同上) | qianchuan.jinritemai.com |
| 抖店 (Douyin Shop) | 电商店铺 | 1 | ✅ | 31 | op.jinritemai.com |
| 京东 (JD.com) | 电商店铺 | 1 | ✅ | 19 | jos.jd.com |
| 淘宝 (Taobao) | 电商店铺 | 2 | ✅ | 36 | open.taobao.com |
| 拼多多 (Pinduoduo) | 电商店铺 | 2 | ✅ | 30 | open.pinduoduo.com |
| 快手 (Kuaishou) | 电商店铺 | 3 | ✅ | 33 | open.kuaixiaodian.com |
| 小红书 (Xiaohongshu) | 电商店铺 | 3 | ✅ | 33 | open.xiaohongshu.com |
| 微信小店 (WeChat Store) | 电商店铺 | 3 | ✅ | 25 | developers.weixin.qq.com |
Phase 4: 闲鱼、美团、饿了么(API 受限,待政策明朗)
358 个测试,所有 8 个平台全部通过。CI 覆盖 Python 3.11/3.12/3.13。
# 一次安装,包含所有 8 个平台
pip install mcp-cn-commerce
所有平台 server 都在包内,通过 MCP 客户端配置选择使用哪些。
# 下载最新 Release 的 .whl 文件安装
# https://github.com/TonyWang-hub/mcp-cn-commerce/releases/latest
# 或直接安装:
pip install https://github.com/TonyWang-hub/mcp-cn-commerce/releases/latest/download/mcp_cn_commerce-0.1.0-py3-none-any.whl
pip install git+https://github.com/TonyWang-hub/mcp-cn-commerce.git
git clone https://github.com/TonyWang-hub/mcp-cn-commerce.git
cd mcp-cn-commerce
pip install -e ".[dev]"
# 巨量引擎 / 千川
export OCEANENGINE_APP_KEY="你的 App Key"
export OCEANENGINE_APP_SECRET="你的 App Secret"
export OCEANENGINE_ACCESS_TOKEN="你的 Access Token"
# 抖店
export DOUDIAN_APP_KEY="你的 App Key"
expo
... [View full README on GitHub](https://github.com/tonywang-hub/mcp-cn-commerce#readme)