trackmcp
Back to directory

Zhihu MCP by SocialDataX for public hot lists, content search, details, comments, creators, and creator articles.

0 starsOthers Updated Sep 2, 2026
mcpmcp-serversocial-mediasocialdataxzhihuzhihu-mcp

Documentation

Zhihu MCP

This public listing provides connection metadata and client examples for the hosted SocialDataX Zhihu MCP service. The implementation is privately hosted; this directory contains public connection materials only.

Service

  • Hosted MCP endpoint: `https://mcp.socialdatax.com/zhihu/mcp`
  • Hosted transport: `streamable-http`
  • Authentication: `Authorization: Bearer `
  • Product: `SocialDataX` / `社媒数据助手`
  • Website and API Key access:
  • Registry name: `com.52choujiang/zhihu-insights`
  • Future registry name: `com.socialdatax/zhihu-insights`
  • Current public capability version: `0.1.2`. The hosted production server card and `tools/list` are live at `0.1.2` with 11 tools. The official Registry latest remains `0.1.0` pending publication of `0.1.2`.

Scope

Use this service for public Zhihu hot-list, content search and detail, creator profiles, creator article lists, top-level comments, comment replies, and speech-to-text for independent videos and video answers. Plain answers without video are not processable transcript inputs. It does not provide account login, posting, editing, liking, commenting, following, or other account actions.

Tools

ToolPurpose
`socialdatax_get_points_balance`Query the current API Key account's SocialDataX points balance / 积分余额、剩余积分或点数.
`zhihu_get_hot_list`Read the current hot list.
`zhihu_search_content`Search public answers, articles, and videos; use when a search term is available, and continue with `page_token`.
`zhihu_get_content_detail_by_url`Read answer, article, or independent-video details from a URL.
`zhihu_get_user_info_by_profile_url`Read a creator profile from a profile URL.
`zhihu_get_user_posted_articles_by_profile_url`Read a creator's article list from a profile URL and continue with `page_token`.
`zhihu_get_content_comments_by_url`Read first-level comments from a content URL and continue with `page_token`.
`zhihu_get_comment_replies_by_url`Read replies from a content URL and first-level comment ID.
`zhihu_submit_video_speech_text_by_video_url`Submit speech-to-text from an independent `/zvideo/{zvideo_id}` page or a video-answer page URL.
`zhihu_submit_video_speech_text_by_zvideo_id`Submit an independent-video speech-to-text job from a numeric `zvideo_id`.
`zhihu_get_video_speech_text_job`Continue querying the same independent-video or video-answer speech-to-text job ID until terminal.

When a content URL is already available, use the detail or comment tool instead of searching again. When a first-level comment ID is needed for replies, first use `zhihu_get_content_comments_by_url` and reuse the same content URL.

Quick Start

Use the hosted endpoint directly when the client supports authenticated `streamable-http`:

json
{
  "mcpServers": {
    "socialdatax-zhihu": {
      "type": "streamable_http",
      "url": "https://mcp.socialdatax.com/zhihu/mcp",
      "headers": {"Authorization": "Bearer "}
    }
  }
}

For command/stdio-only clients, use `npx -y mcp-remote https://mcp.socialdatax.com/zhihu/mcp --header "Authorization: Bearer "`. See the files in examples.

Request or manage API access at . Never commit a real API Key.

Frequently asked questions

What is zhihu-mcp?

zhihu-mcp is Zhihu MCP by SocialDataX for public hot lists, content search, details, comments, creators, and creator articles.

How do I install zhihu-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is zhihu-mcp open source?

Yes — it is hosted on GitHub at https://github.com/DevinChen2014/zhihu-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP