{"name":"com.52choujiang/instagram-insights","slug":"52choujiang-instagram-insights","title":"SocialDataX Instagram MCP","description":"Instagram MCP for public posts, comments, replies, users, and video/Reels speech-to-text.","url":"https://mcp.market/server/52choujiang-instagram-insights","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"media","tags":["media"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":9,"ok":9,"last_checked_at":"2026-09-21T13:15:43.396Z","last_ok_at":"2026-09-21T13:15:43.396Z","latency_ms":292},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"0.1.5","remotes":[{"type":"streamable-http","url":"https://mcp.socialdatax.com/instagram/mcp","headers":[{"description":"Bearer API Key from SocialDataX / 社媒数据助手","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"instagram_get_post_comment_replies_by_comment_id","description":"根据 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 继续翻页。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"post_id":{"description":"Instagram 帖子 ID（数字字符串）；用户已提供时原样使用，否则从一级评论结果 items[*].post_id 原样复制，也可使用同一帖子搜索、详情结果的 post_id；需与一级评论 comment_id 同时传入。","type":"string"},"comment_id":{"description":"Instagram 一级评论 ID（数字字符串）；用户已提供时原样使用，否则从一级评论结果 items[*].comment_id 原样复制；不要传评论回复结果里的 items[*].comment_id。","type":"string"},"page_token":{"default":"","description":"Instagram 评论回复分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子和一级评论的回复链路；更换 post_id 或 comment_id 时，请清空 page_token 后从第一页重新读取评论回复。","type":"string"}},"required":["post_id","comment_id"],"additionalProperties":false}},{"name":"instagram_get_post_comments_by_post_url","description":"根据 Instagram 帖子链接分页获取公开帖子的一级评论；用户已提供帖子链接时直接使用。只有 post_id 时，先调用 instagram_get_post_detail_by_post_id，并复用详情结果中的 share_url；支持使用 page_token 继续翻页。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"post_url":{"description":"Instagram 帖子分享页链接；用户已提供时原样使用，否则可从搜索结果或详情结果的 share_url 原样复制；不要传 post_id、作者主页链接、评论链接、接口地址或包含链接的分享文案。","type":"string"},"page_token":{"default":"","description":"Instagram 评论分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子评论链路；更换帖子链接时，请清空 page_token 后从第一页重新读取评论。","type":"string"}},"required":["post_url"],"additionalProperties":false}},{"name":"instagram_get_post_detail_by_post_id","description":"根据 Instagram 帖子 ID 获取公开帖子详情；已有完整 post_id 时直接使用。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"post_id":{"description":"Instagram 帖子 ID（数字字符串）；用户已提供时原样使用，否则可从搜索结果或详情结果的 post_id 原样复制；不要传 shortcode、用户名、主页链接或包含链接的分享文案。","type":"string"}},"required":["post_id"],"additionalProperties":false}},{"name":"instagram_get_post_detail_by_post_url","description":"根据 Instagram 帖子链接获取公开帖子详情。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"post_url":{"description":"Instagram 帖子分享页链接；从搜索结果或详情结果的 share_url 原样复制，或传用户提供的 Instagram 帖子链接；不要传作者主页链接、评论链接或接口地址。","type":"string"}},"required":["post_url"],"additionalProperties":false}},{"name":"instagram_get_user_info_by_profile_url","description":"根据 Instagram 用户主页链接获取公开用户信息。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"profile_url":{"description":"Instagram 用户主页链接；从搜索、详情、评论或评论回复结果的 author.profile_url 原样复制；或传用户提供的 Instagram 用户主页链接；不要传帖子链接、评论链接、接口地址或包含链接的分享文案。","type":"string"}},"required":["profile_url"],"additionalProperties":false}},{"name":"instagram_get_user_info_by_username","description":"根据 Instagram 用户名获取公开用户信息；用户已提供 username 时直接使用。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"username":{"description":"Instagram 用户名，不带 @；用户已提供时原样使用，否则可从搜索、详情、评论或评论回复结果的 author.username 原样复制；不要传用户主页链接、帖子链接、评论链接或分享文案。","type":"string"}},"required":["username"],"additionalProperties":false}},{"name":"instagram_get_user_posts_by_profile_url","description":"根据 Instagram 用户主页链接分页获取该用户发布的公开帖子列表。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"profile_url":{"description":"Instagram 用户主页链接；从用户信息结果的 profile_url，或搜索、详情、评论、评论回复结果的 author.profile_url 原样复制；也可传用户提供的 Instagram 用户主页链接；不要传帖子链接、评论链接、接口地址或包含链接的分享文案。","type":"string"},"page_token":{"default":"","description":"Instagram 用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一用户帖子列表链路；更换 username 或 profile_url 时，请清空 page_token 后从第一页重新读取。","type":"string"}},"required":["profile_url"],"additionalProperties":false}},{"name":"instagram_get_user_posts_by_username","description":"根据 Instagram 用户名分页获取该用户发布的公开帖子列表；用户已提供 username 时直接使用。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"username":{"description":"Instagram 用户名，不带 @；用户已提供时原样使用，否则可从用户信息结果的 username，或搜索、详情、评论、评论回复结果的 author.username 原样复制；不要传用户主页链接、帖子链接、评论链接或分享文案。","type":"string"},"page_token":{"default":"","description":"Instagram 用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一用户帖子列表链路；更换 username 或 profile_url 时，请清空 page_token 后从第一页重新读取。","type":"string"}},"required":["username"],"additionalProperties":false}},{"name":"instagram_get_video_speech_text_job","description":"根据有效 job_id 查询 Instagram 口播转文字任务；用户已提供时直接使用，否则使用 submit 工具返回的 job_id；每次最多等待 240 秒，不触发重处理，也不要重复提交任务。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"description":"口播转文字任务 ID；用户已提供时直接使用，否则使用 instagram_submit_video_speech_text_by_post_url 或 instagram_submit_video_speech_text_by_post_id 返回的 job_id；任务未完成时继续原样传入同一个 job_id，不要重复提交。","type":"string"}},"required":["job_id"],"additionalProperties":false}},{"name":"instagram_search_posts","description":"按搜索词搜索 Instagram 公开帖子。用户需要按搜索词查找帖子时使用；已有帖子链接时使用帖子详情或评论工具；已有 post_id 时使用按 ID 详情工具，需要评论时复用详情结果中的 share_url；已有用户主页链接或 username 时使用用户信息或用户帖子工具；支持 page_token 翻页。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"description":"Instagram 帖子搜索词，可传关键词或短语，例如品牌名、话题、人物名或内容需求；不要传帖子链接、用户主页链接、post_id、username 或 page_token。","type":"string"},"page_token":{"default":"","description":"Instagram 搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一关键词链路。更换关键词时，请清空 page_token 后从第一页重新搜索。","type":"string"}},"required":["keyword"],"additionalProperties":false}},{"name":"instagram_submit_video_speech_text_by_post_id","description":"根据 Instagram 普通视频帖子或 Reels 的 post_id 提交口播转文字任务；图片帖和轮播帖不支持，提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"post_id":{"description":"Instagram 帖子 ID（数字字符串）；用户已提供时原样使用，否则可从搜索结果或详情结果的 post_id 原样复制；不要传 shortcode、用户名、主页链接或包含链接的分享文案。","type":"string"}},"required":["post_id"],"additionalProperties":false}},{"name":"instagram_submit_video_speech_text_by_post_url","description":"根据 Instagram 普通视频帖子或 Reels 链接提交口播转文字任务；图片帖和轮播帖不支持，提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"post_url":{"description":"Instagram 帖子分享页链接；从搜索结果或详情结果的 share_url 原样复制，或传用户提供的 Instagram 帖子链接；不要传作者主页链接、评论链接或接口地址。","type":"string"}},"required":["post_url"],"additionalProperties":false}},{"name":"socialdatax_get_points_balance","description":"查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T13:06:56.672Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T13:06:56.685Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2862ms"]},"poisoning":{"score":15,"max":15,"notes":["13 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.socialdatax.com/instagram/mcp","reachable":true,"authRequired":false,"latencyMs":2862,"serverInfo":{"name":"instagram_mcp","version":"0.1.5"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.52choujiang.com/favicon.ico","source":"site","width":96,"height":96},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}