Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

SocialDataX 微博 Weibo MCP

com.52choujiang/weibo-insights

Weibo hot search, post search/details, comments/replies, users, posts, transcript.

Uptime
100.0%
2 direct probes · 30d
Response
2450ms
last probe
Tools
19
callable
Resources
2
readable
Prompts
0
available

Tools · 19

weibo_search_posts

按搜索词搜索微博帖子;当用户要按关键词或短语查找帖子时使用。已有帖子链接或 post_id 时使用对应帖子工具;已有用户主页链接或 user_id 时使用对应用户工具。支持 page_token 翻页。

weibo_get_hot_search_list

获取微博热搜列表;只返回 items,当前不支持翻页。

weibo_get_post_detail_by_post_id

根据 post_id 获取微博帖子详情。

weibo_get_post_detail_by_post_url

根据微博帖子链接、短链接或分享文案获取帖子详情。

weibo_submit_video_speech_text_by_post_url

根据微博帖子链接、短链接或分享文案提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。

weibo_submit_video_speech_text_by_post_id

根据微博 post_id 提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。

weibo_get_video_speech_text_job

继续查询用户提供的有效 job_id,或微博视频口播转文字 submit 工具返回的 job_id;每次最多等待 240 秒,不创建新任务或触发重处理。

weibo_get_post_comments_by_post_id

根据 post_id 获取微博帖子一级评论,支持 page_token 翻页。

weibo_get_post_comments_by_post_url

根据微博帖子链接、短链接或分享文案获取帖子一级评论,支持 page_token 翻页。

weibo_get_post_comment_replies_by_comment_id

根据 post_id 和一级评论 comment_id 获取微博评论回复;用户已提供完整合法的 ID 组合时直接使用;已有 post_id、帖子链接或分享文案但缺少必需 ID 时,调用对应一级评论工具获取同一条一级评论的 post_id 和 comment_id;缺少帖子定位信息时向用户索取;支持 page_token 翻页。

weibo_get_post_liker_list_by_post_id

根据 post_id 获取微博点赞用户列表,支持 page_token 翻页。

weibo_get_post_liker_list_by_post_url

根据帖子链接、短链接或分享文案获取微博点赞用户列表,支持 page_token 翻页。

weibo_get_post_repost_list_by_post_id

根据 post_id 获取微博转发列表,支持 page_token 翻页。

weibo_get_post_repost_list_by_post_url

根据帖子链接、短链接或分享文案获取微博转发列表,支持 page_token 翻页。

weibo_get_user_info_by_user_id

根据 user_id 获取微博用户资料。

weibo_get_user_info_by_profile_url

根据微博用户主页链接获取用户资料。

weibo_get_user_posts_by_user_id

根据 user_id 获取微博用户帖子列表,支持 page_token 翻页。

weibo_get_user_posts_by_profile_url

根据微博用户主页链接获取用户帖子列表,支持 page_token 翻页。

socialdatax_get_points_balance

查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance.

Resources · 2

weibo_tool_capabilities_resource

Guide for selecting Weibo tools and preserving follow-up inputs.

weibo://guides/tool-capabilities
server_card

Static discovery metadata for directory publishing and manual inspection.

mcp://server-card.json

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "socialdatax_微博_weibo_mcp": {
      "url": "https://mcp.52choujiang.com/weibo/mcp",
      "transport": "streamable-http"
    }
  }
}