Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.adelaidasofia/instagram-mcp

PYPI · ADELAIDASOFIA-INSTAGRAM-MCP · SCANNED AUG 5

Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.

−8 this week 36 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 22 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability0
  • Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.Unverified
Stability & Change Management0
  • Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.Unverified
Tool Coverage0
  • Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.Unverified
Capabilities0
  • Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.Unverified

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

pypi · adelaidasofia-instagram-mcp

# add to Claude Code
claude mcp add adelaidasofia-instagram-mcp -- uvx adelaidasofia-instagram-mcp
# add to Codex CLI
codex mcp add adelaidasofia-instagram-mcp -- uvx adelaidasofia-instagram-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adelaidasofia-instagram-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "adelaidasofia-instagram-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add adelaidasofia-instagram-mcp --command uvx --arg adelaidasofia-instagram-mcp
# ~/.hermes/config.yaml
mcp_servers:
  adelaidasofia-instagram-mcp:
    command: "uvx"
    args: ["adelaidasofia-instagram-mcp"]
// mcp.json
{
  "mcpServers": {
    "adelaidasofia-instagram-mcp": {
      "command": "uvx",
      "args": [
        "adelaidasofia-instagram-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 29 Jul 26 +20
    • Provenance: unverified → fail security
    • Known CVEs: unverified → pass security
    • Install scripts: unverified → pass security
    • The scripts that run when this package is installed changed: build_backend security
    • License: unverified → fail functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → 0.99 functional
    • Licence: MIT License functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 5 Aug 2026 · Analysed pypi/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build
Dependencies 22 packages
Packages resolved 22
Stale 1
Tree resolution Complete
MCP tools — 29 exposed · ~1,756 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
account_info ~31

Live profile snapshot for one account: username, name, followers, media count, etc.

NameTypeReqDescription
account

Structured output declared, but exposes no named fields.

No examples provided.

add_account ~174

Store an Instagram Business/Creator account for use by every tool. label a short key you choose (e.g. "onde", "mycelium", "client-acme") access_token a long-lived Instagram Graph API token (stored in the OS keychain) ig_user_id the Instagram Business Account id (numeric) app_secret optional Meta app secret — enables appsecret_proof call hardening make_default set true to make this the account used when `account` is omitted The token is written to the macOS keychain (or a chmod-600 file fallback) and is NEVER echoed back or logged.

NameTypeReqDescription
access_tokenstringyes
app_secret
ig_user_idstringyes
labelstringyes
make_defaultboolean

Structured output declared, but exposes no named fields.

No examples provided.

business_discovery ~88

Public profile + (optionally) recent media for ANY business/creator account by username. Read-only competitor/prospect research via the business_discovery edge. Only works for Professional accounts (not personal). with_media pulls up to media_limit recent posts.

NameTypeReqDescription
account
media_limitinteger
usernamestringyes
with_mediaboolean

Structured output declared, but exposes no named fields.

No examples provided.

delete_comment ~40

Permanently delete a comment you own (or a comment on your media). Irreversible.

NameTypeReqDescription
account
comment_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_account_insights ~96

Account-level analytics (reach, impressions, profile views, follower count). metrics: comma-separated Graph metric names (default reach,impressions,profile_views, follower_count). period: day|week|days_28|lifetime. Exact available metrics vary by Graph API version; on a mismatch the Meta error names the correct metric.

NameTypeReqDescription
account
metrics
periodstring

Structured output declared, but exposes no named fields.

No examples provided.

get_audience_insights ~147

Follower demographics (age, gender, country, city). Requires the account to have >=100 followers (Meta privacy floor) — below that the Graph returns an error, surfaced cleanly. Newer Graph versions use metric= follower_demographics with metric_type=total_value + breakdown=age|gender|country|city and a timeframe (last_14_days|last_30_days|last_90_days|prev_month) for engaged-audience metrics. All are override-able.

NameTypeReqDescription
account
breakdown
metric
metric_typestring
periodstring
timeframe

Structured output declared, but exposes no named fields.

No examples provided.

get_comments ~46

List comments on a media object (text, username, timestamp, like_count, hidden).

NameTypeReqDescription
account
limitinteger
media_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_hashtag_media ~91

Recent or top media for a hashtag id. edge=top_media|recent_media. limit 1-100. Get the hashtag_id from search_hashtag first. Subject to Meta's 30-unique-hashtags per-7-days query limit per account.

NameTypeReqDescription
account
edgestring
hashtag_idstringyes
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_media ~41

Return full fields for one media object by id (caption, type, permalink, like/comment counts).

NameTypeReqDescription
account
media_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_media_insights ~79

Per-post analytics (reach, saves, likes, comments, shares, total interactions). metrics override is comma-separated; defaults suit feed posts. Reels/stories expose different metrics (e.g. plays, navigation) — pass them explicitly if needed.

NameTypeReqDescription
account
media_idstringyes
metrics

Structured output declared, but exposes no named fields.

No examples provided.

get_mentions ~34

List recent media where the account is @-mentioned (tags edge).

NameTypeReqDescription
account
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_messages ~46

Read messages in a DM conversation. REQUIRES Meta App Review (instagram_manage_messages).

NameTypeReqDescription
account
conversation_idstringyes
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_profile ~32

Return the account's public profile fields (followers, follows, media count, bio, website).

NameTypeReqDescription
account

Structured output declared, but exposes no named fields.

No examples provided.

healthcheck ~63

Verify the MCP is configured + ready: accounts present, token backend, Graph reachability. Does a live GET on the default account's profile if one is configured. Safe to call anytime; never mutates. Returns ok=false with a hint when no account is set.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

hide_comment ~45

Hide (or unhide) a comment from public view. hide=false unhides.

NameTypeReqDescription
account
comment_idstringyes
hideboolean

Structured output declared, but exposes no named fields.

No examples provided.

list_accounts ~26

List configured Instagram accounts (labels + ig_user_id + default flag). Never returns tokens.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

list_conversations ~37

List Instagram DM conversations. REQUIRES Meta App Review (instagram_manage_messages).

NameTypeReqDescription
account
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

list_media ~45

List recent media (posts/reels) for the account, newest first. limit 1-100 (default 25).

NameTypeReqDescription
account
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

publish_carousel ~70

Publish a multi-image carousel (2-10 images). Each image_url must be a PUBLIC https URL. Creates one child container per image (is_carousel_item) then a CAROUSEL parent, then publishes.

NameTypeReqDescription
account
caption
image_urlsarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

publish_image ~71

Publish a single image to the feed. image_url must be a PUBLIC https URL (Instagram fetches the bytes itself). caption <= 2200 chars. Two-step Graph flow (create container -> publish) handled internally.

NameTypeReqDescription
account
caption
image_urlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

publish_reel ~90

Publish a Reel. video_url must be a PUBLIC https URL. share_to_feed also surfaces the reel in the main grid. cover_url (optional) sets the thumbnail. Reel containers process asynchronously (polled up to 90s).

NameTypeReqDescription
account
caption
cover_url
share_to_feedboolean
video_urlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

publish_story ~45

Publish a Story (image OR video). Exactly one of image_url / video_url, PUBLIC https.

NameTypeReqDescription
account
image_url
video_url

Structured output declared, but exposes no named fields.

No examples provided.

publish_video ~58

Publish a video to the feed. video_url must be a PUBLIC https URL. Video containers process asynchronously; this polls status up to 90s before publishing.

NameTypeReqDescription
account
caption
video_urlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

publishing_limit ~30

Remaining posts in the rolling 24h publishing quota (Instagram caps API posts/day).

NameTypeReqDescription
account

Structured output declared, but exposes no named fields.

No examples provided.

remove_account ~29

Remove a configured account + delete its stored token from the keychain.

NameTypeReqDescription
labelstringyes

Structured output declared, but exposes no named fields.

No examples provided.

reply_to_comment ~47

Reply to a comment. message <= 2200 chars. Returns the new comment id.

NameTypeReqDescription
account
comment_idstringyes
messagestringyes

Structured output declared, but exposes no named fields.

No examples provided.

search_hashtag ~37

Resolve a hashtag name to its Graph id (needed before get_hashtag_media).

NameTypeReqDescription
account
hashtagstringyes

Structured output declared, but exposes no named fields.

No examples provided.

send_message ~85

Send a DM. REQUIRES Meta App Review + the 24-hour standard-messaging window. recipient_id is the IGSID (Instagram-scoped user id) of the recipient. Outside the 24h customer-service window a paid message tag is required (not handled here).

NameTypeReqDescription
account
recipient_idstringyes
textstringyes

Structured output declared, but exposes no named fields.

No examples provided.

set_default_account ~33

Set which configured account is used when a tool's `account` arg is omitted.

NameTypeReqDescription
labelstringyes

Structured output declared, but exposes no named fields.

No examples provided.