Trend forecasting with AI

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.

get_trends

Build 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_growth

Assess 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_trends

Identify 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_trends

Scan 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)

Common questions

Trends MCP provides the multi-platform signal data. Your AI (Claude, ChatGPT, Cursor, etc.) can analyze growth acceleration across platforms, identify divergences (growing on TikTok but not yet on Google), and reason about which signals precede mainstream breakout. The AI does the pattern recognition; Trends MCP supplies the live data.
TikTok and Reddit typically lead Google Search by 2-6 weeks for consumer trends. GitHub and npm lead Google Search for developer trends. News volume spikes often precede Google Search peaks. Trends MCP lets you query all of these simultaneously to build a multi-signal leading indicator view.
Yes. Compare get_growth with different time windows (1M vs 3M vs 1Y) to identify whether a trend is in early acceleration, peak growth, or beginning to plateau.
Brand strategists identifying emerging categories, product teams validating new product ideas before launch, investors looking for early demand signals, content creators spotting topics before they get crowded, and market researchers building trend reports.