Trends MCP - Social Listening avatar

Trends MCP - Social Listening

Pricing

Pay per usage

Go to Apify Store
Trends MCP - Social Listening

Trends MCP - Social Listening

MCP server giving AI agents trend data across Google Search, YouTube, TikTok, Amazon, Reddit, Wikipedia, Steam, npm, news sentiment, and 25+ live feeds. Powered by trendsmcp.ai.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Trends MCP — Live Trend Data for AI Agents

One MCP server. 25+ data sources. Ask your AI what's breaking out across search, social, and commerce.

Connect any MCP-compatible AI (Claude, Cursor, ChatGPT, Windsurf, VS Code Copilot) to live trend data with a single API key.

Get your free API key at trendsmcp.ai — 100 requests/month, no credit card.


Trends MCP gives AI agents access to normalized trend data across 25+ keyword sources and live feeds — Google Search, YouTube, TikTok, Amazon, Reddit, Wikipedia, Steam, npm, news sentiment, and more.

Instead of juggling per-platform keys, scrapers, and rate limits, your AI calls three tools and gets back clean JSON:

ToolWhat it does
get_trends~5 years of weekly time-series data for any keyword, normalized 0–100
get_growth% change over preset or custom periods (7D, 1M, 3M, 6M, 1Y, YTD, ...) across one or many sources at once
get_top_trendsWhat's trending right now — no keyword needed. Google Trends, TikTok, Reddit, YouTube, Amazon, Spotify, GitHub, and more

Connect to your AI in 30 seconds

The fastest way to connect is directly — no Actor needed.

Step 1 — Get your free API key

Sign up at trendsmcp.ai. Your key arrives by email instantly. Free tier: 100 requests/month, no credit card.

Step 2 — Add to your AI client

Cursor / Windsurf / VS Code

Add to your MCP config:

"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_TRENDS_API_KEY" }
}

Claude Desktop

Add to claude_desktop_config.json inside mcpServers:

"trends-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.trendsmcp.ai/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_TRENDS_API_KEY"
}
}

Claude.ai (browser)

Go to Settings → Customize → Connectors → Add custom connector. Use:

https://www.trendsmcp.ai/mcp

Full setup instructions for every client at trendsmcp.ai/docs.


Keyword sources

Pass the source value with get_trends or get_growth. All values normalized to a 0–100 index for cross-platform comparison.

sourceDescriptionKeyword format
google searchGoogle search volumeAny keyword or phrase
google imagesGoogle image search volumeAny keyword or phrase
google newsGoogle News search volumeAny keyword or phrase
google shoppingGoogle Shopping search volumeAny keyword or phrase
youtubeYouTube search volumeAny keyword or phrase
tiktokTikTok hashtag volumeHashtag or topic
redditSubreddit subscriber countSubreddit name, no r/ prefix
amazonAmazon product search volumeProduct name or category
wikipediaWikipedia page viewsArticle title or topic
news volumeNews article mention volumeAny keyword or phrase
news sentimentNews sentiment score (positive/negative)Any keyword or phrase
app downloadsAndroid app download estimates (AppBrain)Android bundle ID e.g. com.openai.chatgpt
app rankingsAndroid app store ranking chartsAndroid bundle ID
npmnpm package weekly downloadsExact package name e.g. react, @babel/core
steamSteam concurrent players (monthly)Game display name e.g. Elden Ring

Live feeds

Use get_top_trends with one of these type values. No keyword needed.

typeFeed
Google TrendsTop trending searches on Google right now
Google News Top NewsTop stories from Google News
TikTok Trending HashtagsTop trending hashtags on TikTok
YouTube TrendingTop trending videos on YouTube
X (Twitter) TrendingTop trending topics on X
Reddit Hot PostsHottest posts on Reddit's front page
Reddit World NewsTop posts in r/worldnews
Wikipedia TrendingMost-viewed Wikipedia articles today
Amazon Best Sellers Top RatedAmazon top-rated best sellers
Amazon Best Sellers by CategoryAmazon best sellers by category
App Store Top FreeTop free iOS apps
App Store Top PaidTop paid iOS apps
Google PlayTop apps on Google Play
Top WebsitesMost-visited websites globally
Spotify Top PodcastsTop podcasts on Spotify
Steam Most PlayedTop games by concurrent live players
GitHub Trending ReposDaily trending repos across all languages
IMDb MOVIEmeterTop 100 most-popular movies by user activity
Open Library Trending BooksDaily trending books from Open Library

Example prompts for your AI

Once connected, you can ask your AI things like:

  • "What is the 12-month growth for 'GLP-1 drugs' across Google Search, TikTok, and Amazon?"
  • "Show me the Wikipedia page view trend for 'artificial intelligence' over the last 5 years."
  • "What's trending on TikTok and Reddit right now?"
  • "Compare the 3-month growth of 'creatine gummies' on Google Search vs YouTube vs Amazon."
  • "Get the top 20 GitHub trending repos today."
  • "What are the top free iOS apps in the App Store right now?"
  • "How has Steam player count for 'Elden Ring' changed over the past year?"

Growth presets

Use any of these with get_growth's percent_growth array:

7D 14D 30D 1M 2M 3M 6M 9M 12M 1Y 18M 24M 2Y 36M 3Y 48M 60M 5Y MTD QTD YTD

Or pass a custom date pair:

{ "name": "launch", "recent": "2025-06-01", "baseline": "2025-01-01" }

Pricing

PlanRequests/monthPrice
Free100$0 — no credit card
Starter1,000$19/month
Pro5,000$49/month
Business25,000$199/month

One request = one API call. get_growth counts once regardless of how many periods you pass. Annual billing saves 20%.

Get your free API key at trendsmcp.ai


Trends MCP is an independent analytics service. Values are normalized proprietary estimates produced through aggregation and modeling of publicly observable signals — not official platform metrics. See trendsmcp.ai for full terms.

Links: trendsmcp.ai · Docs · Pricing