SocialDataX Instagram MCP
Instagram MCP for public posts, comments, replies, users, and video/Reels speech-to-text.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Instagram MCP for public posts, comments, replies, users, and video/Reels speech-to-text.
Server tool list (13)
Raw names from tools/list. Only developers need these.
| instagram_search_posts | 按搜索词搜索 Instagram 公开帖子。用户需要按搜索词查找帖子时使用;已有帖子链接时使用帖子详情或评论工具;已有 post_id 时使用按 ID 详情工具,需要评论时复用详情结果中的 share_url;已有用户主页链接或 username 时使用用户信息或用户帖子工具;支持 page_token 翻页。 |
| instagram_get_post_detail_by_post_id | 根据 Instagram 帖子 ID 获取公开帖子详情;已有完整 post_id 时直接使用。 |
| instagram_get_post_detail_by_post_url | 根据 Instagram 帖子链接获取公开帖子详情。 |
| instagram_get_post_comments_by_post_url | 根据 Instagram 帖子链接分页获取公开帖子的一级评论;用户已提供帖子链接时直接使用。只有 post_id 时,先调用 instagram_get_post_detail_by_post_id,并复用详情结果中的 share_url;支持使用 page_token 继续翻页。 |
| instagram_get_post_comment_replies_by_comment_id | 根据 Instagram 帖子的 post_id 和一级评论 comment_id 分页获取评论回复;用户已提供合法 post_id 和一级评论 comment_id 时直接使用。缺少任一必需 ID 且已有 post_url 时,调用 instagram_get_post_comments_by_post_url,并复用同一条一级评论的 items[*].post_id 和 items[*].comment_id;只有 post_id 时先调用 instagram_get_post_detail_by_post_id 获取 share_url,再调用 instagram_get_post_comments_by_post_url 获取目标一级评论并复用其 ID;缺少帖子定位信息时向用户索取;支持使用 page_token 继续翻页。 |
| instagram_get_user_info_by_username | 根据 Instagram 用户名获取公开用户信息;用户已提供 username 时直接使用。 |
| instagram_get_user_info_by_profile_url | 根据 Instagram 用户主页链接获取公开用户信息。 |
| instagram_get_user_posts_by_username | 根据 Instagram 用户名分页获取该用户发布的公开帖子列表;用户已提供 username 时直接使用。 |
| instagram_get_user_posts_by_profile_url | 根据 Instagram 用户主页链接分页获取该用户发布的公开帖子列表。 |
| instagram_submit_video_speech_text_by_post_url | 根据 Instagram 普通视频帖子或 Reels 链接提交口播转文字任务;图片帖和轮播帖不支持,提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。 |
| instagram_submit_video_speech_text_by_post_id | 根据 Instagram 普通视频帖子或 Reels 的 post_id 提交口播转文字任务;图片帖和轮播帖不支持,提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。 |
| instagram_get_video_speech_text_job | 根据有效 job_id 查询 Instagram 口播转文字任务;用户已提供时直接使用,否则使用 submit 工具返回的 job_id;每次最多等待 240 秒,不触发重处理,也不要重复提交任务。 |
| socialdatax_get_points_balance | 查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。 |