SocialDataX WeChat Channels MCP
微信视频号与公众号 MCP | WeChat Channels and Official Account MCP
此公共仓库为 SocialDataX 托管的微信视频号与公众号 MCP / WeChat Channels and Official Account MCP 服务提供公共连接文档和 MCP 元数据。
如果您正在寻找用于社交媒体研究流程的 WeChat Channels MCP、微信视频号 MCP 或 微信公众号文章 MCP,本仓库包含:
公共 MCP 元数据和客户端配置示例
为支持远程 MCP 的客户端提供的托管
streamable-http端点为仅支持 command/stdio 的 MCP 客户端提供的
mcp-remote回退示例
业务实现为私有托管。本仓库仅公开社交媒体内容情报工作流的公共连接面。
搜索别名
此 MCP 服务的常见搜索短语:
微信视频号 MCP视频号 MCP视频号 数据 MCP视频号 热榜 MCP视频号 评论 MCP视频号 用户 MCP微信公众号文章 MCP公众号文章详情 MCPWeChat Channels MCPWeChat Channels data MCPWeChat Official Account MCPWeChat Channels video research MCPWeChat Channels comments MCPWeChat MCP微信 MCP
Related MCP server: SocialDataX Kuaishou MCP
服务
托管 MCP 端点:
https://mcp.socialdatax.com/wechat/mcp托管传输:
streamable-http认证:
Authorization: Bearer <SOCIALDATAX_API_KEY>产品:
SocialDataX/社媒数据助手网站和 API 密钥访问:https://socialdatax.com/ai?from=github
注册表名称:
com.52choujiang/wechat-channels-insights未来注册表名称:
com.socialdatax/wechat-channels-insights当前公共能力版本:
0.1.2
平台 MCP
从支持认证远程 MCP 的客户端直接使用托管的 streamable-http 端点。对于仅支持 command/stdio MCP 服务器的客户端,使用 mcp-remote 作为本地兼容代理。
工作流范围
此 MCP 服务专为社交媒体内容情报工作流设计。它不提供账户登录、发布、编辑、点赞、评论、转发或其他账户操作。
支持的工作流包括:
查询当前 API 密钥账户的 SocialDataX 积分余额。
读取 WeChat Channels / 微信视频号 热搜列表。
从文章链接或分享文本获取 WeChat Official Account / 微信公众号 文章详情和正文。
按关键词搜索 WeChat Channels 视频,支持可选分页和筛选。
将 WeChat Channels 视频或图文链接或分享文本解析为结构化作品详情。
当调用方已有
encrypted_object_id时读取视频详情。获取分页的一级评论以进行评论分析。
获取一级评论下的分页回复。
当调用方已有
v2_...@finderuser_id 时读取用户资料数据。将视频或图文链接或分享文本解析为创作者资料数据。
从作品链接/分享文本或
v2_...@finderuser_id 获取用户发布的作品列表,包括视频和图文。提交视频语音转文字转录任务;提交调用可能等待最多 240 秒,未完成的任务应继续轮询相同的
job_id直到终态。
工具
工具 | 公共用途 |
| 查询当前 API 密钥账户的 SocialDataX 积分余额。 |
| 获取当前 WeChat Channels / 微信视频号 热搜列表。 |
| 从文章链接或分享文本获取 WeChat Official Account / 微信公众号 文章详情和正文。 |
| 按搜索词搜索 WeChat Channels 视频。当用户需要按搜索词查找视频时使用此工具;当有视频或图文链接时,使用详情工具;当有视频链接且需要评论时,使用评论工具;当有视频链接或 |
| 当调用方已有 |
| 将 WeChat Channels 视频或图文链接或分享文本解析为结构化作品详情。 |
| 当调用方已有同一视频的 |
| 直接从 WeChat Channels 视频链接或分享文本获取分页的一级评论。 |
| 使用同一视频的 |
| 当调用方已有 |
| 将 WeChat Channels 视频或图文链接或分享文本解析为创作者资料数据。 |
| 当调用方已有 |
| 从作品链接或分享文本获取用户发布的视频和图文的分页列表。 |
| 从视频链接或分享文本提交视频语音转文字转录任务。提交调用可能等待最多 240 秒;如果未完成,继续轮询相同的 |
| 从 |
| 使用用户提供的有效 |
快速开始
对于支持认证 streamable-http 的客户端,直接使用托管端点:
{
"mcpServers": {
"socialdatax-wechat": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/wechat/mcp",
"headers": {
"Authorization": "Bearer <SOCIALDATAX_API_KEY>"
}
}
}
}可在 examples/streamable_http_config.json 中找到可直接复制的示例。
对于仅支持 command/stdio 的 MCP 客户端,使用 mcp-remote:
{
"mcpServers": {
"socialdatax-wechat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialdatax.com/wechat/mcp",
"--header",
"Authorization: Bearer <SOCIALDATAX_API_KEY>"
]
}
}
}Claude Code 可以直接使用远程 HTTP:
claude mcp add --transport http socialdatax-wechat https://mcp.socialdatax.com/wechat/mcp --header 'Authorization: Bearer ${SOCIALDATAX_API_KEY}'在重启 Claude Code 之前,将 SOCIALDATAX_API_KEY 持久化到运行时环境或客户端 Secret 中。
Claude Desktop 在可用时应使用其远程 MCP / Connectors 界面。如果你所用版本中的本地配置文件仅支持 command/stdio 服务器,请使用 mcp-remote 作为回退方案。
客户端示例
配置示例见 examples:
API 密钥
请从产品网站申请或管理 API 访问权限:
https://socialdatax.com/ai?from=github
在 Authorization 请求头中将该密钥用作 Bearer 令牌。请勿将真实的 API 密钥值提交到代码、文档、问题或截图中。
目录元数据
本仓库中的公开元数据文件:
server-card.json:托管服务的目录导向元数据。官方 MCP Registry 发布使用私有源仓库的
registry/wechat/server.json作为当前com.52choujiang/wechat-channels-insights条目。mcp.json:使用
mcp-remote的通用 command/stdio 回退配置。glama.json:Glama 仓库所有权元数据。
SUBMISSION_CHECKLIST.md:MCP 目录提交检查清单。
许可证
本公开仓库中的文件以 MIT 许可证发布。该许可证仅涵盖本仓库中的公开文档和配置示例,不涵盖托管服务实现、托管基础设施或本仓库之外的任何私有后端代码。
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 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
- AlicenseNot gradedqualityCmaintenanceTikTok MCP by SocialDataX for video and image post search, post details, comments and replies, creator profiles and posts, and video speech-to-text.MIT
Related MCP Connectors
Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
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/wechat-channels-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server