# Social Content MCP Server

Scrape social media content from Instagram, TikTok, YouTube, and Reddit. Get posts, comments, profiles, and engagement metrics.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/social-content-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/social-content-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/social-content-mcp-server search_devto

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/social-content-mcp-server search_devto '{}'
```

## Direct MCP Connection

Endpoint: `https://social-content-mcp-server--nexgendata-apify.run.tools`

## Tools (4)

- `search_devto` — Search dev.to for developer articles and tutorials.
- `get_steam_games` — Search Steam for games. Returns titles, prices, ratings.
- `search_podcasts` — Search for podcast episodes by topic.
- `search_events` — Search Eventbrite for upcoming events.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/social-content-mcp-server <tool-name>
```
