SocialDataX 知乎 Zhihu MCP
Zhihu public hot-list, content, creator, comment, and reply tools.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Zhihu public hot-list, content, creator, comment, and reply tools.
Server tool list (11)
Raw names from tools/list. Only developers need these.
| zhihu_get_hot_list | 读取知乎热榜,返回当前热榜问题标题、热度、回答数和问题链接。 |
| zhihu_search_content | 按搜索词搜索知乎公开内容。用户需要按搜索词查找内容时使用;已有回答页、专栏文章页或独立视频页链接且需要详情或评论时使用对应 URL 工具;已有用户主页链接时使用用户资料或文章列表工具;支持类型、排序、发布时间筛选与 page_token 翻页。 |
| zhihu_get_content_detail_by_url | 根据知乎回答页(包括带视频的回答)、专栏文章页或独立视频页链接读取详情。 |
| zhihu_get_user_info_by_profile_url | 根据知乎用户主页链接读取公开博主资料。 |
| zhihu_get_user_posted_articles_by_profile_url | 根据知乎用户主页链接读取该用户发布的文章列表。只返回文章,不返回回答、想法或视频;支持使用 page_token 继续翻页。 |
| zhihu_get_content_comments_by_url | 根据知乎回答页(包括带视频的回答)、专栏文章页或独立视频页链接读取一级评论。支持使用 sort_type 选择排序,并使用 page_token 继续翻页。 |
| zhihu_get_comment_replies_by_url | 根据知乎内容页链接和一级评论 ID 读取评论回复。用户已提供完整合法的 content_url 和一级评论 comment_id 时直接使用;已有 content_url 但缺少一级评论 comment_id 时,调用 zhihu_get_content_comments_by_url,复用同一 content_url,并使用一级评论的 items[*].comment_id;缺少内容定位信息时向用户索取;支持使用 page_token 继续翻页。 |
| zhihu_submit_video_speech_text_by_video_url | 根据知乎独立视频页或带视频回答页链接提交口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。 |
| zhihu_submit_video_speech_text_by_zvideo_id | 根据知乎独立视频的数字 zvideo_id 提交口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。 |
| zhihu_get_video_speech_text_job | 根据用户提供的有效 job_id,或 submit 工具返回的 job_id 查询知乎视频口播转文字任务;每次最多等待 240 秒,不触发重处理,也不要重复提交任务。 |
| socialdatax_get_points_balance | 查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。 |