zhihu-search

Zhihu Search

zhihuzhihu-search
MCPMode: SSEUnofficial2 downloadswebairesearch

Search content within Zhihu (China's leading Q&A community) via the official MCP service, returning structured results for LLM consumption.

知乎搜索 MCP (Zhihu Search MCP)

通过知乎开放平台官方 MCP 服务(MCP over SSE)提供知乎站内搜索能力,适合接入支持 MCP 的 Agent、助手或工作流系统。当前服务仅提供工具能力(tools),不提供 resources 与 prompts。

接口信息

说明
SSE URLhttps://developer.zhihu.com/api/mcp/zhihu_search/v1/sse
传输方式MCP over SSE
工具名zhihu_search

鉴权(必填)

请求头携带 Bearer Token:

Authorization: Bearer <your_access_secret>

在 LangBot 安装本 MCP 时,请在 Authorization 字段填入 Bearer <你的 Access Secret>(含 Bearer 前缀)。Access Secret 可在知乎开放平台个人中心获取。

入参:

名称类型必填说明
queryString搜索关键词,长度 2-100 个字符
countNumber返回条数,取值范围 1-10,默认 10

返回为 MCP text 类型,正文为面向大模型消费的结构化 XML 文本,建议原样交给模型消费。

文档

完整文档:https://developer.zhihu.com/docs?key=zhihu_search_mcp

Use Zhihu Search in Feishu/Lark bots, DingTalk bots, WeCom bots, WeChat bots, QQ bots, Slack bots, Discord bots, Telegram bots, LINE Bots, and Matrix Bots.

Host your bot on LangBot Cloud and connect this extension to the collaboration platforms your team already uses.

Open LangBot Cloud

Comments