# 知乎直答 MCP (Zhida Direct Answer MCP) 通过知乎开放平台官方 MCP 服务(MCP Streamable HTTP)提供「直答」能力:基于知乎内容的 AI 问答。适合接入支持 MCP 的 Agent、助手或工作流系统。仅提供工具能力,不提供 resources / prompts。 ## 接口信息 | 说明 | 值 | | :- | :- | | HTTP URL | `https://developer.zhihu.com/api/mcp/zhida/v1/stream` | | 传输方式 | MCP Streamable HTTP (POST) | | 工具名 | `zhida` | ## 鉴权(必填) 请求头 `Authorization: Bearer <your_access_secret>`。在 LangBot 安装时于 `Authorization` 字段填入 `Bearer <你的 Access Secret>`(含 `Bearer ` 前缀)。Access Secret 在知乎开放平台[个人中心](https://developer.zhihu.com/profile)获取。 ## 工具:`zhida` | 名称 | 类型 | 必填 | 说明 | | :- | :- | :- | :- | | `query` | String | 是 | 用户问题 | | `model` | String | 是 | 直答模型,日常推荐 `zhida-fast-1p5` | | `member_id` | Number | 否 | 预留字段,可不传 | 支持模型:`zhida-fast-1p5`(快速,推荐)、`zhida-thinking-1p5`(深度思考)、`zhida-agent`(智能检索与回答)。 返回为标准 MCP `CallToolResult`,文本内容为直答最终答案(默认等待完整输出后返回)。 ## 文档 https://developer.zhihu.com/docs?key=zhida_mcp
Zhihu Zhida (Direct Answer) by zhihu
Ask questions and get AI-generated direct answers grounded in Zhihu content, via the official MCP (Streamable HTTP) service.
Loading...