# SocialDataX 小红书 Xiaohongshu XHS RedNote MCP MCP server

XHS note search, hot list, details, comments/replies, profiles, transcript.

## Links
- Registry page: https://www.getdrio.com/mcp/com-52choujiang-xhs-insights

## Install
- Endpoint: https://mcp.52choujiang.com/xhs/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.52choujiang.com/xhs/mcp
- Header: Authorization

## Tools
- xhs_get_note_detail_by_note_url - 根据笔记链接、短链接或分享文案获取单篇小红书笔记详情。
返回的 note_url 在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接；note_url 为 null 时不要用 note_id 合成公开链接。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_detail_by_note_id - 根据 note_id 获取单篇小红书笔记详情。
返回的 note_url 非 null 时，在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接；note_url 为 null 时不要用 note_id 合成公开链接。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_search_notes - 搜索小红书 / Xiaohongshu / XHS / RedNote 相关笔记。用户需要按搜索词查找笔记时使用；已有笔记链接或 note_id 且需要单篇笔记详情时使用对应的详情工具；需要评论、回复或口播转文字时使用相应的 URL/ID 工具；支持 page_token 翻页。
返回的 note_url 在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_search_products - 搜索小红书商品。用户需要按搜索词查找商品时使用；已有商品搜索结果中的 sku_id 时使用商品详情或商品评价工具；支持 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_product_detail - 根据商品搜索结果中的 sku_id 获取小红书商品详情；不支持商品链接、spu_id 或搜索词。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_pgy_get_note_detail - 根据 note_id 获取小红书蒲公英单篇笔记商业增强详情，包括正文、图片或视频摘要、作者、曝光量、阅读量、互动量和图文/视频报价。
这是蒲公英商业口径数据，不等同普通公开笔记详情；成功调用扣减 20 积分，失败不扣费。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_product_reviews - 根据商品搜索结果中的 sku_id 获取小红书商品评价，支持 sort_type、has_image 和 page_token 翻页；不支持商品链接、spu_id 或搜索词。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_search_hot_list - 获取小红书搜索热榜。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_submit_video_speech_text_by_note_url - 根据小红书视频笔记链接、短链接或分享文案提交口播转文字任务；提交完成后最多短等 240 秒，未完成时返回 job_id 和下一步查询动作。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_submit_video_speech_text_by_note_id - 根据小红书 note_id 提交视频笔记口播转文字任务；提交完成后最多短等 240 秒，未完成时返回 job_id 和下一步查询动作。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_video_speech_text_job - 根据口播转文字提交工具返回的 job_id 查询任务状态；用于继续未完成任务，每次最多等待 240 秒，不触发重处理，也不要重复提交任务。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_comments_by_note_id - 根据 note_id 获取单篇小红书笔记的一级评论，支持 sort_type 评论排序和 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_comments_by_note_url - 根据笔记链接、短链接或分享文案获取单篇小红书笔记的一级评论，支持 sort_type 评论排序和 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_sub_comments_by_comment_id - 根据 note_id 和一级评论 comment_id 获取二级评论，支持 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_info_by_user_id - 根据 user_id 获取单个小红书用户信息。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_info_by_profile_url - 根据主页链接、短链接或分享文案获取单个小红书用户信息。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_posted_notes_by_user_id - 根据 user_id 获取用户已发布笔记列表，支持 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_posted_notes_by_profile_url - 根据主页链接、短链接或分享文案获取用户已发布笔记列表，支持 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_topic_notes_by_topic_url - 根据话题页链接、短链接或分享文案获取标签页笔记列表，支持 sort_type 排序和 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_topic_notes_by_page_id - 根据 page_id 获取标签页笔记列表，支持 sort_type 排序和 page_token 翻页。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- socialdatax_get_points_balance - Query the current API Key account's SocialDataX points balance. Endpoint: https://mcp.52choujiang.com/xhs/mcp

## Resources
- xhs://guides/tool-capabilities - MIME type: text/plain
- mcp://server-card.json - MCP Server Card Static discovery metadata for directory publishing and manual inspection. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: com.52choujiang
- Version: 0.1.7
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 25, 2026
- Source: https://registry.modelcontextprotocol.io
