global-search

Global Search

zhihuglobal-search
MCPMode: SSEUnofficial13 downloadswebairesearch

Search content across the whole web via Zhihu's official MCP service, with site/time filters; returns structured results for LLM consumption.

全网搜索 MCP (Global Search MCP)

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

接口信息

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

鉴权(必填)

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

名称类型必填说明
queryString搜索关键词,长度 2-100
countNumber返回条数 1-20,默认 10
filterString高级筛选,如 host=="example.com" AND publish_time>=1778494631
search_dbString索引库:all/realtime/static,默认 all

返回为 MCP text 类型的结构化 XML 文本。若仅需知乎站内结果,请使用知乎搜索 MCP。

文档

https://developer.zhihu.com/docs?key=global_search_mcp

Use Global 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