geekbi-temu-research-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@geekbi-temu-research-mcpSearch for best-selling products in the 'summer dresses' category"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
极鲸云 Temu 数据分析与市场调研 MCP
极鲸云 Temu 数据分析与市场调研 MCP 是由极鲸云(GeekBI)提供的 Temu 电商数据分析服务,通过 MCP 协议为 AI Agent 提供专业的 Temu 市场调研工具。AI 可以直接调用商品、店铺、类目、关键词和评论等数据能力,洞察市场趋势、竞品表现与消费者需求,帮助跨境卖家快速完成选品分析、市场研究和商业决策。
能力
MCP 工具 | 可以解决的问题 |
| 找热销、新品和低竞争候选,比较销量、价格、供货价、评价、同款竞争和上架时间 |
| 用供应商图、实拍图或竞品图寻找 Temu 同款,并继续按市场指标筛选和分页 |
| 研究头部店铺、新锐店铺和直接竞品,比较经营规模、动销效率和增长表现 |
| 判断品类市场容量、供需拥挤度、价格带、增长阶段和进入机会 |
| 分析海外买家需求、商品供给、店铺供给、增长和蓝海机会 |
| 提炼真实使用场景、核心卖点、差评隐患、规格问题和改良方向 |
| 实时查询 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 toolstemu_category_searchA
搜索 Temu 中文或英文类目名称、类目层级或父类目的直接子类目,用于取得可信类目 ID、确认完整路径,并研究市场容量、需求增长、商品与店铺供给、价格带、半托管渗透、竞争格局和进入机会。未指定站点时使用美国站 48;其他国家先调用站点工具。名称使用模糊搜索;优先查询一级或二级类目,用户未要求下钻时不主动限制三级、四级;已知父类目 ID 才使用 parentCatId,不根据名称猜 ID,也不为更准无条件叠加关键词、层级和父类目。热销类目按 totalSold 降序,蓝海类目按 dsr 降序;近期需求增长可按 monthSoldRate 或 monthSalesRate 降序并设置最低需求规模,避免小基数极端增长。蓝海指数只作供需综合信号,必须与总销量、月度趋势、商品数、店铺数和平均价格交叉验证。商品数和店铺数的周期字段是变化量,可能为负;增长率使用小数。用完整路径和层级核验返回的 catId,可信 ID 可直接交给商品、店铺或关键词工具。分页未完成时标为样本。每次展示类目都必须把类目名称或完整路径绑定返回的 linkUrl,不自行拼接。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and delivers extensively. It discloses defaults (US site 48), fuzzy search behavior, sorting conventions (totalSold/dsr), interpretation caveats (blue-ocean index must be cross-validated, period fields are deltas and may be negative, growth rates use decimals), pagination sampling, and a strict linkUrl display rule. This goes far beyond a simple read/write hint.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but dense, with every sentence carrying meaningful operational guidance. It is appropriately sized for the tool's complexity, though a bulleted or sectioned format could improve scannability. The front-loaded purpose sentence ensures quick orientation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no annotations and a top-level schema with no description, this description is highly complete. It covers site selection, search strategy, sorting logic, data validation, pagination caveats, and output display requirements. The presence of an output schema means return values need not be documented, and this description fills all other important gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is reported as 0% at the top level, so the description must compensate. It does explain key semantics for several parameters: parentCatId only when trusted, sorting fields (totalSold, dsr, monthSoldRate, monthSalesRate), the decimal format for rates, and negative values for count deltas. While it does not enumerate every filter, it provides essential usage guidance for the most consequential fields, though a bit more explicit mapping to parameter names would be ideal.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches Temu category names, category levels, or direct subcategories, and explicitly lists its purposes: obtaining credible category IDs, confirming full paths, and researching market capacity, demand growth, supply, and entry opportunities. It also distinguishes itself from sibling tools by mentioning that trusted IDs can be passed to goods, mall, or keyword tools, and that other countries require the site tool first.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit when-to-use guidance: for category research and ID retrieval, with specific alternative instructions (e.g., 'other countries first call the site tool'). It also provides exclusion criteria, such as not restricting to level 3/4 unless the user requests, and not guessing parentCatId, which clarifies how to use the tool correctly versus other search tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
temu_goods_searchA
搜索和筛选 Temu 商品,用于找热销款、日销榜、新品、低竞争商品、新店商品、大卖新品、价格带和竞品,并分析销量及增长、销售额、站点售价、人民币供货价、评分、评论数、库存、同款竞争、上架时间、店铺和类目。未指定站点时使用美国站 48;其他国家先调用站点工具。商品意图一般在 keyword 与 catIds 中二选一:可信一级或二级类目 ID 用 catIds,更细意图用 keyword;类目 ID 不可猜测,同时使用代表交叉筛选且会减少结果。热销/日销按 daySold 降序;近三个月新品限定绝对上架时间并按 onSaleTime 降序;低竞争蓝海可用总销量至少 100、近三个月、同款数 1 至 10并按日销量降序,样本不足时最多放宽同款数至 20且必须说明;新店商品限定近三个月开店并按总销量降序;大卖新品限定近三个月上架并按店铺销量降序。每次只选一个最接近用户意图的预设,用户条件优先。同款数不超过 10通常竞争较低,11 至 20中等,超过 20较高;不能单独凭同款数或销量下结论。库存为 0按暂未统计到处理。单页最多 200;未翻完页时标为样本。返回商品每次出现都必须用服务端 linkUrl 将商品标题写成可点击链接,不自行拼接。取得明确商品 ID 后,只有评论证据会影响决策时再调用评论搜索。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full transparency burden. It discloses key behaviors: default site behavior, page maximum of 200, sample labeling when not fully paged, interpretation of inventory 0 as 'not counted', requirement to use server linkUrl for product links, and competition thresholds for similarNum. These go beyond simple read/write hints and are highly actionable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but information-dense; every sentence carries operational value. However, it is a single block of text without visual structure (bullets or sections), making it less scannable for an agent. Still, it is appropriately sized for the tool's complexity and each statement earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the large schema and no annotations, the description is remarkably complete: it covers default site behavior, sorting conventions, preset recipes, output link formatting, pagination/sampling, inventory caveats, and when to delegate to other tools. It gives an agent enough context to select and invoke the tool correctly for a wide range of product research tasks.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single top-level `query` parameter has 0% schema coverage per context, so the description must compensate. It does so by explaining how to select between keyword and catIds, which sort fields map to specific intents (daySold for hot sellers, onSaleTime for new products), and how to combine filter ranges for low-competition or new-store presets. It doesn't enumerate every min/max field but provides the critical semantic recipes beyond raw schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with '搜索和筛选 Temu 商品' (search and filter Temu products) and enumerates concrete use cases (hot sellers, daily rankings, new products, low competition, new store products, big seller new products, price ranges, competitors) plus analysis fields. This clearly identifies the tool's verb+resource and distinguishes it from sibling tools like mall search or image search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use guidance: default site 48 and call site tool for other countries; choose keyword vs catIds based on intent; defines preset criteria (e.g., low-competition requires sold≥100, similarNum 1-10, sort by daySold); and explicitly says to call review search only when review evidence affects decisions. This is strong usage direction with alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
temu_image_searchA
用用户上传的商品图、实拍图、供应商图、网页图片、Data URI 或 Base64 图片搜索 Temu 视觉同款,再叠加与商品搜索完全相同的站点、关键词、类目、销量、销售额、价格、人民币供货价、评分、评论数、库存、同款数、托管模式、时间、排序和分页条件。用户要求以图找同款时必须以图片为主检索依据,不先主观描述图片并改用关键词冒充。图片与条件取交集,只生成最小必要筛选;未指定 sort 时保持图片相似度顺序,要求热销、低价、新品或低竞争时才在视觉候选内使用相应商品排序。图搜返回与商品搜索完全相同的商品结构和字段,视觉相似不等于规格、材质、尺寸、功能或供应链相同。用户要求全部同款或完整市场分析时,先读取命中总数,再以每页 200条、同一图片和同一条件逐页查询直至覆盖全部命中;部分分页必须称为样本,命中数不能表述为全平台全部同款。无结果时如实说明,可建议换主体更清晰、遮挡更少、背景更简单的图片,不能用普通关键词结果替代。所有商品名称必须使用返回 linkUrl 展示为可点击链接,并沿用商品搜索的币种、库存和同款竞争口径。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses critical behaviors: default image-similarity ordering, intersection semantics of image and conditions, pagination strategy (200 per page, same conditions until full coverage), sample vs. complete-hits distinction, no-result handling and image suggestions, plus the requirement to use linkUrl for clickable product names. These go well beyond basic operation and prepare the agent for realistic edge cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but densely packed with essential rules, each sentence serving a distinct purpose (function, usage guardrail, sort semantics, return structure, pagination, no-result handling, link presentation). It is front-loaded with the core purpose and then elaborates. It could be seen as verbose, but given the tool's complexity and the many behavioral constraints, the length is justified and no sentence is redundant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description comprehensively covers the tool's complex behavior: input types, filter intersection, sort rules, pagination for full analysis, sampling distinction, no-result fallback, and link display. An output schema exists, so not detailing return fields is acceptable. The description leaves no major operational gap for an agent deciding when and how to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is reported as 0% at the top level, so the description must compensate. It lists the major filter dimensions (site, keyword, category, sales, price, supply price, rating, review count, inventory, similar count, hosting mode, time, sort, pagination) and explains the image input formats (local path, URL, Data URI, Base64) plus sort default behavior. While it does not enumerate each individual min/max parameter, it provides sufficient conceptual context and points to the schema's nested property descriptions, adding value beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the action: '用用户上传的商品图、实拍图、供应商图、网页图片、Data URI 或 Base64 图片搜索 Temu 视觉同款' (search Temu visual similar items using user-provided images). It clearly distinguishes from sibling tools by emphasizing image-based retrieval and noting it overlays the same filters as product search, making the purpose specific and non-confusable with keyword or mall search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit when-to-use and when-not-to-use guidance: '用户要求以图找同款时必须以图片为主检索依据...不先主观描述图片并改用关键词冒充' and '无结果时...不能用普通关键词结果替代'. It also explains when to apply different sorts (hot, low price, new, low competition) within visual candidates, providing clear decision rules for the agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
temu_keyword_searchA
搜索 Temu 中文或英文关键词,用于查特定词、热销词、蓝海词、新词、需求增长和品类搜索词机会,分析总销量、总销售额、日周月需求及增长、商品供给、店铺供给、平均价格、市场阶段、关联类目和半托管渗透。未指定站点时使用美国站 48;其他国家先调用站点工具。查特定词优先 keyword,不自行翻译替换用户输入;做品类词挖掘优先 catIds,类目 ID 只能来自用户或类目工具且优先一级、二级;只有明确要求在某品类查特定词时才组合。热销词按 totalSold 降序,蓝海词按 dsr 降序,最近新词按 firstOnSaleTime 降序;近期增长可按 monthSoldRate 或 monthSalesRate 降序并设置最低需求规模。firstOnSaleTime 表示该词下最早商品的上架时间,不是关键词创建时间,也不能单独证明新趋势。蓝海指数不能单独作为进入依据,要结合需求规模、增长、商品数、店铺数和价格带;商品数和店铺数的周期字段是可为负的变化量,增长率使用小数。候选词可继续交给商品工具验证同款竞争、价格、评论和上架时间。分页未完成时标为样本。每次展示关键词都必须把关键词名称绑定返回的 linkUrl,不自行拼接。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure, and it excels. It clarifies the semantics of firstOnSaleTime ('表示该词下最早商品的上架时间,不是关键词创建时间'), warns that blue ocean index alone is insufficient ('不能单独作为进入依据'), explains that product/store count period fields are change amounts that may be negative, and that growth rates are decimals. It also covers pagination fidelity ('分页未完成时标为样本') and output binding requirements. This goes far beyond what the schema describes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense paragraph of about 300 Chinese characters. Every sentence adds a distinct piece of guidance—use cases, sort conventions, semantic caveats, and output requirements—so there is no filler. It could be improved by splitting into sections or bullet points for readability, but the content is efficient and front-loaded with the primary purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's high complexity (dozens of parameters, multiple scenarios, nuanced field semantics), the description is remarkably complete. It covers site defaults, parameter selection heuristics, sorting for each use case, interpretation pitfalls, pagination handling, and linkUrl binding. An output schema exists, so return values need no description; the behavioral notes fill all critical gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, and it does thoroughly. It explains the purpose of keyword vs catIds, sets siteId default to 48 and defers other sites to the site tool, maps sort values to scenarios (totalSold for hot, dsr for blue ocean, firstOnSaleTime for new, monthSoldRate/monthSalesRate for growth), and clarifies interpretations for dsr, product/store counts, and rate decimals. It also prohibits self-translating user input, adding semantics beyond the schema fields.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with the specific verb and resource: '搜索 Temu 中文或英文关键词' (search Temu Chinese/English keywords), and enumerates clear use cases (特定词、热销词、蓝海词、新词、需求增长和品类搜索词机会). It differentiates from sibling tools like temu_goods_search by explicitly noting that candidate keywords can be handed off to the product tool for validation. This makes the purpose unambiguous and distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use guidance: '查特定词优先 keyword' (prioritize keyword for specific terms), '做品类词挖掘优先 catIds' (prioritize catIds for category mining), sorting rules for hot/blue-ocean/new/growth scenarios, site selection defaults, and when to delegate to the site, category, or goods tools. It even states when NOT to combine parameters ('只有明确要求...才组合'). This is exemplary for guiding tool selection and parameter use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
temu_mall_searchA
搜索 Temu 店铺名称或店铺 ID,筛选头部店、竞品店、新店和高成长店铺,分析总销量、总销售额、商品数、粉丝数、评论规模、评分、平均价格、日周月经营表现、增长、动销商品数、动销率、主营类目、托管模式和开店时间。未指定站点时使用美国站 48;其他国家先调用站点工具。keyword 与 catIds 通常二选一;主营类目 ID 与其他工具共用,只能使用用户或类目工具给出的可信一级、二级 ID。热销店铺按 mallSold 降序,高评论店铺按 reviewNum 降序,热销新店限定近三个月开店并按 mallSold 降序,最近开店按 mallOpenTime 降序;每次只选一个预设且用户条件优先。增长率筛选使用小数,例如 20%传 0.2;动销率筛选使用 0至100,例如 20%传 20。评估时结合规模、近期趋势、动销效率、口碑和发展阶段,评论多不等于高评分,少量评论的高分不构成强证据;全托管与半托管分开比较,热度不单独作为结论。派生店均、品均或占比时说明公式并排除分母为零或缺失样本。分页未完成时标为样本。每次展示店铺都必须把店铺名称绑定返回的 linkUrl,不自行拼接。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full transparency burden and does so extensively: it discloses default-site behavior, ID trust constraints, sort-preset semantics, growth-rate decimal vs sellthrough percent scales, derived-metric denominator handling, incomplete-pagination labeling, and the requirement to bind linkUrl rather than construct URLs. These are meaningful behavioral constraints beyond simple search semantics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a dense single paragraph, but every sentence contributes a distinct rule or context—site default, category ID trust, preset mapping, scaling conventions, evaluation caveats, sample marking, and linkUrl binding. It is front-loaded with the core purpose and then organized by operational concern, though a bulleted structure would improve scannability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex store-search tool with many sort/filter combinations, the description is unusually complete: it covers presets, site dependency, ID provenance, metric interpretation, pagination honesty, and output presentation. The presence of an output schema reduces the need to describe return fields. It loses one point for not explicitly contrasting with sibling search tools and not explaining authentication/rate-limit behavior, which are the only substantive gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Although the nested schema has its own per-field descriptions, the context signal reports 0% schema description coverage at the top level, so the description must compensate. It adds semantic value by explaining the four presets in terms of sort fields, the '二选一' relationship between keyword and catIds, exact rate/percent formats, and '用户条件优先' priority. It does not enumerate every min/max pair, but the schema already covers those mechanically.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description opens with '搜索 Temu 店铺名称或店铺 ID,筛选...'—a specific verb and resource (store search) with explicit filter dimensions and sort presets. It clearly differentiates itself from sibling tools like goods/image/review searches by focusing on mall/store-level metrics.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides strong operational guidance: default site 48, '未指定站点时使用美国站 48;其他国家先调用站点工具', keyword/catIds mutual exclusion, single-preset selection, sort field mappings, and decimal vs percent conventions. However, it does not explicitly state when to prefer mall_search over temu_goods_search/review_search, so alternative tool selection is only partially covered.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
temu_review_searchA
查询一个明确 Temu 商品 ID 的真实评论,可限定站点、SKU规格、1至5星评分、有用数、评论时间并按评论时间、有用数、评分或采集时间排序,用于分析购买动机、使用场景、正向卖点、差评原因、规格风险、时间变化和产品改良方向;不能用于全站找商品。用户没有明确商品 ID时先用商品搜索定位,不猜测。默认按评论时间降序看最新评论;高参考价值评论按 helpful 降序;差评痛点筛选1至3星后按 helpful 降序,严重问题可看1至2星;正向卖点筛选4至5星后按 helpful 降序;规格差异使用 skuId或规格分组。全量研究逐页读取,单页最多200,最多前10000条,超出时按评分、规格或时间分批;部分分页的评分结构只能称为样本。total为0只表示极鲸云当前条件下暂未收录,不能解释为商品没有评论或质量好坏。分析时把主题出现次数与低评分、高有用数代表的严重度分开;有用数表示参考价值,不代表观点频率;问题集中于特定规格时不能归因整个商品;未实际查看图片或视频时不能描述媒体内容;评论时间是发表时间,采集时间不是。只依据实际评论,避免单条评论外推;优先使用多条独立、跨规格重复、近期持续且有较高有用数的证据。用户要求明细时用中文列名完整保留所有返回字段和空值。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden and excels: it discloses pagination limits (200 per page, 10000 max), default sorting, the meaning of total=0, helpfulness as reference value not frequency, comment time vs collection time, and analytic caveats about not overgeneralizing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very long and dense, but every clause carries practical value, covering operational limits and analytical warnings. It is somewhat unstructured as a single block, but not wasteful; a slight structure improvement would make it perfect.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity and the presence of an output schema, the description covers usage limits, pagination, data interpretation caveats, and output handling (Chinese column names, preserving nulls). It is complete enough for correct invocation and result interpretation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is reported as 0%, so the description compensates by explaining how to use filters (e.g., score ranges for different purposes, helpful sorting, SKU grouping) and pagination strategy. It adds strategic meaning beyond the schema's structural definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool queries real reviews for a specific Temu product ID, listing filtering and sorting capabilities. It explicitly distinguishes itself from whole-site product search, which differentiates it from sibling search tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives explicit when-to-use guidance (analyzing purchase motives, use cases, positive/negative aspects, etc.) and when-not-to-use (not for whole-site product search), directing users to product search first if no ID is available. It also provides tactical advice on sorting and filtering.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
temu_site_listA
实时查询 Temu 国家站点、站点 ID、内部地区 ID 和币种。仅当用户明确指定美国以外的国家或地区时调用;未指定站点或指定美国站时直接让业务工具使用默认站点 ID 48,不调用本工具。country 使用用户给出的中文名或英文名做精确匹配,不按语言、币种或相似名称猜测;无匹配或多个匹配时请用户确认。取得唯一匹配的 siteId 后,将它用于商品、图搜、店铺、类目、关键词或评论查询,并用返回币种解释站点售价、平均价格和销售额。
| Name | Required | Description | Default |
|---|---|---|---|
| country | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
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.
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.
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.
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.
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.
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
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.
Maintenance
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
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceModel 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
- FlicenseNot gradedqualityCmaintenanceMCP 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.
- AlicenseNot gradedqualityDmaintenanceEnables AI agents and humans to search products across multiple stores, compare prices, and place real orders directly from the terminal using 46 MCP tools.892MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to access Amazon commerce intelligence, WIPO design-patent data, Google Trends, and local market data through 19 business data tools via a stdio bridge to a hosted MCP server.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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