Connect Trends MCP to Gemini and get live trend data from Google, YouTube, TikTok, Reddit, Amazon, and 12 more sources inside your AI conversations. One API key, instant setup.
Gemini has strong reasoning capabilities and deep integration with Google's own ecosystem. Trends MCP extends that with live, normalized trend data from 15+ platforms - including Google Search and YouTube data that Gemini cannot access from its training set alone. The result is a Gemini that can answer questions like "what is growing on YouTube right now?" or "how has TikTok interest in this topic changed over the past year?" with actual numbers, not guesses.
Step 1. Get your free Trends MCP API key at trendsmcp.ai. Enter your email and the key arrives instantly. 100 requests/day, no credit card required.
Step 2. Add Trends MCP to your Gemini integration.
For Google AI Studio, configure a custom tool with the Trends MCP endpoint and your API key in the Authorization header:
URL: https://api.trendsmcp.ai/mcp
Transport: HTTP (Streamable HTTP)
Headers: { "Authorization": "Bearer YOUR_API_KEY" }
For Gemini API (function calling), register the Trends MCP tools as available functions in your API call configuration. Gemini will call them automatically when the query requires live trend data.
For other Gemini-compatible environments, use the same endpoint URL and bearer token pattern. Trends MCP uses the standard MCP HTTP transport, compatible with any client that supports Streamable HTTP.
Tools for this workflow
get_trendsAsk Gemini to pull the full historical trend series for any keyword on any platform - Gemini reads the time series and synthesizes a narrative analysis of what the data shows.
get_trends(keyword='generative AI', source='google search', data_mode='weekly')
get_growthHave Gemini run a cross-platform growth comparison in one call - 'Compare generative AI growth across Google, YouTube, TikTok, and Reddit over the past 3 months and 1 year.'
get_growth(keyword='generative AI', source='all', percent_growth=['3M', '1Y'])
get_ranked_trendsAsk Gemini to surface the fastest-growing topics in a space, filtered by source and volume, and synthesize them into a ranked brief.
get_ranked_trends(source='youtube', sort='mom_pct_change', limit=20)
get_top_trendsAsk Gemini what is trending right now across all platforms - 'What is breaking on TikTok, Google Trends, and Wikipedia today?' Gemini aggregates and summarizes the feeds.
get_top_trends(type='Google Trends', limit=25)
FAQ