The best trend forecasters catch signals before they become obvious. Trends MCP gives your AI the cross-platform data to do exactly that: detect a keyword accelerating on TikTok before it reaches Google Search, spot a Reddit discussion gaining momentum before it hits mainstream news, and identify product demand building on Amazon before it shows up in industry reports.
Tools for this workflow
get_trendsBuild a trend forecast by pulling 5 years of weekly data for a topic - your AI can model the growth curve and extrapolate likely trajectory based on historical acceleration patterns.
get_trends(keyword='sustainable fashion', source='google search', data_mode='weekly')
get_growthAssess trend velocity across multiple platforms to forecast whether a trend is in early growth, mid-acceleration, or peak - cross-platform alignment is the strongest signal of sustained momentum.
get_growth(keyword='sustainable fashion', source='google search, tiktok, reddit, youtube', percent_growth=['1M', '3M', '6M', '1Y'])
get_ranked_trendsIdentify emerging trends before they peak by ranking topics by week-over-week growth - the earliest-stage trends appear at the top of a WoW-sorted list before they show up in MoM or YoY rankings.
get_ranked_trends(source='tiktok', sort='wow_pct_change', limit=30)
get_top_trendsScan what is just beginning to trend across all platforms right now - the earliest signal of an emerging trend is a keyword appearing simultaneously on TikTok, Wikipedia, and Google Trends.
get_top_trends(limit=25)
FAQ