Real-time trends API for AI agents

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.

get_trends

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

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

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

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

Common questions

Data freshness varies by source. Google Trends data refreshes within hours. TikTok and Reddit trend data is near-live (minutes to hours). Wikipedia and news sources update continuously. All sources are queried at request time - there is no stale cache served to your AI.
Most trend APIs provide a single data source with rate limits, API key management, and inconsistent schemas. Trends MCP delivers 15+ normalized sources through a single MCP endpoint, designed specifically for AI agents. Your AI gets a structured JSON response it can reason over immediately.
No. Trends MCP manages all source access. You connect your AI to one endpoint and get all 15+ sources in every query session.
get_trends (time-series for a keyword), get_growth (cross-source growth comparison), get_top_trends (what is trending now), and get_ranked_trends (top trends with volume ranking).