/
Server configuration and capabilities from the MCP manifest
Size: 1,204 bytes (301 tokens)
Tools Found: 6
Analysis ID: 1h4rropv
This MCP server provides tools for interacting with the 小红书 platform, including checking cookie validity, fetching home feed notes, searching notes by keywords, retrieving note content and comments, and posting comments.
{ "name": "xhs-mcp", "tags": [], "tools": [ { "name": "check_cookie", "description": "检测cookie是否失效", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": { "type": "string" } }, { "name": "home_feed", "description": "获取首页推荐笔记", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": { "type": "string" } }, { "name": "search_notes", "description": "根据关键词搜索笔记", "input_schema": { "type": "object", "required": [ "keywords" ], "properties": { "keywords": { "type": "string" } } }, "output_schema": { "type": "string" } }, { "name": "get_note_content", "description": "获取笔记内容,参数url要带上xsec_token", "input_schema": { "type": "object", "required": [ "url" ], "properties": { "url": { "type": "string" } } }, "output_schema": { "type": "string" } }, { "name": "get_note_comments", "description": "获取笔记评论,参数url要带上xsec_token", "input_schema": { "type": "object", "required": [ "url" ], "properties": { "url": { "type": "string" } } }, "output_schema": { "type": "string" } }, { "name": "post_comment", "description": "发布评论到指定笔记", "input_schema": { "type": "object", "required": [ "note_id", "comment" ], "properties": { "comment": { "type": "string" }, "note_id": { "type": "string" } } }, "output_schema": { "type": "string" } } ], "version": "0.1.0", "categories": [], "description": "Add your description here" }
Stars
Registry ID: 3d8cb7cd-324f-44ef-a2a1-3ff6c505466a
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/15/2025
Open Issues: 0
Historical performance and growth metrics over time
Forks
Watchers
Contributors
Last Push: 9/15/2025
Open Issues: 0