LIVE ENDPOINT
https://trendflow.mory.dev/mcp
Connect to this endpoint to inspect the live schema for list_regions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.trendflow]
url = "https://trendflow.mory.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trendflow": {
"type": "http",
"url": "https://trendflow.mory.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trendflow
Remote MCP URL: https://trendflow.mory.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"trendflow": {
"url": "https://trendflow.mory.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trendflow": {
"type": "http",
"url": "https://trendflow.mory.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trendflow",
"transport": "streamable-http",
"url": "https://trendflow.mory.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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 Nike the goddess.get_interest_over_time— Get relative search interest for one or more terms over a historical period.get_interest_by_region— Break down search interest for one term by geography.get_related_queries— Find the top and rising searches related to a term.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.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.