← Back to Plugins
MCP Server MCP

io.github.TonyWang-hub/mcp-cn-commerce

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-cn-commerce

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-cn-commerce",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ocean Engine open platform App Key (only needed for the oceanengine server)",
          "isSecret": true,
          "name": "OCEANENGINE_APP_KEY"
        },
        {
          "description": "Ocean Engine open platform App Secret",
          "isSecret": true,
          "name": "OCEANENGINE_APP_SECRET"
        },
        {
          "description": "Ocean Engine OAuth access token",
          "isSecret": true,
          "name": "OCEANENGINE_ACCESS_TOKEN"
        },
        {
          "description": "Douyin Shop App Key (only needed for the doudian server)",
          "isSecret": true,
          "name": "DOUDIAN_APP_KEY"
        },
        {
          "description": "Douyin Shop App Secret",
          "isSecret": true,
          "name": "DOUDIAN_APP_SECRET"
        },
        {
          "description": "Douyin Shop ID",
          "name": "DOUDIAN_SHOP_ID"
        },
        {
          "description": "Douyin Shop OAuth access token",
          "isSecret": true,
          "name": "DOUDIAN_ACCESS_TOKEN"
        },
        {
          "description": "JD open platform App Key (only needed for the jd server)",
          "isSecret": true,
          "name": "JD_APP_KEY"
        },
        {
          "description": "JD open platform App Secret",
          "isSecret": true,
          "name": "JD_APP_SECRET"
        },
        {
          "description": "JD OAuth access token",
          "isSecret": true,
          "name": "JD_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...