What is trending right now on Google? On TikTok? On Reddit? Trends MCP gives your AI a single API call to answer all three - and nine more sources. Get real-time trending topics, breakout keywords, and rising discussions delivered as structured data your AI can immediately act on.
Tools for this workflow
get_trendsTrack any trending topic over time with a structured time series - go beyond 'what is trending now' to understand how a topic's momentum has evolved over weeks, months, and years.
get_trends(keyword='mcp server', source='google search', data_mode='weekly')
get_growthMeasure the growth velocity of any trending topic across all platforms simultaneously - use source='all' to get a single aggregated growth score for a topic across Google, TikTok, Reddit, and more.
get_growth(keyword='mcp server', source='all', percent_growth=['1M', '3M'])
get_ranked_trendsGet a ranked list of the top trending topics on any platform right now, with growth metrics attached - surfaces the topics gaining the most momentum rather than just the ones with the highest absolute volume.
get_ranked_trends(source='tiktok', sort='wow_pct_change', limit=30)
get_top_trendsPull the live trending topics feed from any platform - Google, TikTok, Reddit, Wikipedia, Amazon, App Store, X - all queryable with a single structured call, no keyword required.
get_top_trends(limit=25)
FAQ