mcp-insta
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| insta_auth_start | Начать Facebook Login для заранее выбранной отдельной Facebook Page. OAuth не запускается сам по себе. |
| insta_auth_completeA | Завершить OAuth-подключение по коду; токен не выводится и сохраняется только в Credential Manager. |
| insta_auth_status | Проверить статус подключения без раскрытия секретов. |
| insta_diagnose | Проверить возможности именно привязанного Instagram-аккаунта. |
| ig_get_profile | Получить профиль подключённого Instagram-аккаунта. |
| ig_get_media_list | Получить список медиа подключённого аккаунта. |
| ig_get_media | Получить данные одного медиа по ID. |
| ig_get_account_insights | Получить доступную аналитику аккаунта. |
| ig_get_media_insights | Получить доступную аналитику медиа. |
| ig_get_conversations | Получить Instagram Direct-диалоги текущей Page. |
| ig_get_messages | Получить сообщения ранее перечисленного Direct-диалога. |
| ig_get_message | Получить ранее перечисленное Direct-сообщение. |
| ig_direct_reply_prepareC | Подготовить ответ в Direct; сообщение ещё не отправляется. |
| ig_direct_reply_confirmA | Отправить ранее подготовленный ответ Direct после явного подтверждения. |
| ig_get_commentsC | Получить комментарии медиа. |
| ig_get_commentC | Получить комментарий. |
| ig_get_replies | Получить ответы на комментарий. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clear and distinct purpose: OAuth completion, preparing and confirming direct replies, and getting all or a single comment. No overlapping functionality.
Mixed prefixes ('insta_' vs 'ig_') and inconsistent patterns ('auth_complete' vs 'direct_reply_prepare'). Though verb+noun structure is mostly consistent, the prefix inconsistency reduces coherence.
Five tools is a reasonable number for a focused Instagram assistant. It covers a specific set of features without being too sparse or cluttered.
The tool surface is limited to comments and direct messages, missing essential Instagram operations like posting, fetching user data, or exploring content. Gaps are significant for a general Instagram integration.