io.github.adelaidasofia/instagram-mcp
PYPI · ADELAIDASOFIA-INSTAGRAM-MCP · SCANNED AUG 5
Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 48 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 →
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
claude mcp add adelaidasofia-instagram-mcp -- uvx adelaidasofia-instagram-mcp
codex mcp add adelaidasofia-instagram-mcp -- uvx adelaidasofia-instagram-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"adelaidasofia-instagram-mcp": {
"type": "local",
"command": [
"uvx",
"adelaidasofia-instagram-mcp"
],
"enabled": true
}
}
} openclaw mcp add adelaidasofia-instagram-mcp --command uvx --arg adelaidasofia-instagram-mcp
mcp_servers:
adelaidasofia-instagram-mcp:
command: "uvx"
args: ["adelaidasofia-instagram-mcp"] {
"mcpServers": {
"adelaidasofia-instagram-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-instagram-mcp"
]
}
}
} 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.
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 |
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.
account_info ~31
Live profile snapshot for one account: username, name, followers, media count, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| 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.
| Name | Type | Req | Description |
|---|---|---|---|
| access_token | string | yes | — |
| app_secret | — | — | — |
| ig_user_id | string | yes | — |
| label | string | yes | — |
| make_default | boolean | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| media_limit | integer | — | — |
| username | string | yes | — |
| with_media | boolean | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| comment_id | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| metrics | — | — | — |
| period | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| breakdown | — | — | — |
| metric | — | — | — |
| metric_type | string | — | — |
| period | string | — | — |
| 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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| limit | integer | — | — |
| media_id | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| edge | string | — | — |
| hashtag_id | string | yes | — |
| limit | integer | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| media_id | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| media_id | string | yes | — |
| 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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| limit | integer | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| conversation_id | string | yes | — |
| limit | integer | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| 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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| comment_id | string | yes | — |
| hide | boolean | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| limit | integer | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| limit | integer | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| caption | — | — | — |
| image_urls | array | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| caption | — | — | — |
| image_url | string | yes | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| caption | — | — | — |
| cover_url | — | — | — |
| share_to_feed | boolean | — | — |
| video_url | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| caption | — | — | — |
| video_url | string | yes | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| 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.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| comment_id | string | yes | — |
| message | string | yes | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| hashtag | string | yes | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| account | — | — | — |
| recipient_id | string | yes | — |
| text | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | yes | — |
Structured output declared, but exposes no named fields.
No examples provided.