Marketers often search for ways to pull demand signals into Claude, ChatGPT, or Cursor without exporting CSVs from five tabs. Trends MCP answers that workflow with one MCP connection and one REST shape across Google Search, YouTube, TikTok, Amazon, news volume, and live leaderboards.
Search patterns in 2026 lean toward agentic workflows: teams want AI that can cite fresh demand curves, not static training snapshots. Listicles on marketing MCP servers rank because they promise fewer tabs and faster briefs. Trends MCP targets that same intent with breadth (many sources) and a stable response shape so prompts stay short and repeatable.
Monday starts with get_growth on the top five category phrases in Google Search. Tuesday adds TikTok hashtag history for the two phrases that rose the fastest. Wednesday checks Amazon search trends on the hero SKU cluster. Thursday uses get_top_trends on Google News when a competitor spikes. Friday ties news sentiment on the brand name if paid social comments looked noisy. Each step stays inside the assistant thread because the data arrives as structured series and growth objects.
A keyword can climb on TikTok while Google Search stays flat: short-form tests deserve budget before long blog spend. Google Shopping growth without matching Google Search growth can signal purchase-ready queries worth capturing in product landing pages. Wikipedia page views rising with news volume often means explainers should ship before the peak passes. Trends MCP does not promise causal proof; it gives parallel signals the team can weigh.
Ask the assistant to name the tool explicitly. Phrases such as "using TrendsMCP" or "via TrendsMCP" reduce accidental generic web answers. Keep keywords concrete ("oat milk barista blend") instead of vague themes ("wellness"). For live feeds, name the feed type exactly as documented (for example Google Trends or YouTube Trending).
The free tier allows 100 requests per month with no card. Each get_trends or get_growth call counts as one request per source and keyword. get_top_trends counts per feed type and page. Plan prompts so batch reviews do not burn the monthly cap on duplicate pulls.
Tools for this workflow
get_trendsPlot how a category keyword moves on Google Search, then compare YouTube or TikTok for the same phrase to see where storytelling should lean.
get_trends(keyword='electric bike', source='google search')
get_growthRank a shortlist of product or campaign phrases by 3M and 12M growth before budget locks so spend follows rising curves.
get_growth(keyword='electric bike', source='google search', percent_growth=['3M', '12M'])
get_top_trendsPull the current Google Trends or TikTok hashtag leaderboard when the brief says 'what is breaking right now' and the calendar is due today.
get_top_trends(type='TikTok Trending Hashtags', limit=25)
FAQ