# EzBiz Social

Analyze social media profiles and brand presence to identify posting patterns and growth opportunities. Detect trending topics and viral content patterns to stay ahead of niche conversations. Researc…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ezbiz-services/social-media

# Browse available tools
npx -y smithery tool list ezbiz-services/social-media

# Get full schema for a tool
npx -y smithery tool get ezbiz-services/social-media analyze_profile

# Call a tool
npx -y smithery tool call ezbiz-services/social-media analyze_profile '{}'
```

## Direct MCP Connection

Endpoint: `https://social-media--ezbiz-services.run.tools`

**Required config:**
- `apiKey` (query) — Your EzBiz Services API key. Get a free key at https://social.ezbizservices.com

## Tools (4)

- `analyze_profile` — Analyze a social media profile or brand presence — posting patterns, content themes, audience indicators, and growth re…
- `score_engagement` — Score social media engagement for a brand or topic — engagement rate estimates, content effectiveness, posting time ana…
- `detect_trends` — Detect trending topics and conversations in a niche — viral content patterns, emerging topics, sentiment shifts, and op…
- `research_hashtags` — Research effective hashtags for a topic — popularity estimates, related hashtags, niche classification, and recommended…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ezbiz-services/social-media <tool-name>
```
