HomeMarketing & E-Commerce › mcp-cn-commerce

mcp-cn-commerce

Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads

Python Cloud macOSWindowsLinux
★ 62 stars Last pushed 2026-09-21 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.5)

uvx mcp-cn-commerce

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-cn-commerce": {
      "command": "uvx",
      "args": [
        "mcp-cn-commerce"
      ],
      "env": {
        "OCEANENGINE_APP_KEY": "<YOUR_VALUE>",
        "OCEANENGINE_APP_SECRET": "<YOUR_VALUE>",
        "OCEANENGINE_ACCESS_TOKEN": "<YOUR_VALUE>",
        "DOUDIAN_APP_KEY": "<YOUR_VALUE>",
        "DOUDIAN_APP_SECRET": "<YOUR_VALUE>",
        "DOUDIAN_SHOP_ID": "<YOUR_VALUE>",
        "DOUDIAN_ACCESS_TOKEN": "<YOUR_VALUE>",
        "JD_APP_KEY": "<YOUR_VALUE>",
        "JD_APP_SECRET": "<YOUR_VALUE>",
        "JD_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • OCEANENGINE_APP_KEY secret — Ocean Engine open platform App Key (only needed for the oceanengine server)
  • OCEANENGINE_APP_SECRET secret — Ocean Engine open platform App Secret
  • OCEANENGINE_ACCESS_TOKEN secret — Ocean Engine OAuth access token
  • DOUDIAN_APP_KEY secret — Douyin Shop App Key (only needed for the doudian server)
  • DOUDIAN_APP_SECRET secret — Douyin Shop App Secret
  • DOUDIAN_SHOP_ID — Douyin Shop ID
  • DOUDIAN_ACCESS_TOKEN secret — Douyin Shop OAuth access token
  • JD_APP_KEY secret — JD open platform App Key (only needed for the jd server)
  • JD_APP_SECRET secret — JD open platform App Secret
  • JD_ACCESS_TOKEN secret — JD OAuth access token

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry