SocialDataX Zhihu MCP
Provides tools for accessing public Zhihu data: reading hot lists, searching content, fetching answer/article/video details, viewing creator profiles and article lists, and retrieving comments and replies.
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/mcpHosted transport:
streamable-httpAuthentication:
Authorization: Bearer <SOCIALDATAX_API_KEY>Product:
SocialDataX/社媒数据助手Website and API Key access: https://socialdatax.com/ai?from=github
Registry name:
com.52choujiang/zhihu-insightsFuture registry name:
com.socialdatax/zhihu-insightsCurrent public capability version:
0.1.2. The hosted production server card andtools/listare live at0.1.2with 11 tools. The official Registry latest remains0.1.0pending publication of0.1.2.
Related MCP server: zhihu-mcp
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
Tool | Purpose |
| Query the current API Key account's SocialDataX points balance / 积分余额、剩余积分或点数. |
| Read the current hot list. |
| Search public answers, articles, and videos; use when a search term is available, and continue with |
| Read answer, article, or independent-video details from a URL. |
| Read a creator profile from a profile URL. |
| Read a creator's article list from a profile URL and continue with |
| Read first-level comments from a content URL and continue with |
| Read replies from a content URL and first-level comment ID. |
| Submit speech-to-text from an independent |
| Submit an independent-video speech-to-text job from a numeric |
| 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:
{
"mcpServers": {
"socialdatax-zhihu": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/zhihu/mcp",
"headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
}
}
}For command/stdio-only clients, use npx -y mcp-remote https://mcp.socialdatax.com/zhihu/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>". See the files in examples.
Request or manage API access at https://socialdatax.com/ai?from=github. Never commit a real API Key.
This server cannot be deployed
Maintenance
Related MCP Connectors
Zhihu public hot-list, content, creator, comment, and reply tools.
MCP server aggregating hot-search boards from 8 Chinese platforms (Weibo, Zhihu, Bilibili, Douyin).
China A-share market data for research, backtesting and AI agents via MCP.
Weibo hot search, post search/details, comments/replies, users, posts, transcript.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceRead-only Douyin / 抖音 MCP by SocialDataX for hot search, work search/details, comments and replies, creator profiles, creator works, and creator series.38 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search, read, and analyze Zhihu content including questions, answers, comments, and user activities through the MCP protocol.4MIT
- AlicenseNot gradedqualityBmaintenanceKuaishou MCP by SocialDataX for hot search, work and user search, work details, comments and replies, creator profiles, and video speech-to-text transcripts.MIT
- AlicenseNot gradedqualityCmaintenanceWeibo MCP by SocialDataX for hot search, post search and details, comments and replies, creator profiles and posts, and video speech-to-text transcripts.MIT