The best time to act on a trend is before it peaks. Trends MCP gives your AI early-warning signals from TikTok, Reddit, and Wikipedia - platforms where trends emerge before they hit Google Search - so you can spot and act on what is going viral 2-4 weeks ahead of mainstream.
Tools for this workflow
get_trendsPull daily TikTok and Reddit data to detect early-stage viral spikes within days of their start - daily mode (last 30 days) has much higher resolution than the standard weekly view.
get_trends(keyword='new viral topic', source='tiktok', data_mode='daily')
get_growthMeasure 1-month vs 3-month growth across TikTok, Google, and Reddit: a topic with explosive 1-month growth but flat 3-month growth is in an active viral cycle, not a structural trend.
get_growth(keyword='new viral topic', source='tiktok, google search, reddit', percent_growth=['1M', '3M'])
get_ranked_trendsSurface the fastest-growing topics on TikTok this week sorted by week-over-week change - the highest-ranked items are in the earliest, most actionable stage of virality.
get_ranked_trends(source='tiktok', sort='wow_pct_change', limit=25)
get_top_trendsSee what is going viral right now on TikTok and across all platforms simultaneously - the fastest zero-keyword way to spot a trend in real time.
get_top_trends(type='TikTok Trending Hashtags', limit=30)
FAQ