instagram-analyzer MCP
by SsangG77
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IG_PASSWORD | No | Instagram password for direct login (less reliable than session file). | |
| IG_USERNAME | No | Instagram username for session-based authentication. If provided, the server will attempt to load a session file (default: session-<username> in instaloader's default directory). | |
| IG_SESSIONFILE | No | Optional path to a session file. If IG_USERNAME is also provided, this overrides the default session file location. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_instagram_postA | 공개 인스타그램 게시물의 캡션과 사진을 가져온다. Args: url: 인스타그램 게시물/릴스 URL (예: https://www.instagram.com/p/CXXXXXX/) max_images: 반환할 최대 사진 수 (캐러셀 게시물 대비, 기본 5) Returns: 메타데이터+캡션 텍스트, 그리고 사진(들)을 이미지로 반환한다. 모델은 반환된 이미지를 직접 보고 시각적으로 분석할 수 있다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SsangG77/instagram-analyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server