mcpserver.lol
registry/weibo-insights
Connection check verified live · 20h ago

weibo-insights

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

Tools 19
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

19 tools

Read from the running server on 20h ago.

socialdatax_get_points_balance read-only
查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance.
weibo_get_hot_search_list read-only
获取微博热搜列表;只返回 items,当前不支持翻页。
weibo_get_post_comment_replies_by_comment_id read-only post_id*comment_id*page_token
根据 post_id 和一级评论 comment_id 获取微博评论回复;用户已提供完整合法的 ID 组合时直接使用;已有 post_id、帖子链接或分享文案但缺少必需 ID 时,调用对应一级评论工具获取同一条一级评论的 post_id 和 comment_id;缺少帖子定位信息时向用户索取;支持 page_token 翻页。
weibo_get_post_comments_by_post_id read-only post_id*sort_typepage_token
根据 post_id 获取微博帖子一级评论,支持 page_token 翻页。
weibo_get_post_comments_by_post_url read-only post_url*sort_typepage_token
根据微博帖子链接、短链接或分享文案获取帖子一级评论,支持 page_token 翻页。
weibo_get_post_detail_by_post_id read-only post_id*
根据 post_id 获取微博帖子详情。
weibo_get_post_detail_by_post_url read-only post_url*
根据微博帖子链接、短链接或分享文案获取帖子详情。
weibo_get_post_liker_list_by_post_id read-only post_id*page_token
根据 post_id 获取微博点赞用户列表,支持 page_token 翻页。
weibo_get_post_liker_list_by_post_url read-only post_url*page_token
根据帖子链接、短链接或分享文案获取微博点赞用户列表,支持 page_token 翻页。
weibo_get_post_repost_list_by_post_id read-only post_id*page_token
根据 post_id 获取微博转发列表,支持 page_token 翻页。
weibo_get_post_repost_list_by_post_url read-only post_url*page_token
根据帖子链接、短链接或分享文案获取微博转发列表,支持 page_token 翻页。
weibo_get_user_info_by_profile_url read-only profile_url*
根据微博用户主页链接获取用户资料。
weibo_get_user_info_by_user_id read-only user_id*
根据 user_id 获取微博用户资料。
weibo_get_user_posts_by_profile_url read-only page_tokenprofile_url*
根据微博用户主页链接获取用户帖子列表,支持 page_token 翻页。
weibo_get_user_posts_by_user_id read-only user_id*page_token
根据 user_id 获取微博用户帖子列表,支持 page_token 翻页。
weibo_get_video_speech_text_job read-only job_id*
继续查询用户提供的有效 job_id,或微博视频口播转文字 submit 工具返回的 job_id;每次最多等待 240 秒,不创建新任务或触发重处理。
weibo_search_posts read-only keyword*page_token
按搜索词搜索微博帖子;当用户要按关键词或短语查找帖子时使用。已有帖子链接或 post_id 时使用对应帖子工具;已有用户主页链接或 user_id 时使用对应用户工具。支持 page_token 翻页。
weibo_submit_video_speech_text_by_post_id post_id*
根据微博 post_id 提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
weibo_submit_video_speech_text_by_post_url post_url*
根据微博帖子链接、短链接或分享文案提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。