mcpbeat Sign in

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP Server

answering

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP is answering right now. Last checked 14 min ago. It exposes 26 tools.

XHS note/product search/detail, suggestions, comments/replies; PGY 20pts success, failures uncharged

Uptime history 48 days of history · worst day 98%
48 days agonow
100.0%
Uptime 24h
182 of 182 checks
26
Tools
read from the server
1701 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 96

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 12 August 2026. No other catalogue keeps this.

16 Sep a tool appeared xhs_search_users
15 Sep a tool description was rewritten socialdatax_get_points_balance
8 Sep 3 tool descriptions were rewritten xhs_pgy_get_note_detail_by_note_id, xhs_pgy_get_note_detail_by_note_url, xhs_search_products
8 Sep a tool changed version2 times that day
8 Sep 2 tools appeared xhs_get_product_detail_by_sku_id, xhs_get_product_detail_by_url
8 Sep a tool disappeared xhs_get_product_detail
27 Aug a tool description was rewritten socialdatax_get_points_balance
26 Aug a tool changed version2 times that day
24 Aug 9 tool descriptions were rewritten11 times that day xhs_get_note_sub_comments_by_comment_id, xhs_get_product_detail, xhs_get_product_review_replies and 6 more
24 Aug 10 tools changed the parameters they ask for xhs_get_note_comments_by_note_id, xhs_get_note_detail_by_note_id, xhs_get_note_sub_comments_by_comment_id and 7 more
and 66 more, back to 12 August 2026

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add xhs-insights --transport http https://mcp.52choujiang.com/xhs/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xhs-insights": {
      "url": "https://mcp.52choujiang.com/xhs/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xhs-insights]
url = "https://mcp.52choujiang.com/xhs/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "xhs-insights": {
      "url": "https://mcp.52choujiang.com/xhs/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xhs-insights": {
      "url": "https://mcp.52choujiang.com/xhs/mcp"
    }
  }
}

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Available tools 26

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

xhs
xhs_get_note_comments_by_note_id
根据 note_id 获取单篇小红书笔记的一级评论,支持 sort_type 评论排序和 page_token 翻页。
xhs_get_note_comments_by_note_url
根据笔记链接、短链接或分享文案获取单篇小红书笔记的一级评论,支持 sort_type 评论排序和 page_token 翻页。
xhs_get_note_detail_by_note_id
根据 note_id 获取单篇小红书笔记详情。 返回的 note_url 非 null 时,在任何使用场景都必须原样保留完整 URL,包括 xsec_token 等 query 参数;例如最终回答、展示、引用、存储、输出或传递;不得用 note_id 重新拼接链接;note_url 为 null 时不要用 note_id 合成公开链接。
xhs_get_note_detail_by_note_url
根据笔记链接、短链接或分享文案获取单篇小红书笔记详情。 返回的 note_url 在任何使用场景都必须原样保留完整 URL,包括 xsec_token 等 query 参数;例如最终回答、展示、引用、存储、输出或传递;不得用 note_id 重新拼接链接;note_url 为 null 时不要用 note_id 合成公开链接。
xhs_get_note_sub_comments_by_comment_id
根据 note_id 和一级评论 comment_id 获取二级评论;用户已提供完整合法的 ID 组合时直接使用;已有 note_id 或笔记链接但缺少必需 ID 时,调用对应一级评论工具补全;缺少笔记定位信息时向用户索取;支持 page_token 翻页。
xhs_get_product_detail_by_sku_id
根据小红书商品 sku_id 获取商品详情;已有该 ID 时直接使用,否则可从 xhs_search_products 获取。只有商品链接、短链接或分享文案时使用 xhs_get_product_detail_by_url;本工具不支持商品链接、spu_id 或搜索词。
xhs_get_product_detail_by_url
根据小红书商品链接、短链接或分享文案获取商品详情,无需先搜索。已有完整 sku_id 时使用 xhs_get_product_detail_by_sku_id;返回的 sku_id 可继续用于商品评价工具。
xhs_get_product_review_replies
根据一级商品评价 review_id 获取其下回复;已有该 ID 时直接使用,否则可从 xhs_get_product_reviews 获取;支持 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回,不得截断、缩写、掩码或用省略号替换中间内容;不接受 root_review_id。
xhs_get_product_reviews
根据小红书商品 sku_id 获取商品评价;已有该 ID 时直接使用,否则可从 xhs_search_products 获取;支持 sort_type、has_image 和 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回,不得截断、缩写、掩码或用省略号替换中间内容;不支持商品链接、spu_id 或搜索词。
xhs_get_search_hot_list
获取小红书搜索热榜。
xhs_get_topic_notes_by_page_id
根据 page_id 获取标签页笔记列表,支持 sort_type 排序和 page_token 翻页。
xhs_get_topic_notes_by_topic_url
根据话题页链接、短链接或分享文案获取标签页笔记列表,支持 sort_type 排序和 page_token 翻页。
xhs_get_user_info_by_profile_url
根据主页链接、短链接或分享文案获取单个小红书用户信息。
xhs_get_user_info_by_user_id
根据 user_id 获取单个小红书用户信息。
xhs_get_user_posted_notes_by_profile_url
根据主页链接、短链接或分享文案获取用户已发布笔记列表,支持 page_token 翻页。
xhs_get_user_posted_notes_by_user_id
根据 user_id 获取用户已发布笔记列表,支持 page_token 翻页。
xhs_get_video_speech_text_job
根据用户提供的有效 job_id,或提交工具返回的 job_id 查询任务状态;用于继续未完成任务,每次最多等待 240 秒,不触发重处理,也不要重复提交任务。
xhs_pgy_get_note_detail_by_note_id
根据 note_id 获取小红书蒲公英单篇笔记商业增强详情,包括正文、图片或视频摘要、作者、曝光量、阅读量、互动量和图文/视频报价。 仅适用于已入驻蒲公英博主的笔记;用户明确要求蒲公英商业数据时使用,普通笔记详情使用普通详情工具。 用户只提曝光量、阅读量或报价且上下文未明确蒲公英口径时,先澄清商业口径和成功 20 积分的费用;上下文已明确时不重复确认。 这是蒲公英商业口径数据,不等同普通公开笔记详情;成功调用扣减 20 积分,失败不扣费。 查询明确无商业数据时按博主未入驻蒲公英处理,返回 pgy_commercial_data_unavailable,不换 ID/链接入口重试;超时、鉴权和余额不足等错误不表示未入驻。
xhs_pgy_get_note_detail_by_note_url
根据笔记链接、短链接或分享文案获取小红书蒲公英单篇笔记商业增强详情。 仅适用于已入驻蒲公英博主的笔记;用户明确要求蒲公英商业数据时使用,普通笔记详情使用普通详情工具。 用户只提曝光量、阅读量或报价且上下文未明确蒲公英口径时,先澄清商业口径和成功 20 积分的费用;上下文已明确时不重复确认。 这是蒲公英商业口径数据,不等同普通公开笔记详情;成功调用扣减 20 积分,失败不扣费。 查询明确无商业数据时按博主未入驻蒲公英处理,返回 pgy_commercial_data_unavailable,不换 ID/链接入口重试;超时、鉴权和余额不足等错误不表示未入驻。
xhs_search_notes
搜索小红书 / Xiaohongshu / XHS / RedNote 相关笔记。用户需要按搜索词查找笔记时使用;已有笔记链接或 note_id 且需要单篇笔记详情时使用对应的详情工具;需要评论、回复或口播转文字时使用相应的 URL/ID 工具;支持 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回,不得截断、缩写、掩码或用省略号替换中间内容。 返回的 note_url 在任何使用场景都必须原样保留完整 URL,包括 xsec_token 等 query 参数;例如最终回答、展示、引用、存储、输出或传递;不得用 note_id 重新拼接链接。
xhs_search_products
搜索小红书商品。用户需要按搜索词查找商品时使用;已有完整 sku_id(包括用户直接提供)时使用商品详情或商品评价工具,已有商品链接或分享文案时使用 xhs_get_product_detail_by_url;支持 page_token 翻页。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回,不得截断、缩写、掩码或用省略号替换中间内容。
xhs_search_suggestions
根据搜索词获取小红书候选搜索建议,用于补全搜索词;需要实际搜索笔记或商品时,分别使用 xhs_search_notes 或 xhs_search_products。
xhs_search_users
按搜索词搜索小红书用户、账号或博主,支持分页;已有用户 ID 或主页链接时,使用用户资料工具。
xhs_submit_video_speech_text_by_note_id
根据小红书 note_id 提交视频笔记口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
xhs_submit_video_speech_text_by_note_url
根据小红书视频笔记链接、短链接或分享文案提交口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
socialdatax
socialdatax_get_points_balance
查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

xhs_pgy_get_note_detail
removed 20 Aug 2026
xhs_get_product_detail
removed 8 Sep 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.52choujiang.com/xhs/mcp streamable-http answering 1324 ms 14 min ago
https://mcp.socialdatax.com/xhs/mcp streamable-http answering 1473 ms 14 min ago

Alternatives to SocialDataX 小红书 Xiaohongshu XHS RedNote MCP

same job, measured the same way
SocialDataX 抖音 Douyin MCP
by 52choujiang

Douyin hot search, work/user search, work details, comments/replies, profiles, series, transcript.

24 tools answering
SocialDataX 微博 Weibo MCP
by 52choujiang

Weibo hot search, post search/details, comments/replies, users, posts, transcript.

19 tools answering
SocialDataX 快手 Kuaishou MCP
by 52choujiang

Kuaishou hot search, work/user search, work details, comments/replies, profiles, transcript.

16 tools answering
SocialDataX X / Twitter MCP
by 52choujiang

X / Twitter public post, comment, reply, user, and search tools.

16 tools answering
Chinese Social Signals MCP
by thenextgennexus

MCP server: AI-agent access to Chinese social & trend signals — Douyin, Weibo, Xiaohongshu/RedNote,

answering
SocialDataX Instagram MCP
by 52choujiang

Instagram MCP for public posts, comments, replies, users, and video/Reels speech-to-text.

13 tools answering
Socialbridge MCP
by isaiahdupree

Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.

10 tools answering
SocialDataX YouTube MCP
by 52choujiang

YouTube public video, comment, reply, channel, search, and speech-to-text transcript tools.

10 tools answering

SocialDataX 小红书 Xiaohongshu XHS RedNote MCP — questions

Answers built from our own checks of this server.

What can SocialDataX 小红书 Xiaohongshu XHS RedNote MCP do?
It exposes 26 tools, read directly from the server on our last check. Among them: socialdatax_get_points_balance, xhs_get_note_comments_by_note_id, xhs_get_note_comments_by_note_url, xhs_get_note_detail_by_note_id, xhs_get_note_detail_by_note_url, xhs_get_note_sub_comments_by_comment_id and 20 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is SocialDataX 小红书 Xiaohongshu XHS RedNote MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 182 of 182 checks got a reply (100.0%), average response time 1701 ms. The bar chart above shows every period we have measured.
Did SocialDataX 小红书 Xiaohongshu XHS RedNote MCP ever remove tools?
Yes. xhs_pgy_get_note_detail, xhs_get_product_detail are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect SocialDataX 小红书 Xiaohongshu XHS RedNote MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does SocialDataX 小红书 Xiaohongshu XHS RedNote MCP need an API key?
No. SocialDataX 小红书 Xiaohongshu XHS RedNote MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 26 of them are readable on this page. This is what we observed, not what the docs claim.