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

x-insights

X / Twitter public post, comment, reply, user, and search tools.

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

Tools & capabilities

16 tools

Read from the running server on 20h ago.

socialdatax_get_points_balance read-only
查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance.
x_get_post_comment_replies_by_comment_id read-only post_id*comment_id*page_token
根据 X 帖子 ID 和一级评论 ID 获取公开评论回复列表;用户已提供完整合法的 ID 组合时直接使用;已有 post_id 或帖子链接但缺少必需 ID 时,调用对应一级评论工具补全;缺少帖子定位信息时向用户索取;不要传评论回复结果里的 comment_id 或评论链接。
x_get_post_comments_by_post_id read-only post_id*page_token
根据 X 帖子 ID 获取公开帖子的一级评论列表,不内嵌评论回复;已知 post_id 时优先使用,不要传帖子链接或评论 ID。
x_get_post_comments_by_post_url read-only post_url*page_token
根据 X 帖子链接获取公开帖子的一级评论列表,不内嵌评论回复;仅在没有 post_id、只有帖子链接或结果里的非空 post_url 时使用。
x_get_post_detail_by_post_id read-only post_id*
根据 X 帖子 ID 获取公开帖子详情;已知 post_id 时优先使用,不要传帖子链接。
x_get_post_detail_by_post_url read-only post_url*
根据 X 帖子链接获取公开帖子详情;仅在没有 post_id、只有帖子链接或结果里的非空 post_url 时使用。
x_get_user_info_by_profile_url read-only profile_url*
根据 X 用户主页链接获取公开用户信息;可直接使用结果里的非空 author.profile_url,不要传帖子链接。
x_get_user_info_by_user_id read-only user_id*
根据 X 用户 ID 获取公开用户信息;已有完整 user_id 时直接使用。
x_get_user_info_by_username read-only username*
根据 X 用户名获取公开用户信息;可直接使用搜索、详情、评论或评论回复结果里的非空 author.username。
x_get_user_posts_by_profile_url read-only page_tokenprofile_url*
根据 X 用户主页链接获取公开用户帖子列表;可直接使用结果里的非空 author.profile_url,不要传帖子链接,支持 page_token 翻页。
x_get_user_posts_by_user_id read-only user_id*page_token
根据 X 用户 ID 获取公开用户帖子列表;已有完整 user_id 时直接使用,支持 page_token 翻页。
x_get_user_posts_by_username read-only username*page_token
根据 X 用户名获取公开用户帖子列表;可直接使用结果里的非空 author.username,支持 page_token 翻页。
x_get_video_speech_text_job read-only job_id*
根据用户提供的有效 job_id,或 submit 工具返回的 job_id 查询 X / Twitter 口播转文字任务;每次最多等待 240 秒,不触发重处理,也不要重复提交任务。
x_search_posts read-only keyword*sort_typepage_token
按搜索词搜索 X / Twitter 公开帖子,只返回帖子结果。用户需要按搜索词查找帖子时使用;已有 post_id 或 post_url 时使用帖子详情或评论工具;已有 user_id、username 或 profile_url 时使用用户信息或用户帖子工具;支持 page_token 翻页和热门/最新排序。
x_submit_video_speech_text_by_post_id post_id*
根据 X / Twitter 视频帖子的 post_id 提交口播转文字任务;只处理当前帖子自身首个可用 MP4 视频,提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
x_submit_video_speech_text_by_post_url post_url*
根据 X / Twitter 视频帖子链接提交口播转文字任务;只处理当前帖子自身首个可用 MP4 视频,提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。