微信视频号内容研究 MCP
服务介绍
微信视频号内容研究 MCP
SocialDataX 微信视频号 / WeChat Channels MCP 适用于视频号热榜观察、视频搜索、视频详情、评论洞察和创作者资料整理。服务由社媒数据助手提供,公开入口为 https://socialdatax.com。
连接方式
- Transport: streamable-http
- Endpoint: https://mcp.socialdatax.com/wechat/mcp
- Header: Authorization: Bearer <SOCIALDATAX_API_KEY>
示例配置:
{
"mcpServers": {
"socialdatax-wechat": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/wechat/mcp",
"headers": {
"Authorization": "Bearer <SOCIALDATAX_API_KEY>"
}
}
}
}
能力范围
- 微信视频号热榜 / WeChat Channels hot search
- 视频搜索 / video search
- 视频详情 / video details
- 评论与评论回复 / comments and comment replies
- 用户资料与已发布视频列表 / creator profiles and posted videos
- 视频语音转文字任务 / speech-to-text transcript jobs
本 MCP 面向内容研究与数据分析场景,不提供登录、发布、编辑、点赞、评论、转发等账号操作。
API Key
从 https://socialdatax.com 获取 SocialDataX API Key,并在客户端或运行环境中设置为 SOCIALDATAX_API_KEY。请不要把真实 API Key 写入公开代码、截图或 issue。