node2flow-instagram
mcpsmitheryMCP server for Instagram Graph API — publish photos, reels, carousels, and stories, manage comments, view insights, and search hashtags through 25 tools. ## Features - Publish photos, carousels (2-10 items), reels, and stories - 2-step publishing handled automatically (create container then publish) - Comment management and moderation (reply, hide, delete, list replies) - Account and media insights analytics - Hashtag research (search, recent media, top media) - Business Discovery — look up other Business/Creator accounts - Content publishing rate limit check (50 posts/day) - Tagged and mentioned media tracking ## 25 Tools **Account (3)**: Get account info, account insights (impressions/reach/followers), list media posts **Publishing (4)**: Publish photo, carousel (2-10 items), reel (video), story (24h) **Media (3)**: Get media details, media insights, carousel children **Comments (6)**: List comments, get comment, reply, delete, hide/unhide, list replies **Discovery (1)**: Look up other Business/Creator accounts by username **Limit (1)**: Check content publishing rate limit (50/day quota) **Stories (2)**: List active stories, story insights **Hashtags (3)**: Search hashtag, recent media, top media **Mentions (2)**: List tagged media, get mentioned media ## Configuration - `INSTAGRAM_ACCESS_TOKEN` (required) — Facebook/Instagram User Access Token with instagram_basic, instagram_content_publish, instagram_manage_comments, instagram_manage_insights permissions - `INSTAGRAM_ACCOUNT_ID` (optional) — Instagram Business Account ID (find via Facebook Page settings)
By Smithery | 43 findings | Scanned 4/19/2026 | tooltrust-scanner/v0.3.8
Risk Summary
Safe With Normal ControlsDep Visibility is the main signal, but overall risk remains within an acceptable range.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (43)
tool declares network permission
ig_list_mediaig_publish_photoig_publish_carouselig_publish_reelig_publish_storyig_get_mediaig_get_childrenig_search_hashtagFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool declares fs permission
ig_get_accountig_get_account_insightsig_delete_commentFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
ig_list_mediaig_publish_photoig_publish_carouselig_publish_reelig_publish_storyig_get_mediaig_get_childrenig_search_hashtagig_get_mentioned_mediaFix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
ig_get_mentioned_media:tool declares http permission
Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
ig_get_accountig_get_account_insightsig_list_mediaig_publish_photoig_publish_carouselig_publish_reelig_publish_storyig_get_mediaig_get_media_insightsig_get_childrenig_list_commentsig_get_commentig_reply_commentig_delete_commentig_hide_commentig_list_storiesig_get_story_insightsig_search_hashtagig_get_hashtag_recentig_get_hashtag_topig_list_tagsig_get_mentioned_mediaFix: Review and remediate the identified issue.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y node2flow-instagram"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)