Skip to main content
Glama
SsangG77

instagram-analyzer MCP

by SsangG77

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IG_PASSWORDNoInstagram password for direct login (less reliable than session file).
IG_USERNAMENoInstagram 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_SESSIONFILENoOptional 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_instagram_postA

공개 인스타그램 게시물의 캡션과 사진을 가져온다.

Args: url: 인스타그램 게시물/릴스 URL (예: https://www.instagram.com/p/CXXXXXX/) max_images: 반환할 최대 사진 수 (캐러셀 게시물 대비, 기본 5)

Returns: 메타데이터+캡션 텍스트, 그리고 사진(들)을 이미지로 반환한다. 모델은 반환된 이미지를 직접 보고 시각적으로 분석할 수 있다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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