social-trends-mcp-server
Enables searching HackerNews posts via Algolia's HN search API.
Integrates with HackerNews via Firebase REST API to fetch top stories with scores, comments, and URLs.
Provides access to Reddit trending posts and search via the public JSON API, allowing retrieval of hot posts from subreddits and searching across Reddit.
Social Trends MCP Server
MCP server that gives AI agents access to trending topics from Reddit and HackerNews — both using free, public APIs with no authentication required.
Tools (6)
Tool | Description |
| Top HN stories with title, score, comments, URL |
| Hot posts from any subreddit |
| Search across all of Reddit |
| Aggregated trends from HN + Reddit front page |
| Quick pulse: top 5 from HN + r/technology + r/programming |
| Check if a topic is being discussed on HN or Reddit |
Related MCP server: hn-trending-mcp
Installation
pip install social-trends-mcp-serverUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"social-trends": {
"command": "social-trends-server"
}
}
}Usage with Claude Code
claude mcp add social-trends -- social-trends-serverExamples
"What's trending on HackerNews right now?"
→ Uses get_trending_hackernews
"Give me a tech pulse"
→ Uses get_tech_pulse — top 5 from HN, r/technology, r/programming
"Is anyone talking about Rust on social media?"
→ Uses search_mentions("Rust") — searches HN + Reddit
"What's hot on r/machinelearning?"
→ Uses get_subreddit_hot("machinelearning")
Data Sources
Reddit — Public JSON API (no auth required)
HackerNews — Firebase REST API (no auth required)
HN Search — Algolia API (no auth required)
No API Keys Needed
This server uses only public, free APIs. No configuration or API keys required.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceProvides AI agents with access to Hacker News data including top stories, story details, comment threads, and full-text search for content research and trend monitoring.5MIT
- Flicense-qualityBmaintenanceProvides AI agents with Hacker News data including front-page lists, full-text search via Algolia, and recent Show HN launches.
- Flicense-qualityCmaintenanceProvides access to the latest AI trends by querying Google News RSS and Hacker News API, enabling AI assistants to retrieve real-time trending topics.
- Alicense-qualityFmaintenanceProvides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.MIT
Related MCP Connectors
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
Real-time LinkedIn, X (Twitter) and Reddit data for AI agents. Free key, self-minted, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/social-trends-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server