# Instagram Engagement Analysis

Analyze Instagram engagement metrics, extract demographic insights, and identify potential leads from posts and accounts. Gain actionable insights to enhance your social media strategy and marketing …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Bob-lance/instagram-engagement-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Bob-lance/instagram-engagement-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Bob-lance/instagram-engagement-mcp analyze_post_comments

# Call a tool
npx -y @smithery/cli@latest tool call Bob-lance/instagram-engagement-mcp 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 Bob-lance/instagram-engagement-mcp <tool-name>
```

---

Source: https://github.com/Bob-lance/instagram-engagement-mcp | License: MIT
