Stride28 Search MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRIDE28_XHS_HEADLESS | No | 小红书非登录工具默认有头,优先降低风控 | false |
| STRIDE28_ZHIHU_HEADLESS | No | 知乎默认无头 | true |
| STRIDE28_SEARCH_MCP_HOME | No | 数据目录 | ~/.stride28-search-mcp |
| STRIDE28_RATE_LIMIT_SECONDS | No | 请求最小间隔(秒) | 5.0 |
| STRIDE28_SEARCH_MCP_PROFILE | No | 浏览器 profile 名;为空时走兼容模式,共享默认目录,不推荐 | |
| STRIDE28_SEARCH_MCP_HEADLESS | No | 兼容旧版本的全局 fallback,不再是主推荐配置 | true |
| STRIDE28_XHS_RISK_COOLDOWN_SECONDS | No | 小红书命中风控后的冷却时长(秒) | 900 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login_xiaohongshuA | 登录小红书账号。调用后会弹出浏览器窗口,需要用户使用小红书 App 手动扫码完成登录。扫码后耗时约 10-30 秒完成登录流程,总超时 5 分钟。登录成功后,后续搜索调用将使用新的登录态。 |
| search_xiaohongshuA | 搜索小红书笔记内容。返回标题、URL、作者、点赞数等信息。limit 建议 10-20 条。需要先登录(login_xiaohongshu),未登录时返回 login_required 错误。 |
| get_note_detailA | 获取小红书笔记的完整详情,包括正文、评论、图片、互动数据。需要提供 note_id 和 xsec_token(从搜索结果中获取)。需要先登录(login_xiaohongshu)。默认仅返回较少评论;如需更深评论翻页,请显式提高 max_comments。 |
| reset_xiaohongshu_loginA | 清空当前 profile 下的小红书浏览器状态目录,用于重新走首次登录流程。 |
| search_zhihuA | 搜索知乎内容(问答、专栏、视频)。当前需要先登录(login_zhihu),未登录时返回 login_required 错误。返回标题、URL、类型、赞数、作者等信息。 |
| get_zhihu_questionA | 获取知乎问题的详情和 top N 回答。当前需要先登录(login_zhihu)。需要提供 question_id(从搜索结果的 xsec_token 字段获取)。 |
| login_zhihuA | 登录知乎账号。调用后会弹出浏览器窗口,需要手动登录。登录成功后,search_zhihu 和 get_zhihu_question 都会复用登录态。 |
| reset_zhihu_loginA | 清空当前 profile 下的知乎浏览器状态目录,用于重新走首次登录流程。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/BrunonXU/Stride28-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server