# Social & Content MCP Server

Search dev.to articles, Steam games, podcast episodes, and Eventbrite events. Discover content across entertainment and developer platforms.

## 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`

**Optional config:**
- `apiKey` (query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.

## Tools (4)

- `search_devto` — Search dev.to platform for developer articles, tutorials, and technical posts. Returns article title, author, read time…
- `get_steam_games` — Search Steam game platform for video games by title or keyword. Returns game name, price in USD, average user rating, r…
- `search_podcasts` — Search podcast directories for episodes matching topics or keywords. Returns episode title, podcast name, description, …
- `search_events` — Search Eventbrite for upcoming local and online events by topic and location. Returns event name, date/time, location, …

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

## Resources

- `social://platforms` — Available platforms: dev.to articles, Steam games, podcast episodes, and Eventbrite events.

## Prompts (1)

- `content_discovery` (topic) — Discover content across dev.to, Steam, podcasts, and events for a given topic.
