instagram-mcp-server (rduarte6982/instagram-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 7 tools. No publisher has claimed this listing.

D
Caution
58/100

instagram-mcp-server

MCP server for automatic Instagram publishing — single image, carousel and Reels — via the official Instagram Graph API.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

rduarte6982

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
7 tools verified — handlers match their declared behaviour
2 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: IG_ACCESS_TOKEN, MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes7 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

instagram_upload_media

Hospeda uma imagem ou video gerado por IA (enviado em base64) e retorna uma URL publica temporaria. A Instagram Graph API so aceita midia por URL publica; use esta tool ANTES de publicar quando a midia foi gerada localmente/por IA e ainda nao esta na web. Se a midia ja tiver uma URL publica acessiv

instagram_publish_image

Publica UMA imagem no feed do Instagram. Executa o fluxo completo (cria container -> aguarda processamento -> publica) e retorna o id e o permalink do post. Args: - image_url (string): URL publica JPG/PNG (use instagram_upload_media se a imagem for gerada por IA) - caption (string, opcional): l

instagram_publish_carousel

Publica um carrossel (2 a 10 itens, imagens e/ou videos) no feed do Instagram. Executa o fluxo completo e retorna id e permalink. Args: - items (array): lista de { type: 'image'|'video', url: string } — 2 a 10 itens, na ordem de exibicao - caption (string, opcional): legenda ate 2200 caracteres

instagram_publish_reel

Publica um Reel (video) no Instagram. Videos processam de forma assincrona; esta tool aguarda a conclusao antes de publicar. Args: - video_url (string): URL publica do MP4/MOV (use instagram_upload_media se gerado por IA) - caption (string, opcional): legenda ate 2200 caracteres - share_to_fe

instagram_get_account

Retorna dados da conta Instagram conectada: id, username, nome, seguidores e total de midias. Util para confirmar que o token/conta estao corretos antes de publicar. Returns (JSON): { "id", "username", "name", "followers_count", "media_count", "profile_picture_url" }

instagram_publishing_limit

Consulta quantas publicacoes ja foram feitas nas ultimas 24h e o limite total (o Instagram permite ~50 posts/conta por dia). Consulte antes de agendar lotes grandes. Returns (JSON): { "quota_usage": number, "quota_total": number, "remaining": number }

instagram_refresh_token

Troca o token atual por um novo long-lived token do Instagram Login (validade ~60 dias). Nao requer app secret. Funciona apenas com tokens validos e com pelo menos 24h de idade. Retorna o novo token para voce atualizar a variavel IG_ACCESS_TOKEN no Coolify. Returns (JSON): { "access_token": string,

// known CVEs in dependencies3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretIG_ACCESS_TOKENGuarde IG_USER_ID e .
configIG_API_BASERota alternativa (Facebook Login): se preferir o token EAA… via Página do Facebook, defina =https://graph.facebook.com/v21.0 e siga o fluxo fb_exchange_token para o token.
configIG_USER_IDGuarde e IG_ACCESS_TOKEN.
🔐 secretMCP_AUTH_TOKENum token aleatório forte
configMEDIA_DIR
configPUBLIC_BASE_URLo domínio público acima (a Graph API baixa a mídia daqui)
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool inputs are validated

4/7 tool handlers declare input schemas (57%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.0 (high), @modelcontextprotocol/sdk@1.12.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/rduarte6982/instagram-mcp-server?variant=verified)](https://m8ven.ai/mcp/rduarte6982/instagram-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 682a3d920ddd0600c5a3dcd950853926e070ef4d
code hash: ba7ffef552fefc203fec1a903915197152f73aa8139cb5f9d5a72171c57e1988
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client