The best stories follow the momentum. Trends MCP gives journalists and newsrooms a live window into what is gaining traction across Google Search, Reddit, TikTok, YouTube, and News - before it becomes the obvious headline. Spot the story, validate the interest, and report with data.
Tools for this workflow
get_trendsBefore pitching a story, chart whether the topic's search and news coverage is building or fading - data-back your editorial instincts with 5 years of consumer attention history.
get_trends(keyword='climate migration', source='google search', data_mode='weekly')
get_growthValidate a story angle's timeliness: measure whether news volume, Google Search, Wikipedia page views, and Reddit discussion are all rising together - multi-platform alignment signals a story at peak public interest.
get_growth(keyword='climate migration', source='google search, news volume, wikipedia, reddit', percent_growth=['1M', '3M'])
get_ranked_trendsDiscover the topics generating the fastest-growing news coverage right now - rank by news volume growth to find stories gaining media momentum before they reach saturation.
get_ranked_trends(source='news volume', sort='wow_pct_change', limit=25)
get_top_trendsPull the live Google News RSS feed and Wikipedia trending articles simultaneously - surfaces the stories and topics capturing the most reader attention right now without any keyword needed.
get_top_trends(type='Google News RSS', limit=25)
FAQ