streamable-httpMITupdated 28d ago
Social trends intelligence for AI agents โ trending topics with velocity scores, cross-platform sentiment, the fastest-rising viral content, community pulse, and brand mentions across Reddit, Hacker News, and Google Trends.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with Social Trends Intelligence MCP?
Social Trends Intelligence MCP
Social trends intelligence for AI agents โ trending topics with velocity scores, cross-platform sentiment, the fastest-rising viral content, community pulse, and brand mentions across Reddit, Hacker News, and Google Trends.
Part of the FoundryNet Data Network. Every result carries a verifiable provenance attestation so a buyer can confirm it came from this server, unaltered. See also: gov-contracts-mcp, brand-intel-mcp, patent-intel-mcp, financial-signals-mcp, weather-intel-mcp, cyber-intel-mcp, compliance-mcp, academic-intel-mcp, fact-check-mcp, oss-intel-mcp.
Connect
- MCP endpoint (Streamable HTTP):
https://social-intel-mcp-production.up.railway.app/mcp - Registry:
io.github.FoundryNet/social-intel-mcp - Agent card:
https://social-intel-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http social-intel https://social-intel-mcp-production.up.railway.app/mcp
Or by config:
{ "mcpServers": { "social-intel": { "url": "https://social-intel-mcp-production.up.railway.app/mcp" } } }
Smithery: io.github.FoundryNet/social-intel-mcp
Tools
| Tool | Price | What it does |
|---|---|---|
trending_topics |
$0.01 | Top trending topics with velocity scores (Reddit / HN / Google Trends) |
topic_sentiment |
$0.01 | Cross-platform sentiment for a topic, volume trend, key discussion threads |
viral_content |
$0.01 | Content gaining traction fastest, ranked by velocity (engagement/hour) |
community_pulse |
$0.01 | A community's hot topics, sentiment, and activity level |
brand_mentions |
$0.05 | Brand/product mentions across platforms with sentiment + context |
brief_summary |
$0.50 | Top 5 signals from today's brief as JSON โ a cheap sample of daily_brief |
daily_brief |
$5 | Curated daily social-trends brief (premium, attested) |
mint_info |
free | FoundryNet Data Network info + attestation details |
Free tier: 25 paid-tool queries/day per agent. Then metered billing: the tool
returns an HTTP-402 with payment instructions โ follow them, re-call with the same
args plus payment_tx=<reference>. An Authorization: Bearer fnet_โฆ key bypasses
the paywall.
The edge: velocity, not raw counts
Raw upvote counts are lagging. Every item here carries a velocity score โ
engagement per hour since posting โ so viral_content and trending_topics
surface what's accelerating, not just what's already big. Sentiment is a
deterministic lexicon heuristic (no LLM), so results are cheap and reproducible.
Sources
Every 4 hours: Reddit (public JSON endpoints), Hacker News (Firebase API),
and Google Trends (via pytrends, optional). Live on demand: Reddit + HN
keyword search for sentiment, brand mentions, and community pulse. Twitter/X public
trends are folded in best-effort and degrade gracefully when unavailable. Stored in
a standalone Supabase project.
Built by FoundryNet ยท forge@foundrynet.io
Live network activity
Real-time verified work across 17 servers and autonomous agents, each result carrying a verifiable provenance attestation.
Install
Add Social Trends Intelligence MCP to your client. Pick the one you use.
claude mcp add --transport http social-trends-intelligence-mcp https://social-intel-mcp-production.up.railway.app/mcpcodex mcp add social-trends-intelligence-mcp --url https://social-intel-mcp-production.up.railway.app/mcp{
"mcpServers": {
"social-trends-intelligence-mcp": {
"url": "https://social-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"social-trends-intelligence-mcp": {
"type": "http",
"url": "https://social-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"social-trends-intelligence-mcp": {
"url": "https://social-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"social-trends-intelligence-mcp": {
"serverUrl": "https://social-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 tools
Social Trends Intelligence MCP exposes 8 tools to a connected agent.
- trending_topics
- $0.01
- topic_sentiment
- $0.01
- viral_content
- $0.01
- community_pulse
- $0.01
- brand_mentions
- $0.05
- brief_summary
- $0.50
- daily_brief
- $5
- mint_info
- **free**
Score
67 / 100
Good
- Documentation22/25
- Maintenance14/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 19, 2026 |