geekbi-temu-research-mcp
# 极鲸云 Temu 数据分析与市场调研 MCP
极鲸云 Temu 数据分析与市场调研 MCP 是由极鲸云(GeekBI)提供的 Temu 电商数据分析服务,通过 MCP 协议为 AI Agent 提供专业的 Temu 市场调研工具。AI 可以直接调用商品、店铺、类目、关键词和评论等数据能力,洞察市场趋势、竞品表现与消费者需求,帮助跨境卖家快速完成选品分析、市场研究和商业决策。
## 能力
| MCP 工具 | 可以解决的问题 |
| --- | --- |
| `temu_goods_search` | 找热销、新品和低竞争候选,比较销量、价格、供货价、评价、同款竞争和上架时间 |
| `temu_image_search` | 用供应商图、实拍图或竞品图寻找 Temu 同款,并继续按市场指标筛选和分页 |
| `temu_mall_search` | 研究头部店铺、新锐店铺和直接竞品,比较经营规模、动销效率和增长表现 |
| `temu_category_search` | 判断品类市场容量、供需拥挤度、价格带、增长阶段和进入机会 |
| `temu_keyword_search` | 分析海外买家需求、商品供给、店铺供给、增长和蓝海机会 |
| `temu_review_search` | 提炼真实使用场景、核心卖点、差评隐患、规格问题和改良方向 |
| `temu_site_list` | 实时查询 Temu 国家站点、站点 ID、内部地区 ID 和币种 |
## 安装 / 更新
请直接将下面这段话发送给支持 MCP 的 AI 助手。AI 会根据当前操作系统和客户端环境完成下载、依赖安装、MCP 配置以及更新:
```text
安装这个MCP: https://github.com/geekbi/geekbi-temu-research-mcp
```
## 手动安装
先安装 [uv](https://docs.astral.sh/uv/getting-started/installation/),然后将以下 JSON 粘贴到客户端的 Stdio 服务配置中:
```json
{
"mcpServers": {
"geekbi-temu-research": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/geekbi/geekbi-temu-research-mcp@master",
"geekbi-temu-mcp"
]
}
}
}
```
安装完成后,重新启动客户端或新建会话即可使用。
TDQS
Scored across 7 tools
Each tool targets a distinct research dimension: site, goods, image, store, category, keyword, and reviews. Despite goods and image search both returning product data, image search is clearly for visual matching, eliminating ambiguity.
All tools follow the consistent pattern temu_<resource>_<action> (e.g., temu_site_list, temu_goods_search). The single use of 'list' vs 'search' is appropriate for the resource type and does not break the overall convention.
With 7 tools, the set is well-scoped for a specialized Temu research server. Each tool covers a major search dimension without redundancy, making the count ideal.
The tool set provides comprehensive coverage for the research domain: site selection, product search, image search, store search, category search, keyword search, and review analysis. Workflows like identify product via goods search then querying reviews are fully supported.