Social Content MCP — Dev.to, Steam, Podcasts, Eventbrite
An odd-shaped but useful set of content APIs: developer articles, game launches, podcast episodes, local events. Use for content-recommendation agents, community-monitoring workflows, or 'what's happ…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add nexgendata-apify/social-content-mcp-server
# Browse available tools
npx -y smithery tool list nexgendata-apify/social-content-mcp-server
# Get full schema for a tool
npx -y smithery tool get nexgendata-apify/social-content-mcp-server search_devto
# Call a tool
npx -y smithery 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, …
# Get full input/output schema for a tool
npx -y smithery tool get nexgendata-apify/social-content-mcp-server 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.