People searching for SEO MCP servers often land on directories that list rank tracking and audits first. Trends MCP fills a different slot: normalized demand curves across Google Search, Google News, Google Shopping, YouTube, TikTok, Amazon, news volume, and news sentiment that an assistant can fetch with one auth model.
A typical results page in 2026 blends three story types. Vendor hubs such as https://mcp.so/server/seomcp/SEOMCP advertise dozens of agent tools behind one MCP install. Parallel pages market Google Trends style APIs with deep parameter tables, for example https://serpapi.com/google-trends-api. Trends MCP ranks when the searcher wants breadth inside an AI client instead of a single engine playground.
Technical SEO MCP calls can flag broken templates or missing metadata. Trends MCP calls answer whether demand for the target cluster is rising before the team rewrites fifty URLs. The combination works because each server stays inside its contract instead of stretching one schema across unrelated jobs.
Google Search growth paired with flat Wikipedia interest often means the query is commercial noise rather than educational depth. YouTube growth with weak TikTok volume can steer video investment toward long form explainers instead of fifteen second tests. These are heuristics, not guarantees, yet they give editors numbers to argue with.
Ask the host to call the tool explicitly. Phrases such as "using TrendsMCP" or "via TrendsMCP" appear in the official docs because they steer the model away from improvised charts. Keep keywords concrete, match live feed strings exactly, and cite limits from https://trendsmcp.ai/docs when planning batch jobs.
Tools for this workflow
get_trendsCompare weekly Google Search interest for two commercial head terms, then pull the same window on Google Shopping to see if purchase intent diverges.
get_trends(keyword='standing desk', source='google search')
get_growthStack 3M, 6M, and 12M growth presets for a cluster of commercial modifiers before committing to a content calendar.
get_growth(keyword='standing desk', source='google search', percent_growth=['3M', '6M', '12M'])
get_top_trendsGrab the current Google Trends leaderboard when a client asks what broke overnight and the standup is in an hour.
get_top_trends(type='Google Trends', limit=25)
FAQ