Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

TrendFlow

dev.mory/trendflow

Google Trends data: interest over time, by region, related queries, and trending now.

Uptime
100.0%
3 direct probes · 30d
Response
287ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_regions

Returns the geo codes Google Trends accepts. With no argument it lists every country; given a country code it lists that country's sub-regions — US states, German states, UK nations — each as a code a…

search_topics

Resolves a name — a company, product, person, technology, or concept — to its Google Trends topic id (`mid`), with a `type` field that distinguishes same-name entities such as Nike the company from Ni…

get_interest_over_time

Get relative search interest for one or more terms over a historical period. Use this when the user asks how popular something is, whether it is rising or falling, or how several things compare — pass…

get_interest_by_region

Break down search interest for one term by geography. Use this when the user asks where something is popular, or wants a regional or city-level comparison. Values are normalized relative interest (0-1…

get_related_queries

Find the top and rising searches related to a term. Use this for keyword discovery, SEO and content research, and spotting breakout queries. `top` is ranked by volume; `rising` is ranked by growth, wh…

get_trending_now

Lists the searches surging right now in a country, for questions about what is spiking without a term being named, and for news and real-time context. The `backend` parameter selects the source: "rpc…

research_trend

Returns a full picture of one term in a single call: interest over time, where it is most searched, and the queries people search alongside it. Suited to open-ended research on a topic rather than one…

research_bulk

Researches up to 10 topics in a single call, each with the same full picture as `research_trend`: interest over time, where it is most searched, and related queries. Each topic is looked up on its own…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "trendflow": {
      "url": "https://trendflow.mory.dev/mcp",
      "transport": "streamable-http"
    }
  }
}