# Instagram Engagement Analysis Toolkit

Analyze Instagram engagement to extract insights on post comments, compare account metrics, identify potential leads, and generate detailed engagement reports. Empower your marketing and social media…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add GeekyRiolu/mcp_insta

# Browse available tools
npx -y @smithery/cli@latest tool list GeekyRiolu/mcp_insta

# Get full schema for a tool
npx -y @smithery/cli@latest tool get GeekyRiolu/mcp_insta analyze_post_comments

# Call a tool
npx -y @smithery/cli@latest tool call GeekyRiolu/mcp_insta analyze_post_comments '{}'
```

## Tools (5)

- `analyze_post_comments` — Analyze comments on an Instagram post to identify sentiment, themes, and potential leads
- `compare_accounts` — Compare engagement metrics across different Instagram accounts
- `extract_demographics` — Extract demographic insights from users engaged with a post or account
- `identify_leads` — Identify potential leads based on engagement patterns
- `generate_engagement_report` — Generate a comprehensive engagement report for an Instagram account

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get GeekyRiolu/mcp_insta <tool-name>
```

---

Source: https://github.com/GeekyRiolu/ICY_MCP
