com.52choujiang/weibo-insights
Official16 toolsSocialDataX 微博 Weibo MCP
Weibo hot search, post search/details, comments/replies, users, posts, transcript.
Searches and analyzes Weibo posts, comments, users, and transcripts.
Captured live from the server via tools/list.
weibo_search_posts
按自然语言关键词搜索微博帖子;不要传帖子链接、用户主页链接或分页令牌作为关键词。
Parameters (2)
- keywordstringrequired
微博帖子搜索关键词;不要传帖子链接、用户主页链接或分页 token。
- page_tokenstring
微博搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一关键词搜索链路,不能跨关键词复用。
weibo_get_hot_search_list
获取微博热搜列表;只返回 items,当前不支持翻页。
No parameters.
weibo_get_post_detail_by_post_id
根据 post_id 获取微博帖子详情。
Parameters (1)
- post_idstringrequired
微博帖子长 ID;可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。
weibo_get_post_detail_by_post_url
根据微博帖子链接、短链接或分享文案获取帖子详情。
Parameters (1)
- post_urlstringrequired
微博帖子页面链接、短链接或包含帖子链接的分享文案;不要传用户主页链接或 post_id。
weibo_submit_video_speech_text_by_post_url
根据微博帖子链接、短链接或分享文案提交视频口播转文字任务;提交完成后最多短等 15 秒,未完成时返回 job_id 和下一步查询动作。
Parameters (1)
- post_urlstringrequired
微博帖子页面链接、短链接或包含帖子链接的分享文案;不要传用户主页链接或 post_id。
weibo_submit_video_speech_text_by_post_id
根据微博 post_id 提交视频口播转文字任务;提交完成后最多短等 15 秒,未完成时返回 job_id 和下一步查询动作。
Parameters (1)
- post_idstringrequired
微博帖子长 ID;可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。
weibo_get_video_speech_text_job
查询微博视频口播转文字任务状态;只查询当前 job,不触发重处理或长等待。
Parameters (1)
- job_idstringrequired
口播转文字任务 ID。
weibo_get_post_comments_by_post_id
根据 post_id 获取微博帖子一级评论,支持 page_token 翻页。
Parameters (3)
- post_idstringrequired
微博帖子长 ID;可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。
- page_tokenstring
微博评论分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子、同一 sort_type 的评论分页链路,不能跨帖子或排序方式复用。
- sort_typestring
微博一级评论排序方式。hot 表示默认热门评论流;time_descending 表示当前可返回范围内最新评论优先。默认 hot。继续翻页时必须与上一页返回 next_page_token 所属的 sort_type 保持一致。
weibo_get_post_comments_by_post_url
根据微博帖子链接、短链接或分享文案获取帖子一级评论,支持 page_token 翻页。
Parameters (3)
- post_urlstringrequired
微博帖子页面链接、短链接或包含帖子链接的分享文案;不要传用户主页链接或 post_id。
- page_tokenstring
微博评论分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子、同一 sort_type 的评论分页链路,不能跨帖子或排序方式复用。
- sort_typestring
微博一级评论排序方式。hot 表示默认热门评论流;time_descending 表示当前可返回范围内最新评论优先。默认 hot。继续翻页时必须与上一页返回 next_page_token 所属的 sort_type 保持一致。
weibo_get_post_comment_replies_by_comment_id
根据 post_id 和一级评论 comment_id 获取微博评论回复,支持 page_token 翻页。
Parameters (3)
- post_idstringrequired
微博帖子长 ID;调用评论回复工具时必填,需与一级评论 comment_id 同时传入;请从一级评论结果 items[*].post_id 复用,并与同一项 comment_id 一起传入。
- comment_idstringrequired
微博一级评论 ID;可从一级评论结果 items[*].comment_id 复用,用于获取该评论下的回复;需与同一项 post_id 同时传入,不要传评论回复项的 comment_id。
- page_tokenstring
微博评论回复分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子下同一一级评论的回复分页链路,不能跨帖子或评论复用。
weibo_get_post_liker_list_by_post_id
根据 post_id 获取微博点赞用户列表,支持 page_token 翻页。
Parameters (2)
- post_idstringrequired
微博帖子长 ID;可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。
- page_tokenstring
微博点赞分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子点赞分页链路,不能跨帖子复用。
weibo_get_post_repost_list_by_post_id
根据 post_id 获取微博转发列表,支持 page_token 翻页。
Parameters (2)
- post_idstringrequired
微博帖子长 ID;可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。
- page_tokenstring
微博转发分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子转发分页链路,不能跨帖子复用。
weibo_get_user_info_by_user_id
根据 user_id 获取微博用户资料。
Parameters (1)
- user_idstringrequired
微博用户 user_id;可从作者信息或用户资料结果中的非空 user_id 复用。
weibo_get_user_info_by_profile_url
根据微博用户主页链接获取用户资料。
Parameters (1)
- profile_urlstringrequired
微博用户主页链接;请传用户主页链接,不要传帖子链接、昵称或 user_id。
weibo_get_user_posts_by_user_id
根据 user_id 获取微博用户帖子列表,支持 page_token 翻页。
Parameters (2)
- user_idstringrequired
微博用户 user_id;可从作者信息或用户资料结果中的非空 user_id 复用。
- page_tokenstring
微博用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一用户帖子列表分页链路,不能跨用户复用。
weibo_get_user_posts_by_profile_url
根据微博用户主页链接获取用户帖子列表,支持 page_token 翻页。
Parameters (2)
- profile_urlstringrequired
微博用户主页链接;请传用户主页链接,不要传帖子链接、昵称或 user_id。
- page_tokenstring
微博用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一用户帖子列表分页链路,不能跨用户复用。
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"weibo-insights": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.52choujiang.com/weibo/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.