PR teams need to know when a story is building before it breaks. Trends MCP gives your AI live monitoring across News sentiment and volume, Reddit discussion trends, Twitter mention velocity, and Google Search momentum - so you can see a narrative forming and respond before it peaks.
Tools for this workflow
get_trendsChart your brand's news coverage volume and sentiment over time - see exactly when coverage spiked, whether the tone was positive or negative, and how long the story cycle lasted.
get_trends(keyword='your brand', source='news sentiment', data_mode='weekly')
get_growthRun a comprehensive PR health check in one prompt: news volume, news sentiment, branded search growth, Reddit discussion, and Wikipedia page views all measured together for any brand or topic.
get_growth(keyword='your brand', source='news volume, news sentiment, google search, reddit, wikipedia', percent_growth=['1M', '3M'])
get_ranked_trendsMonitor which topics in your industry are gaining the fastest news coverage momentum - useful for anticipating narrative shifts and proactive PR positioning before stories peak.
get_ranked_trends(source='news volume', sort='wow_pct_change', limit=25)
get_top_trendsMonitor breaking news and emerging stories in real time - pull the Google News RSS feed and Wikipedia trending articles to stay ahead of the news cycle for your brand and industry.
get_top_trends(type='Google News RSS', limit=25)
FAQ