SocialDataX Zhihu MCP
Zhihu MCP
此公开列表提供了托管的 SocialDataX Zhihu MCP 服务的连接元数据和客户端示例。该实现是私有托管的;本目录仅包含公开的连接材料。
服务
托管的 MCP 端点:
https://mcp.socialdatax.com/zhihu/mcp托管的传输方式:
streamable-http身份验证:
Authorization: Bearer <SOCIALDATAX_API_KEY>产品:
SocialDataX/社媒数据助手网站和 API 密钥访问:https://socialdatax.com/ai?from=github
注册表名称:
com.52choujiang/zhihu-insights未来注册表名称:
com.socialdatax/zhihu-insights当前公开能力版本:
0.1.0
Related MCP server: zhihu-mcp
范围
此服务用于公开的知乎热榜、内容搜索与详情、创作者主页、创作者文章列表、顶级评论和评论回复。它不提供账号登录、发布、编辑、点赞、评论、关注或其他账号操作。
工具
Tool | Purpose |
| 查询当前 API 密钥账户余额。 |
| 读取当前热榜。 |
| 搜索公开的回答、文章和视频;当有搜索词时使用,并使用 |
| 从 URL 读取回答、文章或独立视频的详情。 |
| 从个人主页 URL 读取创作者主页。 |
| 从个人主页 URL 读取创作者的文章列表,并使用 |
| 从内容 URL 读取一级评论,并使用 |
| 从内容 URL 和一级评论 ID 读取回复。 |
当内容 URL 已经可用时,请使用详情或评论工具,而不是再次搜索。当回复需要一级评论 ID 时,请先使用 zhihu_get_content_comments_by_url,并复用相同的内容 URL。
快速开始
当客户端支持经过身份验证的 streamable-http 时,直接使用托管的端点:
{
"mcpServers": {
"socialdatax-zhihu": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/zhihu/mcp",
"headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
}
}
}对于仅支持命令行/stdio 的客户端,请使用 npx -y mcp-remote https://mcp.socialdatax.com/zhihu/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>"。请参阅 examples 中的文件。
在 https://socialdatax.com/ai?from=github 请求或管理 API 访问权限。切勿提交真实的 API 密钥。
This server cannot be installed
Maintenance
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.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search, read, and analyze Zhihu content including questions, answers, comments, and user activities through the MCP protocol.3MIT
- FlicenseAqualityBmaintenanceRead-focused MCP server for Zhihu, enabling retrieval of pins, articles, comments, and replies, with optional limited write tools for drafting and editing answers.10
- 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
Related MCP Connectors
Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.
Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevinChen2014/zhihu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server