Google Trends data is valuable but hard to use programmatically. Trends MCP solves that: structured, normalized Google Search trend data delivered to any AI assistant via MCP. Ask your AI about search momentum, breakout keywords, or 5-year trends for any topic - and get clean, reasoned answers.
Tools for this workflow
get_trendsGet the raw weekly Google Trends data for any keyword - 5 years of normalized interest with absolute volume estimates, returned as structured JSON your AI can chart or analyze.
get_trends(keyword='remote work', source='google search', data_mode='weekly')
get_growthCompute precise Google Trends growth metrics with actual percentages and dates - goes beyond the Google Trends website's visual-only interface to give your AI actionable numbers.
get_growth(keyword='remote work', source='google search', percent_growth=['3M', '6M', '1Y'])
get_ranked_trendsGet a ranked feed of the fastest-growing Google Trends keywords right now - the data behind the Google Trends 'trending searches' section, delivered as a structured, queryable list.
get_ranked_trends(source='google search', sort='wow_pct_change', limit=30)
get_top_trendsPull the live Google Trends breakout topics feed in real time - the same data that powers the Google Trends homepage, delivered directly to your AI.
get_top_trends(type='Google Trends', limit=25)
FAQ