{"name":"com.52choujiang/zhihu-insights","slug":"52choujiang-zhihu-insights","title":"SocialDataX 知乎 Zhihu MCP","description":"Zhihu/知乎 hot list, search/details, comments/replies, creators/articles, and video transcripts.","url":"https://mcp.market/server/52choujiang-zhihu-insights","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search","media"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T01:40:48.519Z","last_ok_at":"2026-09-21T01:40:48.519Z","latency_ms":290},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"0.1.2","remotes":[{"type":"streamable-http","url":"https://mcp.socialdatax.com/zhihu/mcp","headers":[{"description":"Bearer API Key from SocialDataX / 社媒数据助手","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"socialdatax_get_points_balance","description":"查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"zhihu_get_comment_replies_by_url","description":"根据知乎内容页链接和一级评论 ID 读取评论回复。用户已提供完整合法的 content_url 和一级评论 comment_id 时直接使用；已有 content_url 但缺少一级评论 comment_id 时，调用 zhihu_get_content_comments_by_url，复用同一 content_url，并使用一级评论的 items[*].comment_id；缺少内容定位信息时向用户索取；支持使用 page_token 继续翻页。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"content_url":{"description":"知乎内容页面链接；用户已提供时直接使用，否则请直接复用读取该一级评论时使用的回答页链接（包括带视频的回答）、专栏文章链接或独立视频链接；通常直接复用 zhihu_get_content_comments_by_url 使用的 content_url；不要只传 content_id 或数字 ID，不要传接口地址、短链接、移动端链接、包含链接的分享文案、问题页链接或作者主页链接；支持回答页链接 https://www.zhihu.com/question/{question_id}/answer/{answer_id}、专栏文章链接 https://zhuanlan.zhihu.com/p/{article_id}、独立视频链接 https://www.zhihu.com/zvideo/{zvideo_id}。","type":"string"},"comment_id":{"description":"一级评论 ID；用户已提供时直接使用，否则请直接复制 zhihu_get_content_comments_by_url 返回的 items[*].comment_id；不要传评论回复项自身的 comment_id。","type":"string"},"page_token":{"default":"","description":"知乎评论回复分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一 content_url 和同一 comment_id 链路；更换链接或一级评论 comment_id 时，请清空 page_token 后从第一页重新读取回复。","type":"string"}},"required":["content_url","comment_id"],"additionalProperties":false}},{"name":"zhihu_get_content_comments_by_url","description":"根据知乎回答页（包括带视频的回答）、专栏文章页或独立视频页链接读取一级评论。支持使用 sort_type 选择排序，并使用 page_token 继续翻页。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"content_url":{"description":"知乎内容页面链接；只传回答页链接（包括带视频的回答）、专栏文章链接或独立视频链接；从搜索结果中的 answer、article、video 或 videoanswer 读取评论时，直接传该结果里非空的 content_url；不要只传 content_id 或数字 ID，不要传接口地址、短链接、移动端链接、包含链接的分享文案、问题页链接或作者主页链接；支持回答页链接 https://www.zhihu.com/question/{question_id}/answer/{answer_id}、专栏文章链接 https://zhuanlan.zhihu.com/p/{article_id}、独立视频链接 https://www.zhihu.com/zvideo/{zvideo_id}。","type":"string"},"page_token":{"default":"","description":"知乎评论分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一 content_url 和同一排序链路；更换链接或排序时，请清空 page_token 后从第一页重新读取评论。","type":"string"},"sort_type":{"default":"default","description":"评论排序方式：default=默认，time_descending=最新。如无明确排序需求，保持 default。","enum":["default","time_descending"],"type":"string"}},"required":["content_url"],"additionalProperties":false}},{"name":"zhihu_get_content_detail_by_url","description":"根据知乎回答页（包括带视频的回答）、专栏文章页或独立视频页链接读取详情。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"content_url":{"description":"知乎内容页面链接；只传下面三类已支持的知乎网页链接格式，不要传接口地址、短链接、移动端链接或包含链接的分享文案；从搜索结果读取详情时，直接传搜索结果里非空的 content_url；不要只传 content_id 或数字 ID，不要自行拼接链接；不要传问题页链接或作者主页链接；支持回答页链接（包括带视频的回答） https://www.zhihu.com/question/{question_id}/answer/{answer_id}、专栏文章链接 https://zhuanlan.zhihu.com/p/{article_id}、独立视频链接 https://www.zhihu.com/zvideo/{zvideo_id}。","type":"string"}},"required":["content_url"],"additionalProperties":false}},{"name":"zhihu_get_hot_list","description":"读取知乎热榜，返回当前热榜问题标题、热度、回答数和问题链接。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"zhihu_get_user_info_by_profile_url","description":"根据知乎用户主页链接读取公开博主资料。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"profile_url":{"description":"知乎用户主页链接；只传 https://www.zhihu.com/people/{url_token} 这种主页链接；不要传 user_id、昵称、回答链接、专栏文章链接、问题页链接、接口地址、短链接、移动端链接或包含链接的分享文案；从搜索结果、详情、评论或评论回复里的 author.profile_url 继续获取博主资料时，直接复用该非空 profile_url。","type":"string"}},"required":["profile_url"],"additionalProperties":false}},{"name":"zhihu_get_user_posted_articles_by_profile_url","description":"根据知乎用户主页链接读取该用户发布的文章列表。只返回文章，不返回回答、想法或视频；支持使用 page_token 继续翻页。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"profile_url":{"description":"知乎用户主页链接；只传 https://www.zhihu.com/people/{url_token} 这种主页链接；不要传 user_id、昵称、回答链接、专栏文章链接、问题页链接、接口地址、短链接、移动端链接或包含链接的分享文案；从搜索结果、详情、评论或评论回复里的 author.profile_url 继续读取作者发布文章列表时，或从博主信息结果里的 profile_url 继续读取作者发布文章列表时，直接复用该非空 profile_url。","type":"string"},"page_token":{"default":"","description":"知乎用户发布文章列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一 profile_url 的文章列表链路；更换作者时，请清空 page_token 后从第一页重新读取。","type":"string"}},"required":["profile_url"],"additionalProperties":false}},{"name":"zhihu_get_video_speech_text_job","description":"根据用户提供的有效 job_id，或 submit 工具返回的 job_id 查询知乎视频口播转文字任务；每次最多等待 240 秒，不触发重处理，也不要重复提交任务。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"description":"口播转文字任务 ID；用户已提供时直接使用，否则使用 zhihu_submit_video_speech_text_by_video_url 或 zhihu_submit_video_speech_text_by_zvideo_id 返回的 job_id；任务未完成时继续原样传入同一个 job_id，不要重复提交。","type":"string"}},"required":["job_id"],"additionalProperties":false}},{"name":"zhihu_search_content","description":"按搜索词搜索知乎公开内容。用户需要按搜索词查找内容时使用；已有回答页、专栏文章页或独立视频页链接且需要详情或评论时使用对应 URL 工具；已有用户主页链接时使用用户资料或文章列表工具；支持类型、排序、发布时间筛选与 page_token 翻页。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"description":"知乎内容搜索词，可传关键词或短语，例如问题、话题、人物、机构或内容需求；不要传问题链接、回答链接、专栏文章链接、视频链接、用户主页链接或 page_token。","type":"string"},"page_token":{"default":"","description":"知乎搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一关键词、同一类型筛选、同一排序和同一发布时间筛选链路。更换关键词、类型、排序或发布时间筛选时，请清空 page_token 后从第一页重新搜索。","type":"string"},"content_type":{"default":"all","description":"内容类型筛选：all=不限类型，answer=只看回答，article=只看文章，video=只看视频内容（可能返回独立视频 video 或带视频的回答 videoanswer；videoanswer 不是独立视频，也不是筛选取值）。","enum":["all","answer","article","video"],"type":"string"},"sort_type":{"default":"general","description":"排序方式：general=综合排序，upvote_count_descending=最多赞同，time_descending=最新发布。如无明确排序需求，保持 general。","enum":["general","upvote_count_descending","time_descending"],"type":"string"},"publish_time_range":{"default":"all","description":"发布时间筛选：all=不限时间，day=一天内，week=一周内，month=一月内，three_months=三月内，half_year=半年内，year=一年内。如无明确筛选需求，保持 all。","enum":["all","day","week","month","three_months","half_year","year"],"type":"string"}},"required":["keyword"],"additionalProperties":false}},{"name":"zhihu_submit_video_speech_text_by_video_url","description":"根据知乎独立视频页或带视频回答页链接提交口播转文字任务；提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"video_url":{"description":"知乎视频内容页面链接；支持独立视频 https://www.zhihu.com/zvideo/{zvideo_id}，以及带视频回答 https://www.zhihu.com/question/{question_id}/answer/{answer_id}；从搜索结果继续处理 videoanswer 时直接传其非空 content_url。普通无视频回答、专栏文章页、问题页、用户主页、接口地址、短链接和只包含数字的 ID 不可处理。","type":"string"}},"required":["video_url"],"additionalProperties":false}},{"name":"zhihu_submit_video_speech_text_by_zvideo_id","description":"根据知乎独立视频的数字 zvideo_id 提交口播转文字任务；提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"zvideo_id":{"description":"知乎独立视频 zvideo_id；用户已提供时原样使用，否则可从独立视频详情结果的 content_id 复制；必须是数字字符串。不要传视频链接、回答 ID、文章 ID 或问题 ID。","type":"string"}},"required":["zvideo_id"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T05:01:25.328Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T05:01:25.223Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2394ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.socialdatax.com/zhihu/mcp","reachable":true,"authRequired":false,"latencyMs":2394,"serverInfo":{"name":"zhihu_mcp","version":"0.1.2"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.52choujiang.com/favicon.ico","source":"site","width":96,"height":96},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}