一个 API Key,让豆包、千问办公、WorkBuddy、Claude、Cursor 直接调用你的亚马逊 Listing 工具——合规体检、标题优化、五点描述、AI 可读性评分,一句话就出。
streamable-http MCP。扩展 → 连接器 → 自定义,粘贴下方配置即可。{
"mcpServers": {
"listinggood": {
"type": "streamable-http",
"url": "https://listinggood.cn/mcp",
"headers": { "Authorization": "Bearer 你的Key" }
}
}
}
https://listinggood.cn/mcpAuthorization: Bearer 你的Key{
"mcpServers": {
"listinggood": {
"url": "https://listinggood.cn/mcp",
"headers": { "Authorization": "Bearer 你的Key" }
}
}
}
https://listinggood.cn/mcpAuthorization: Bearer 你的Key# 1) 安装桥接(一次性) npm i -g listinggood-mcp # 2) 启动(国内用 .cn;海外用 .com,见下方说明) LISTINGGOOD_API_KEY=你的Key LISTINGGOOD_MCP_URL=https://listinggood.cn/mcp listinggood-mcp # 3) 在豆包「本地 MCP」里指向该命令
npm i -g listinggood-mcp 安装桥接listinggood-mcp,环境变量 LISTINGGOOD_API_KEYclaude_desktop_config.json 或 Cursor 的 MCP 配置,重启客户端即可。{
"mcpServers": {
"listinggood": {
"command": "npx",
"args": ["-y", "listinggood-mcp"],
"env": { "LISTINGGOOD_API_KEY": "你的Key" }
}
}
}
你的Key 换成真实 Key没有 Key?去 listinggood.cn/developers 免费注册,注册即送 10 星永久额度。
国内端点:https://listinggood.cn/mcp · 海外端点:https://listinggood.com/mcp · 协议:Streamable HTTP (MCP 1.9.4) · 支持 Bearer / X-API-Key / ?apikey= 鉴权