Skip to main content
Glama
geekbi

geekbi-temu-research-mcp

by geekbi

极鲸云 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 和币种

Related MCP server: airus-mcp

安装 / 更新

请直接将下面这段话发送给支持 MCP 的 AI 助手。AI 会根据当前操作系统和客户端环境完成下载、依赖安装、MCP 配置以及更新:

安装这个MCP: https://github.com/geekbi/geekbi-temu-research-mcp

手动安装

先安装 uv,然后将以下 JSON 粘贴到客户端的 Stdio 服务配置中:

{
  "mcpServers": {
    "geekbi-temu-research": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/geekbi/geekbi-temu-research-mcp@master",
        "geekbi-temu-mcp"
      ]
    }
  }
}

安装完成后,重新启动客户端或新建会话即可使用。

Available Tools

7 tools
temu_site_listA

实时查询 Temu 国家站点、站点 ID、内部地区 ID 和币种。仅当用户明确指定美国以外的国家或地区时调用;未指定站点或指定美国站时直接让业务工具使用默认站点 ID 48,不调用本工具。country 使用用户给出的中文名或英文名做精确匹配,不按语言、币种或相似名称猜测;无匹配或多个匹配时请用户确认。取得唯一匹配的 siteId 后,将它用于商品、图搜、店铺、类目、关键词或评论查询,并用返回币种解释站点售价、平均价格和销售额。

ParametersJSON Schema
NameRequiredDescriptionDefault
countryNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses matching behavior ('精确匹配,不按语言、币种或相似名称猜测'), ambiguity handling ('无匹配或多个匹配时请用户确认'), and how to interpret the returned currency. It does not explicitly state read-only or pagination, but the core behavioral traits are well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence earns its place: purpose, usage conditions, matching logic, and result usage. It's front-loaded with the primary purpose and avoids redundancy despite its length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter lookup tool with an output schema, the description fully covers when to call, what to pass, how to handle ambiguity, and how to consume the result. It leaves no significant gaps for the agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one parameter with no description (0% coverage). The description compensates by explaining the parameter's meaning: 'country 使用用户给出的中文名或英文名做精确匹配' and that it is optional with a default fallback to site ID 48. This adds essential semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb ('实时查询' - real-time query) and resources (Temu country sites, site IDs, internal region IDs, currency). It also distinguishes itself from sibling search tools by being a site lookup, and even provides explicit exclusions (US site, no site specified), reinforcing its unique purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to call: '仅当用户明确指定美国以外的国家或地区时调用' and when not to call: '未指定站点或指定美国站时直接让业务工具使用默认站点 ID 48'. It also instructs how to use the result in other tools (商品、图搜、店铺、类目、关键词或评论查询), providing clear context and alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A4.8/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    F
    maintenance
    Model Context Protocol (MCP) server for scraping Taobao and Tmall product information. Enables AI assistants to fetch comprehensive product data including details, images, specifications, reviews, and Q&A sections.
    19
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server exposing 1688 and OZON e-commerce crawling tools, enabling AI agents to perform product search, image search, and supplier contact scraping via natural language.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents and humans to search products across multiple stores, compare prices, and place real orders directly from the terminal using 46 MCP tools.
    89
    2
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/geekbi/geekbi-temu-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server