Google Trends shows you one platform's relative interest. Trends MCP gives your AI absolute volume estimates across 25+ platforms simultaneously - Google, TikTok, YouTube, Reddit, Amazon, Wikipedia, and more - normalized to the same scale so you can compare them directly.
Tools for this workflow
get_trendsUnlike Google Trends, get absolute volume alongside the 0-100 curve - chart 5 years of data with real search counts, not just relative interest, for any keyword.
get_trends(keyword='sourdough bread', source='google search', data_mode='weekly')
get_growthThe key advantage over Google Trends: query all platforms in one call with source='all' to get Google, TikTok, Reddit, YouTube, and Amazon growth side by side, normalized to the same scale.
get_growth(keyword='sourdough bread', source='all', percent_growth=['3M', '1Y'])
get_ranked_trendsGet a ranked list of the fastest-growing topics across any platform - Google Trends has no equivalent ranked discovery tool queryable by an AI agent.
get_ranked_trends(source='google search', sort='wow_pct_change', limit=30)
get_top_trendsDiscover what is breaking across all platforms simultaneously - Google Trends only shows its own feed, while get_top_trends covers TikTok, Reddit, Wikipedia, Amazon, and X all at once.
get_top_trends(limit=20)
FAQ