Capital rotates into sectors where consumer and institutional attention is building - and out of sectors where it is fading. Trends MCP lets your AI track search demand, web traffic growth, and news sentiment momentum across sectors in real time, so you can identify rotation signals before they show up in price.
Tools for this workflow
get_trendsChart consumer search demand for sector-level keywords over 5 years - see whether a sector's consumer attention is in early growth, peak, or structural decline relative to its last cycle.
get_trends(keyword='artificial intelligence', source='google search', data_mode='weekly')
get_growthBuild a cross-sector momentum comparison in one AI session: query the same signal type (web traffic, search demand, news sentiment) for category terms across multiple sectors and rank them by growth.
get_growth(keyword='artificial intelligence', source='google search, webtraffic, news sentiment, reddit', percent_growth=['1M', '3M', '6M', '1Y'])
get_ranked_trendsScreen across sectors by consumer attention growth - rank category keywords by YoY search or web traffic growth to find where behavioral momentum is building ahead of capital rotation.
get_ranked_trends(entity_mode='companySingle', sort='yoy_pct_change', sector='Technology', limit=30)
get_top_trendsMonitor what sector themes are breaking in financial news and Reddit right now - surfaces macro narratives and sector stories that are building institutional attention before they move markets.
get_top_trends(type='Google News RSS', limit=20)
FAQ