Skip to main content
Glama
DevinChen2014

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

socialdatax_get_points_balance

查询当前 API 密钥账户余额。

zhihu_get_hot_list

读取当前热榜。

zhihu_search_content

搜索公开的回答、文章和视频;当有搜索词时使用,并使用 page_token 继续。

zhihu_get_content_detail_by_url

从 URL 读取回答、文章或独立视频的详情。

zhihu_get_user_info_by_profile_url

从个人主页 URL 读取创作者主页。

zhihu_get_user_posted_articles_by_profile_url

从个人主页 URL 读取创作者的文章列表,并使用 page_token 继续。

zhihu_get_content_comments_by_url

从内容 URL 读取一级评论,并使用 page_token 继续。

zhihu_get_comment_replies_by_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 密钥。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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