SerpApi gives developers structured SERP data through a scraping proxy. For trend research - search volume over time, cross-platform momentum, and growth signals - it covers one slice of the picture and charges per request for the privilege. Trends MCP delivers live trend data from Google, TikTok, YouTube, Reddit, Amazon, and 12 more sources directly to your AI assistant, with no request-counting or scraping infrastructure to manage.
SerpApi is a SERP scraping proxy. It handles browser emulation, proxy rotation, and CAPTCHA solving so developers can pull structured data from Google Search results, Google Trends, and a handful of other search engines without maintaining their own scraping stack. The Google Trends endpoint specifically returns the relative interest-over-time curve, related queries, and geographic breakdowns that appear on the Google Trends website - delivered as JSON.
That's genuinely useful for a narrow set of use cases. For broader trend research - multi-platform signal comparison, growth rate analysis, absolute volume estimates, or AI-native workflows - the model has real limits.
The billing structure is the most immediate issue. SerpApi charges per request, starting at $75/month for 5,000 searches. Unused searches expire at the end of each billing cycle with no rollover. A research workflow that hits multiple platforms, multiple keywords, or multiple time periods can exhaust a monthly allocation in a single session. The per-request cost at scale ranges from $9 to $25 per 1,000 queries depending on the plan, which makes exploratory, high-volume research expensive.
The data coverage is the deeper constraint. SerpApi scrapes Google - including Google Trends, Google Shopping, and standard SERP results. That's one platform. A trend research workflow that needs to compare Google Search interest with TikTok hashtag momentum, Reddit discussion volume, or Amazon purchase intent requires separate API integrations with separate normalization. SerpApi doesn't provide that.
The Google Trends data SerpApi returns is also relative, not absolute. The 0-100 scale Google uses shows how interest compares to its own peak - not how many people searched for a term. Comparing two keywords with very different search volumes on that scale produces misleading results.
Trends MCP is a managed MCP server that connects any MCP-compatible AI assistant to live trend data from 15+ platforms: Google Search, TikTok, YouTube, Reddit, Amazon, Wikipedia, LinkedIn, Pinterest, Instagram, Facebook, Twitter/X, Spotify, App Store, Steam, and news volume. All sources are normalized to a comparable scale, so you can put Google Search growth against TikTok hashtag growth in the same query and get a meaningful comparison.
The four core tools cover the scenarios where SerpApi's Google Trends endpoint is most commonly used - and extend well beyond them.
get_trends returns the full historical time series for any keyword on any source. For Google Search, this includes absolute volume estimates alongside the relative trend line - so you can assess the actual size of the audience, not just whether interest is rising.
get_growth computes period-over-period growth across multiple sources simultaneously. A single call can return 1-month, 3-month, and 1-year growth rates for a keyword on Google, TikTok, Reddit, and Amazon - normalized and ready for comparison without any additional processing.
get_ranked_trends surfaces the fastest-growing keywords on any platform, ranked by week-over-week or year-over-year change. This is the discovery workflow that SerpApi doesn't support at all - there's no "what is growing fastest on Google right now" endpoint in their product.
get_top_trends returns what is trending right now across any source, with no keyword required. Live breakout topics, viral searches, and emerging hashtags - surfaced directly in your AI conversation.
Trends MCP connects to any MCP-compatible AI client - Claude Desktop, Claude.ai, Cursor, VS Code, Windsurf, Cline, and others. Add the server once and all four tools are immediately available without further configuration.
For Google Trends specifically: if you're currently using SerpApi's Google Trends API endpoint and need JSON output for a keyword's historical interest, get_trends with source='google' returns the same signal with the addition of absolute volume estimates and growth rate calculations. The output is structured JSON, directly consumable by your AI or by downstream code.
Tools for this workflow
get_trendsPull historical Google Search trend data for any keyword - the same underlying signal SerpApi's Google Trends endpoint returns, but with absolute volume estimates and normalized cross-platform comparison built in.
get_trends(keyword='your topic', source='google', data_mode='weekly')
get_growthCompare growth across Google, TikTok, YouTube, Reddit, and Amazon in one call - something SerpApi cannot do without separate API calls and manual normalization.
get_growth(keyword='your topic', source='google, tiktok, youtube, reddit', percent_growth=['1M', '3M', '1Y'])
get_ranked_trendsSurface the fastest-growing keywords on Google Search ranked by growth rate - without writing a scraper or managing proxy infrastructure.
get_ranked_trends(source='google', sort='wow_pct_change', limit=25)
get_top_trendsGet what is trending on Google right now, with no keyword required - live breakout topics your AI can surface and act on immediately.
get_top_trends(type='Google Trending Searches', limit=20)
FAQ