Most trend APIs return yesterday's data. Trends MCP delivers live, real-time trend signals from Google Search, TikTok, Reddit, YouTube, Amazon, and 8 more platforms - structured for AI agents via the Model Context Protocol. One endpoint. No polling. No scraping.
Tools for this workflow
get_trendsRetrieve structured time series trend data in real time for any keyword - each response includes date, normalized value, and absolute volume, ready for programmatic processing by an AI agent.
get_trends(keyword='electric vehicles', source='google search', data_mode='daily')
get_growthCall a single endpoint to get cross-platform growth metrics across all 15+ sources simultaneously - the most efficient real-time trend API call for multi-source intelligence workflows.
get_growth(keyword='electric vehicles', source='all', percent_growth=['7D', '1M', '3M'])
get_ranked_trendsQuery a ranked, precomputed list of the top trending keywords right now - optimized for real-time latency, returns the highest-signal topics without requiring a seed keyword.
get_ranked_trends(source='google search', sort='wow_pct_change', limit=50)
get_top_trendsPull the live trending feed from any platform in real time with no keyword - the lowest-latency way to get current trend data for any source in a single API call.
get_top_trends(type='TikTok Trending Hashtags', limit=30)
FAQ