AgentHubAgentHub

mcp-cn-commerce

MCP ServerMCP Registry官方收录

io.github.TonyWang-hub/mcp-cn-commerce · v0.1.4

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

概览

mcp-cn-commerce 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-cn-commerce": {
      "command": "uvx",
      "args": [
        "mcp-cn-commerce"
      ]
    }
  }
}

环境变量

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

相关资源

统一 Manifest

{
  "id": "io.github.TonyWang-hub/mcp-cn-commerce",
  "type": "mcp-server",
  "version": "0.1.4",
  "displayName": "mcp-cn-commerce",
  "description": "Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads",
  "repository": {
    "url": "https://github.com/TonyWang-hub/mcp-cn-commerce",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "mcp-cn-commerce",
        "version": "0.1.4",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "OCEANENGINE_APP_KEY",
            "description": "Ocean Engine open platform App Key (only needed for the oceanengine server)",
            "isSecret": true
          },
          {
            "name": "OCEANENGINE_APP_SECRET",
            "description": "Ocean Engine open platform App Secret",
            "isSecret": true
          },
          {
            "name": "OCEANENGINE_ACCESS_TOKEN",
            "description": "Ocean Engine OAuth access token",
            "isSecret": true
          },
          {
            "name": "DOUDIAN_APP_KEY",
            "description": "Douyin Shop App Key (only needed for the doudian server)",
            "isSecret": true
          },
          {
            "name": "DOUDIAN_APP_SECRET",
            "description": "Douyin Shop App Secret",
            "isSecret": true
          },
          {
            "name": "DOUDIAN_SHOP_ID",
            "description": "Douyin Shop ID"
          },
          {
            "name": "DOUDIAN_ACCESS_TOKEN",
            "description": "Douyin Shop OAuth access token",
            "isSecret": true
          },
          {
            "name": "JD_APP_KEY",
            "description": "JD open platform App Key (only needed for the jd server)",
            "isSecret": true
          },
          {
            "name": "JD_APP_SECRET",
            "description": "JD open platform App Secret",
            "isSecret": true
          },
          {
            "name": "JD_ACCESS_TOKEN",
            "description": "JD OAuth access token",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.TonyWang-hub/mcp-cn-commerce",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.TonyWang-hub%2Fmcp-cn-commerce/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp-cn-commerce — MCP Server 安装与配置 · AgentHub