An MCP server connects your AI assistant to external tools and live data. Instead of copying information between apps, your AI calls the server directly and gets structured results back in your conversation. Trends MCP is an MCP server for live trend data across Google, TikTok, YouTube, Reddit, Amazon, and 10+ more sources.
Tools for this workflow
get_trendsQuery historical trend data for any keyword across any of the 15+ supported sources - returns a normalized time series your AI can analyze and narrate.
get_trends(keyword='mcp server', source='google search', data_mode='weekly')
get_growthMeasure how fast any topic is growing across platforms - ask your AI 'Is interest in MCP servers growing on Google and Reddit?' and get a structured data-backed answer.
get_growth(keyword='mcp server', source='google search, reddit', percent_growth=['3M', '1Y'])
get_ranked_trendsSurface the fastest-growing keywords or topics right now from any data source - useful for trend discovery without knowing what to look for in advance.
get_ranked_trends(source='google search', sort='wow_pct_change', limit=20)
get_top_trendsGet live trending feeds from TikTok, Google, Reddit, or any supported platform - no keyword needed, surfaces what is breaking right now.
get_top_trends(type='TikTok Trending Hashtags', limit=20)
FAQ