# SocialDataX 小红书 Xiaohongshu XHS RedNote MCP (remote · mcp.socialdatax.com)

XHS hot search/suggestions、note/product search/details、PGY、comments/replies、users/posts、transcript

- Trust score: 84/100 (high trust)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `mcp.socialdatax.com`: 84/100 (this document), [markdown](https://verifymcp.io/servers/com-52choujiang-xhs-insights/xhs-mcp-2.md), [page](https://verifymcp.io/servers/com-52choujiang-xhs-insights/xhs-mcp-2)

## Channel facts

- Endpoint: `https://mcp.socialdatax.com/xhs/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.1.12`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 404, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 5304 tokens (~182/item across 29 items; 27 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 96/100
  - Stability check failed: schema churn in the 30 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 4 additions.
- **Tool Coverage**: 98/100
  - 96% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 27 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the SocialDataX 小红书 Xiaohongshu XHS RedNote MCP server?

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP is a hosted endpoint at https://mcp.socialdatax.com/xhs/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-52choujiang-xhs-insights 'https://mcp.socialdatax.com/xhs/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-52choujiang-xhs-insights": {
      "url": "https://mcp.socialdatax.com/xhs/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-52choujiang-xhs-insights": {
      "type": "http",
      "url": "https://mcp.socialdatax.com/xhs/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-52choujiang-xhs-insights]
url = "https://mcp.socialdatax.com/xhs/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-52choujiang-xhs-insights": {
      "type": "remote",
      "url": "https://mcp.socialdatax.com/xhs/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-52choujiang-xhs-insights --url 'https://mcp.socialdatax.com/xhs/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-52choujiang-xhs-insights:
    url: "https://mcp.socialdatax.com/xhs/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-52choujiang-xhs-insights": {
      "Transport": "http",
      "Url": "https://mcp.socialdatax.com/xhs/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-52choujiang-xhs-insights -t streamable-http -u 'https://mcp.socialdatax.com/xhs/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-52choujiang-xhs-insights": {
      "type": "http",
      "url": "https://mcp.socialdatax.com/xhs/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 84, 0)

- [functional] Server version: 0.1.12 → 0.1.13
- [functional] New tool “xhs_get_product_review_reply_replies”

### 2026-09-18 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 92.

### 2026-09-16 (score 83, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “socialdatax_get_points_balance” rewrote its description, which is the text the model reads
- [functional] New tool “xhs_search_users”

### 2026-09-12 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 84 to 87.

### 2026-09-10 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 77 to 80.

### 2026-09-09 (score 81, −1)

- [security regression] Tool “xhs_get_product_detail” was removed
- [security] Tool “xhs_search_products” rewrote its description, which is the text the model reads
- [functional] Server version: 0.1.11 → 0.1.12
- [functional] New tool “xhs_get_product_detail_by_sku_id”
- [functional] New tool “xhs_get_product_detail_by_url”

### 2026-09-08 (score 82, +1)

- [security] Tool “xhs_pgy_get_note_detail_by_note_id” rewrote its description, which is the text the model reads
- [security] Tool “xhs_pgy_get_note_detail_by_note_url” rewrote its description, which is the text the model reads

### 2026-09-06 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 69 to 72.

## MCP tools (27)

### `xhs_get_note_detail_by_note_url` (~175 tokens)

根据笔记链接、短链接或分享文案获取单篇小红书笔记详情。
返回的 note_url 在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接；note_url 为 null 时不要用 note_id 合成公开链接。

Input parameters:

- `note_url` (string, required): 小红书笔记链接、短链接或分享文案。支持以下形式：1) 小红书笔记长链接；2) xhslink.com / xhslink.cn / xhsurl.com / xhsurl.cn 短链接；3) 包含上述任一链接的完整分享文案。

Output parameters:

- `author` (object): 作者信息；详情页不返回小红书号
- `collect_count` (integer): 收藏数
- `comment_count` (integer): 评论数
- `content` (string): 笔记正文
- `cover_image_url` (string): 统一封面图
- `image_items` (array): 图片结构化明细；每项都表示一张图片，Live 图会在对应项携带 live_photo 摘要
- `ip_location` (string): 笔记发布时的 IP 属地；没有 IP 属地时为空字符串
- `like_count` (integer): 点赞数
- `mentioned_users` (array): 笔记正文中 @ 到的用户列表；无 @ 时为空数组
- `note_id` (string): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。
- `note_type` (string): 笔记类型；当前公开值固定为 image 或 video
- `note_url`: note_url 是可打开笔记内容所需的完整 URL。任何使用该返回链接的场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得修改、截断、脱敏、规范化、重组，也不得用 note_id 重新拼接链接。无法提供可用链接时为 null；note_url 为 null 时不要用 note_id 合成公开链接。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `publish_time` (integer): 发布时间，秒级 Unix 时间戳
- `share_count` (integer): 分享数
- `title` (string): 笔记标题
- `topic_tags` (array): 笔记详情中的话题标签；无话题时为空数组
- `update_time`: 更新时间，秒级 Unix 时间戳；没有有效更新时间时为 null
- `video`: 视频摘要信息；无可用视频摘要时为 null

### `xhs_get_note_detail_by_note_id` (~173 tokens)

根据 note_id 获取单篇小红书笔记详情。
返回的 note_url 非 null 时，在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接；note_url 为 null 时不要用 note_id 合成公开链接。

Input parameters:

- `note_id` (string, required): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。

Output parameters:

- `author` (object): 作者信息；详情页不返回小红书号
- `collect_count` (integer): 收藏数
- `comment_count` (integer): 评论数
- `content` (string): 笔记正文
- `cover_image_url` (string): 统一封面图
- `image_items` (array): 图片结构化明细；每项都表示一张图片，Live 图会在对应项携带 live_photo 摘要
- `ip_location` (string): 笔记发布时的 IP 属地；没有 IP 属地时为空字符串
- `like_count` (integer): 点赞数
- `mentioned_users` (array): 笔记正文中 @ 到的用户列表；无 @ 时为空数组
- `note_id` (string): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。
- `note_type` (string): 笔记类型；当前公开值固定为 image 或 video
- `note_url`: note_url 是可打开笔记内容所需的完整 URL。任何使用该返回链接的场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得修改、截断、脱敏、规范化、重组，也不得用 note_id 重新拼接链接。无法提供可用链接时为 null；note_url 为 null 时不要用 note_id 合成公开链接。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `publish_time` (integer): 发布时间，秒级 Unix 时间戳
- `share_count` (integer): 分享数
- `title` (string): 笔记标题
- `topic_tags` (array): 笔记详情中的话题标签；无话题时为空数组
- `update_time`: 更新时间，秒级 Unix 时间戳；没有有效更新时间时为 null
- `video`: 视频摘要信息；无可用视频摘要时为 null

### `xhs_search_notes` (~464 tokens)

搜索小红书 / Xiaohongshu / XHS / RedNote 相关笔记。用户需要按搜索词查找笔记时使用；已有笔记链接或 note_id 且需要单篇笔记详情时使用对应的详情工具；需要评论、回复或口播转文字时使用相应的 URL/ID 工具；支持 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回，不得截断、缩写、掩码或用省略号替换中间内容。
返回的 note_url 在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接。

Input parameters:

- `keyword` (string, required): 搜索词，可传关键词或短语，例如品牌名、话题、人物名、产品名或内容需求；不要传笔记链接、主页链接、note_id、user_id 或 page_token。
- `note_type` (string): 笔记类型筛选，可选：all（不限，默认）、image（图文）、video（视频）
- `page_token` (string): 笔记搜索分页令牌。首次请求留空；继续翻页时传入上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 只能用于同一关键词、排序、笔记类型、发布时间范围和调用方的笔记搜索链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成。
- `publish_time_range` (string): 发布时间范围筛选，可选：all（不限，默认）、day（一天内）、week（一周内）、half_year（半年内）
- `sort_type` (string): 笔记搜索结果排序方式，可选：general（综合，默认）、time_descending（最新发布优先）、like_count_descending（最多点赞优先）、comment_count_descending（最多评论优先）、collect_count_descending（最多收藏优先）

Output parameters:

- `items` (array): 笔记搜索结果中的笔记列表，已过滤非笔记卡片与不可公开笔记；当前页过滤后可能为空数组
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果或无法继续 token 翻页。继续笔记搜索时必须将完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一关键词、排序、笔记类型、发布时间范围和调用方的笔记搜索链路。items 为空时不要单独据此判断结束。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_search_users` (~119 tokens)

按搜索词搜索小红书用户、账号或博主，支持分页；已有用户 ID 或主页链接时，使用用户资料工具。

Input parameters:

- `keyword` (string, required): 搜索词，可传昵称、账号名或小红书号；不要传主页链接、user_id 或分页令牌。
- `page_token` (string): 用户搜索分页令牌，首次请求留空；续页保持 keyword 不变，将上一页完整 next_page_token 原样传回，不得截断、修改或自行生成。

Output parameters:

- `items` (array): 搜索到的用户列表
- `next_page_token` (string): 下一页分页令牌，为空表示结束；续页保持 keyword 不变并完整原样传回。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_search_products` (~248 tokens)

搜索小红书商品。用户需要按搜索词查找商品时使用；已有完整 sku_id（包括用户直接提供）时使用商品详情或商品评价工具，已有商品链接或分享文案时使用 xhs_get_product_detail_by_url；支持 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回，不得截断、缩写、掩码或用省略号替换中间内容。

Input parameters:

- `keyword` (string, required): 搜索词，可传商品名、品牌名、品类或商品需求；不要传商品链接、sku_id、spu_id 或 page_token。
- `page_token` (string): 商品搜索分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 只能用于同一商品关键词和调用方的商品搜索链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

Output parameters:

- `items` (array): 商品搜索结果列表
- `next_page_token` (string): 下一页不透明商品搜索分页令牌；为空表示没有更多结果或当前无法继续翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一商品关键词和调用方的商品搜索链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_get_product_detail_by_sku_id` (~123 tokens)

根据小红书商品 sku_id 获取商品详情；已有该 ID 时直接使用，否则可从 xhs_search_products 获取。只有商品链接、短链接或分享文案时使用 xhs_get_product_detail_by_url；本工具不支持商品链接、spu_id 或搜索词。

Input parameters:

- `sku_id` (string, required): 小红书商品 SKU ID。用户已提供时原样使用；否则从 xhs_search_products 的 items[*].sku_id 原样复制。不支持 spu_id、商品链接或搜索关键词。

Output parameters:

- `assurances` (array): 商品保障服务列表
- `coupon_price` (number): 当前 SKU 展示的券后/成交价格，单位：元；不保证是最终实付价
- `detail_images` (array): 商品详情图列表
- `main_images` (array): 商品顶部主图/轮播图列表
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `price` (number): 当前 SKU 的商品原价，单位：元；不是商品搜索的展示销售价，也不是最终实付价
- `sales_text` (string): 平台展示的商品销量文本；没有时为空字符串。带“+”的数量表示下限，不是精确销量；结合 sold_count 解读。
- `selected_variant` (string): 当前选中规格；没有规格时为空字符串
- `shipping` (object): 发货信息
- `shop_avatar_url` (string): 店铺头像链接
- `shop_fans_text` (string): 店铺粉丝数展示值；没有粉丝信息时为空字符串
- `shop_id` (string): 店铺 ID
- `shop_name` (string): 店铺名称
- `shop_score` (string): 店铺评分展示值；没有评分时为空字符串
- `shop_sold_text` (string): 店铺已售展示值；没有已售信息时为空字符串
- `sku_id` (string): 商品 SKU ID
- `sold_count`: 已售数量；平台以带“+”的千级或万级文本展示时转换为对应整数下限（如“90.2k+ sold”返回 90200、“已售1.2万+”返回 12000），不是精确销量，须结合 sales_text 解读；缺失或无法解析时为 null，不代表零销量；0 表示明确已售 0。
- `specifications` (array): 商品属性/规格参数列表（name/value），不是可选 SKU 规格组
- `stock_status` (integer): 库存状态码；具体码值含义未公开定义，不要自行解释为是否在售或是否可购买
- `title` (string): 商品标题

### `xhs_get_product_detail_by_url` (~104 tokens)

根据小红书商品链接、短链接或分享文案获取商品详情，无需先搜索。已有完整 sku_id 时使用 xhs_get_product_detail_by_sku_id；返回的 sku_id 可继续用于商品评价工具。

Input parameters:

- `url` (string, required): 小红书商品详情链接、短链接或包含商品链接的完整分享文案。不支持笔记链接、博主主页链接、纯分享口令或搜索词。

Output parameters:

- `assurances` (array): 商品保障服务列表
- `coupon_price` (number): 当前 SKU 展示的券后/成交价格，单位：元；不保证是最终实付价
- `detail_images` (array): 商品详情图列表
- `main_images` (array): 商品顶部主图/轮播图列表
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `price` (number): 当前 SKU 的商品原价，单位：元；不是商品搜索的展示销售价，也不是最终实付价
- `sales_text` (string): 平台展示的商品销量文本；没有时为空字符串。带“+”的数量表示下限，不是精确销量；结合 sold_count 解读。
- `selected_variant` (string): 当前选中规格；没有规格时为空字符串
- `shipping` (object): 发货信息
- `shop_avatar_url` (string): 店铺头像链接
- `shop_fans_text` (string): 店铺粉丝数展示值；没有粉丝信息时为空字符串
- `shop_id` (string): 店铺 ID
- `shop_name` (string): 店铺名称
- `shop_score` (string): 店铺评分展示值；没有评分时为空字符串
- `shop_sold_text` (string): 店铺已售展示值；没有已售信息时为空字符串
- `sku_id` (string): 商品 SKU ID
- `sold_count`: 已售数量；平台以带“+”的千级或万级文本展示时转换为对应整数下限（如“90.2k+ sold”返回 90200、“已售1.2万+”返回 12000），不是精确销量，须结合 sales_text 解读；缺失或无法解析时为 null，不代表零销量；0 表示明确已售 0。
- `specifications` (array): 商品属性/规格参数列表（name/value），不是可选 SKU 规格组
- `stock_status` (integer): 库存状态码；具体码值含义未公开定义，不要自行解释为是否在售或是否可购买
- `title` (string): 商品标题

### `xhs_pgy_get_note_detail_by_note_id` (~301 tokens)

根据 note_id 获取小红书蒲公英单篇笔记商业增强详情，包括正文、图片或视频摘要、作者、曝光量、阅读量、互动量和图文/视频报价。
仅适用于已入驻蒲公英博主的笔记；用户明确要求蒲公英商业数据时使用，普通笔记详情使用普通详情工具。
用户只提曝光量、阅读量或报价且上下文未明确蒲公英口径时，先澄清商业口径和成功 20 积分的费用；上下文已明确时不重复确认。
这是蒲公英商业口径数据，不等同普通公开笔记详情；成功调用扣减 20 积分，失败不扣费。
查询明确无商业数据时按博主未入驻蒲公英处理，返回 pgy_commercial_data_unavailable，不换 ID/链接入口重试；超时、鉴权和余额不足等错误不表示未入驻。

Input parameters:

- `note_id` (string, required): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。

Output parameters:

- `author` (object): 作者信息；详情页不返回小红书号
- `collect_count` (integer): 收藏数
- `comment_count` (integer): 评论数
- `content` (string): 笔记正文
- `cover_image_url` (string): 统一封面图
- `exposure_count` (integer): 笔记曝光量
- `image_items` (array): 图片结构化明细；每项都表示一张图片
- `like_count` (integer): 点赞数
- `note_id` (string): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。
- `note_type` (string): 笔记类型；当前公开值固定为 image 或 video
- `note_url` (string): note_url 是可打开笔记内容所需的完整 URL。任何使用该返回链接的场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得修改、截断、脱敏、规范化、重组，也不得用 note_id 重新拼接链接。
- `picture_price` (number): 图文笔记报价
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `publish_time` (integer): 发布时间，秒级 Unix 时间戳
- `read_count` (integer): 笔记阅读量
- `share_count` (integer): 分享数
- `title` (string): 蒲公英笔记标题
- `update_time` (integer): 更新时间，秒级 Unix 时间戳
- `video`: 视频摘要信息；视频笔记返回对象，图文笔记为 null
- `video_price` (number): 视频笔记报价

### `xhs_pgy_get_note_detail_by_note_url` (~270 tokens)

根据笔记链接、短链接或分享文案获取小红书蒲公英单篇笔记商业增强详情。
仅适用于已入驻蒲公英博主的笔记；用户明确要求蒲公英商业数据时使用，普通笔记详情使用普通详情工具。
用户只提曝光量、阅读量或报价且上下文未明确蒲公英口径时，先澄清商业口径和成功 20 积分的费用；上下文已明确时不重复确认。
这是蒲公英商业口径数据，不等同普通公开笔记详情；成功调用扣减 20 积分，失败不扣费。
查询明确无商业数据时按博主未入驻蒲公英处理，返回 pgy_commercial_data_unavailable，不换 ID/链接入口重试；超时、鉴权和余额不足等错误不表示未入驻。

Input parameters:

- `note_url` (string, required): 小红书笔记链接、短链接或分享文案。支持小红书笔记长链接、xhslink.com / xhslink.cn / xhsurl.com / xhsurl.cn 短链接，以及包含上述链接的完整分享文案。

Output parameters:

- `author` (object): 作者信息；详情页不返回小红书号
- `collect_count` (integer): 收藏数
- `comment_count` (integer): 评论数
- `content` (string): 笔记正文
- `cover_image_url` (string): 统一封面图
- `exposure_count` (integer): 笔记曝光量
- `image_items` (array): 图片结构化明细；每项都表示一张图片
- `like_count` (integer): 点赞数
- `note_id` (string): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。
- `note_type` (string): 笔记类型；当前公开值固定为 image 或 video
- `note_url` (string): note_url 是可打开笔记内容所需的完整 URL。任何使用该返回链接的场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得修改、截断、脱敏、规范化、重组，也不得用 note_id 重新拼接链接。
- `picture_price` (number): 图文笔记报价
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `publish_time` (integer): 发布时间，秒级 Unix 时间戳
- `read_count` (integer): 笔记阅读量
- `share_count` (integer): 分享数
- `title` (string): 蒲公英笔记标题
- `update_time` (integer): 更新时间，秒级 Unix 时间戳
- `video`: 视频摘要信息；视频笔记返回对象，图文笔记为 null
- `video_price` (number): 视频笔记报价

### `xhs_get_product_reviews` (~300 tokens)

根据小红书商品 sku_id 获取商品评价；已有该 ID 时直接使用，否则可从 xhs_search_products 获取；支持 sort_type、has_image 和 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回，不得截断、缩写、掩码或用省略号替换中间内容；不支持商品链接、spu_id 或搜索词。

Input parameters:

- `has_image` (boolean): 是否只返回带图片的商品评价
- `page_token` (string): 商品评价分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 只能用于同一商品 SKU、排序、图片筛选和调用方的商品评价链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `sku_id` (string, required): 小红书商品 SKU ID。用户已提供时原样使用；否则从 xhs_search_products 的 items[*].sku_id 原样复制。不支持 spu_id、商品链接或搜索关键词。
- `sort_type` (string): 商品评价排序方式，可选：general（综合，默认）、time_descending（最新评价优先）

Output parameters:

- `items` (array): 当前页商品评价列表
- `next_page_token` (string): 下一页不透明商品评价分页令牌；items 为空时仍应继续翻页；为空表示没有更多结果或当前无法继续翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一商品 SKU、排序、图片筛选和调用方的商品评价链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_get_product_review_replies` (~193 tokens)

根据一级商品评价 review_id 获取其下回复；已有该 ID 时直接使用，否则可从 xhs_get_product_reviews 获取；支持 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回，不得截断、缩写、掩码或用省略号替换中间内容；不接受 root_review_id。

Input parameters:

- `page_token` (string): 商品评价回复分页令牌。首次请求留空；续页时将上一页返回的完整 next_page_token 原样传回。令牌只绑定同一一级评价和调用方，不能跨链路复用。
- `review_id` (string, required): 一级商品评价 ID。用户已提供时原样使用；否则从 xhs_get_product_reviews 的 items[*].review_id 原样复制。不要传 root_review_id。

Output parameters:

- `items` (array): 当前页商品评价回复列表
- `next_page_token` (string): 下一页不透明商品评价回复分页令牌；为空表示没有更多结果或当前无法继续翻页。继续翻页时必须原样传回，只能用于同一一级评价和调用方。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_get_product_review_reply_replies` (~206 tokens)

根据商品评价回复 review_id 获取其下的嵌套回复；已有该 ID 时直接使用，否则可从 xhs_get_product_review_replies 获取；支持 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回，不得截断、缩写、掩码或用省略号替换中间内容；不接受 root_review_id。

Input parameters:

- `page_token` (string): 商品评价回复的回复分页令牌。首次请求留空；续页时将上一页返回的完整 next_page_token 原样传回。令牌只绑定同一父级回复和调用方，不能跨链路复用。
- `review_id` (string, required): 商品评价回复 ID。用户已提供时原样使用；否则从 xhs_get_product_review_replies 的 items[*].review_id 原样复制。不要传 root_review_id。

Output parameters:

- `items` (array): 当前页商品评价回复的回复列表
- `next_page_token` (string): 下一页不透明商品评价回复的回复分页令牌；为空表示没有更多结果或当前无法继续翻页。继续翻页时必须原样传回，只能用于同一父级回复和调用方。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_get_search_hot_list` (~20 tokens)

获取小红书搜索热榜。

Output parameters:

- `items` (array): 搜索热榜条目列表
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_search_suggestions` (~88 tokens)

根据搜索词获取小红书候选搜索建议，用于补全搜索词；需要实际搜索笔记或商品时，分别使用 xhs_search_notes 或 xhs_search_products。

Input parameters:

- `keyword` (string, required): 搜索词，可传正在输入的关键词或短语；不要传笔记链接、主页链接、note_id、user_id 或分页令牌。

Output parameters:

- `items` (array): 搜索建议条目列表
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_submit_video_speech_text_by_note_url` (~80 tokens)

根据小红书视频笔记链接、短链接或分享文案提交口播转文字任务；提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。

Input parameters:

- `note_url` (string, required): 小红书视频笔记链接、短链接或分享文案。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `xhs_submit_video_speech_text_by_note_id` (~131 tokens)

根据小红书 note_id 提交视频笔记口播转文字任务；提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。

Input parameters:

- `note_id` (string, required): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `xhs_get_video_speech_text_job` (~95 tokens)

根据用户提供的有效 job_id，或提交工具返回的 job_id 查询任务状态；用于继续未完成任务，每次最多等待 240 秒，不触发重处理，也不要重复提交任务。

Input parameters:

- `job_id` (string, required): 口播转文字任务 ID；用户已提供时直接使用，否则使用提交工具返回的 job_id；不要传 note_id 或笔记链接。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `xhs_get_note_comments_by_note_id` (~267 tokens)

根据 note_id 获取单篇小红书笔记的一级评论，支持 sort_type 评论排序和 page_token 翻页。

Input parameters:

- `note_id` (string, required): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。
- `page_token`: 分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 是不透明分页令牌；只能用于同一笔记和 sort_type 的一级评论列表，不能跨笔记或 sort_type 复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `sort_type` (string): 评论排序方式，可选：default（默认/综合排序）、time_descending（最新评论优先）、like_count_descending（点赞最多优先）

Output parameters:

- `comment_count` (integer): 整篇笔记的总评论数，含一级评论与回复；不是当前页 items 数量
- `items` (array): 当前页一级评论列表
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一笔记和 sort_type 的一级评论列表，不能跨笔记或 sort_type 复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `top_level_comment_count`: 整篇笔记的一级评论总数，不含回复；不是当前页 items 数量；无法获取时为 null

### `xhs_get_note_comments_by_note_url` (~272 tokens)

根据笔记链接、短链接或分享文案获取单篇小红书笔记的一级评论，支持 sort_type 评论排序和 page_token 翻页。

Input parameters:

- `note_url` (string, required): 小红书笔记链接、短链接或分享文案。支持以下形式：1) 小红书笔记长链接；2) xhslink.com / xhslink.cn / xhsurl.com / xhsurl.cn 短链接；3) 包含上述任一链接的完整分享文案。
- `page_token`: 分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 是不透明分页令牌；只能用于同一笔记和 sort_type 的一级评论列表，不能跨笔记或 sort_type 复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `sort_type` (string): 评论排序方式，可选：default（默认/综合排序）、time_descending（最新评论优先）、like_count_descending（点赞最多优先）

Output parameters:

- `comment_count` (integer): 整篇笔记的总评论数，含一级评论与回复；不是当前页 items 数量
- `items` (array): 当前页一级评论列表
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一笔记和 sort_type 的一级评论列表，不能跨笔记或 sort_type 复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `top_level_comment_count`: 整篇笔记的一级评论总数，不含回复；不是当前页 items 数量；无法获取时为 null

### `xhs_get_note_sub_comments_by_comment_id` (~312 tokens)

根据 note_id 和一级评论 comment_id 获取二级评论；用户已提供完整合法的 ID 组合时直接使用；已有 note_id 或笔记链接但缺少必需 ID 时，调用对应一级评论工具补全；缺少笔记定位信息时向用户索取；支持 page_token 翻页。

Input parameters:

- `comment_id` (string, required): 一级评论 ID；用户已提供时直接使用，否则可从一级评论结果 items[].comment_id 复制；不要传二级评论项自身的 comment_id。
- `note_id` (string, required): note_id 是小红书笔记 ID。已有完整 note_id 时原样使用；否则可从笔记搜索、笔记详情、评论、标签页笔记列表或用户发帖列表结果复制；不得截断、缩写、脱敏、补全、格式化、重组，也不得只传前缀。
- `page_token`: 分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 是不透明分页令牌；只能用于同一 note_id 和 comment_id 的二级评论列表，不能跨笔记或一级评论复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

Output parameters:

- `items` (array): 当前页二级评论列表
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一 note_id 和 comment_id 的二级评论列表，不能跨笔记或一级评论复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_get_user_info_by_user_id` (~113 tokens)

根据 user_id 获取单个小红书用户信息。

Input parameters:

- `user_id` (string, required): 小红书用户 user_id。用户已提供时原样使用；否则可从笔记搜索、商品评价、商品评价回复、笔记详情、标签页笔记列表、用户信息或用户发帖列表结果中的 user_id/author.user_id 复制；如果只有主页链接，请使用 profile_url 入口；不要传小红书号、昵称或主页名称。

Output parameters:

- `avatar_url`: 用户头像链接；没有头像链接时为 null
- `bio` (string): 用户个人简介（biography）；没有简介时为空字符串
- `follower_count` (integer): 粉丝数
- `following_count` (integer): 关注数
- `ip_location` (string): 用户 IP 属地；没有 IP 属地时为空字符串
- `is_enterprise_account` (boolean): 是否为企业账号
- `is_professional_account` (boolean): 是否为专业号
- `name` (string): 用户名称
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `posted_note_count` (integer): 已发布笔记数
- `profile_tags` (array): 主页头部标签名称列表；没有标签时为空数组
- `profile_url`: 用户主页链接；没有主页链接时为 null
- `received_collect_count` (integer): 用户内容累计被收藏数
- `received_like_count` (integer): 用户内容累计收到的点赞数
- `red_id` (string): 用户公开小红书号；没有小红书号时为空字符串
- `user_id` (string): 用户 user_id
- `verification_category` (string): 认证补充信息；可能是行业类目或认证主体名称；未认证或没有认证信息时为空字符串
- `verification_name` (string): 认证主体名称；没有认证主体时为空字符串
- `verified` (boolean): 是否已认证

### `xhs_get_user_info_by_profile_url` (~124 tokens)

根据主页链接、短链接或分享文案获取单个小红书用户信息。

Input parameters:

- `profile_url` (string, required): 小红书主页链接、短链接或分享文案。支持以下形式：1) xiaohongshu.com/user/profile/... 主页长链；2) xhslink.com / xhslink.cn / xhsurl.com / xhsurl.cn 短链接；3) 包含上述任一链接的完整分享文案。请传主页链接，不要传笔记链接。

Output parameters:

- `avatar_url`: 用户头像链接；没有头像链接时为 null
- `bio` (string): 用户个人简介（biography）；没有简介时为空字符串
- `follower_count` (integer): 粉丝数
- `following_count` (integer): 关注数
- `ip_location` (string): 用户 IP 属地；没有 IP 属地时为空字符串
- `is_enterprise_account` (boolean): 是否为企业账号
- `is_professional_account` (boolean): 是否为专业号
- `name` (string): 用户名称
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `posted_note_count` (integer): 已发布笔记数
- `profile_tags` (array): 主页头部标签名称列表；没有标签时为空数组
- `profile_url`: 用户主页链接；没有主页链接时为 null
- `received_collect_count` (integer): 用户内容累计被收藏数
- `received_like_count` (integer): 用户内容累计收到的点赞数
- `red_id` (string): 用户公开小红书号；没有小红书号时为空字符串
- `user_id` (string): 用户 user_id
- `verification_category` (string): 认证补充信息；可能是行业类目或认证主体名称；未认证或没有认证信息时为空字符串
- `verification_name` (string): 认证主体名称；没有认证主体时为空字符串
- `verified` (boolean): 是否已认证

### `xhs_get_user_posted_notes_by_user_id` (~222 tokens)

根据 user_id 获取用户已发布笔记列表，支持 page_token 翻页。

Input parameters:

- `page_token`: 分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 是不透明分页令牌；只能用于同一用户的发帖列表，不能跨用户复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `user_id` (string, required): 小红书用户 user_id。用户已提供时原样使用；否则可从笔记搜索、商品评价、商品评价回复、笔记详情、标签页笔记列表、用户信息或用户发帖列表结果中的 user_id/author.user_id 复制；如果只有主页链接，请使用 profile_url 入口；不要传小红书号、昵称或主页名称。

Output parameters:

- `items` (array): 当前页用户发帖摘要列表
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一用户的发帖列表，不能跨用户复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_get_user_posted_notes_by_profile_url` (~233 tokens)

根据主页链接、短链接或分享文案获取用户已发布笔记列表，支持 page_token 翻页。

Input parameters:

- `page_token`: 分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 是不透明分页令牌；只能用于同一用户的发帖列表，不能跨用户复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `profile_url` (string, required): 小红书主页链接、短链接或分享文案。支持以下形式：1) xiaohongshu.com/user/profile/... 主页长链；2) xhslink.com / xhslink.cn / xhsurl.com / xhsurl.cn 短链接；3) 包含上述任一链接的完整分享文案。请传主页链接，不要传笔记链接。

Output parameters:

- `items` (array): 当前页用户发帖摘要列表
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一用户的发帖列表，不能跨用户复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `xhs_get_topic_notes_by_topic_url` (~264 tokens)

根据话题页链接、短链接或分享文案获取标签页笔记列表，支持 sort_type 排序和 page_token 翻页。

Input parameters:

- `page_token` (string): 分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 是不透明分页令牌，只绑定当前标签页和排序链路，不能跨 page_id 或排序复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `sort_type` (string): 标签页笔记排序方式，可选：hot（最热，默认）、time_descending（最新）
- `topic_url` (string, required): 小红书话题页链接、短链接或分享文案。支持以下形式：1) xiaohongshu.com/topic/normal/... 话题页长链；2) xhslink.com / xhslink.cn / xhsurl.com / xhsurl.cn 短链接；3) 包含上述任一链接的完整分享文案。

Output parameters:

- `items` (array): 标签页笔记列表
- `next_page_token` (string): 下一页不透明分页令牌；非空表示可尝试请求下一页，为空表示当前没有可继续的下一页令牌。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只绑定当前标签页和排序链路，不能跨 page_id 或排序复用；items 为空时不要单独据此判断结束；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换…
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `total_note_count` (integer): 标签页笔记总数
- `total_user_count` (integer): 标签页涉及用户总数

### `xhs_get_topic_notes_by_page_id` (~185 tokens)

根据 page_id 获取标签页笔记列表，支持 sort_type 排序和 page_token 翻页。

Input parameters:

- `page_id` (string, required): 小红书标签页 page_id。
- `page_token` (string): 分页令牌。首次请求留空；继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回。page_token 是不透明分页令牌，只绑定当前标签页和排序链路，不能跨 page_id 或排序复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。
- `sort_type` (string): 标签页笔记排序方式，可选：hot（最热，默认）、time_descending（最新）

Output parameters:

- `items` (array): 标签页笔记列表
- `next_page_token` (string): 下一页不透明分页令牌；非空表示可尝试请求下一页，为空表示当前没有可继续的下一页令牌。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只绑定当前标签页和排序链路，不能跨 page_id 或排序复用；items 为空时不要单独据此判断结束；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换…
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `total_note_count` (integer): 标签页笔记总数
- `total_user_count` (integer): 标签页涉及用户总数

### `socialdatax_get_points_balance` (~53 tokens)

查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-52choujiang-xhs-insights/xhs-mcp-2#diagnostics

## Score history

- 2026-09-21: 84
- 2026-09-20: 84
- 2026-09-19: 84
- 2026-09-18: 84
- 2026-09-17: 83
- 2026-09-16: 83
- 2026-09-15: 83
- 2026-09-14: 83
- 2026-09-13: 83
- 2026-09-12: 83
- 2026-09-11: 82
- 2026-09-10: 82
- 2026-09-09: 81
- 2026-09-08: 82
- 2026-09-07: 81
- 2026-09-06: 81
- 2026-09-05: 80
- 2026-09-04: 80
- 2026-09-03: 79
- 2026-09-02: 79
- 2026-09-01: 78
- 2026-08-31: 78
- 2026-08-30: 78
- 2026-08-29: 77
- 2026-08-28: 77
- 2026-08-27: 76
- 2026-08-26: 76
- 2026-08-25: 74
- 2026-08-24: 74
- 2026-08-23: 70

## Common questions

### What is the SocialDataX 小红书 Xiaohongshu XHS RedNote MCP server?

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP is listed in the public MCP registry as com.52choujiang/xhs-insights. XHS hot search/suggestions、note/product search/details、PGY、comments/replies、users/posts、transcript. This page covers its hosted endpoint (https://mcp.socialdatax.com/xhs/mcp).

### Is the SocialDataX 小红书 Xiaohongshu XHS RedNote MCP server safe to use?

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the SocialDataX 小红书 Xiaohongshu XHS RedNote MCP server expose?

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP exposes 27 tools: xhs_get_note_detail_by_note_url, xhs_get_note_detail_by_note_id, xhs_search_notes, xhs_search_users, xhs_search_products, and 22 more. Their descriptions and schemas cost roughly 5,135 tokens of context every time the server is loaded.

### Does the SocialDataX 小红书 Xiaohongshu XHS RedNote MCP server require authentication?

Yes. SocialDataX 小红书 Xiaohongshu XHS RedNote MCP asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the SocialDataX 小红书 Xiaohongshu XHS RedNote MCP server still maintained?

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.socialdatax.com/xhs/mcp
- Authorisation metadata: https://mcp.socialdatax.com/.well-known/oauth-protected-resource/xhs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-52choujiang-xhs-insights/xhs-mcp-2.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-52choujiang-xhs-insights/xhs-mcp-2.json
- HTML version of this page: https://verifymcp.io/servers/com-52choujiang-xhs-insights/xhs-mcp-2
