Skip to main content
Glama

google-news-trends-mcp

by jmanek

get_trending_terms

Retrieve trending search terms from Google Trends for a specific country, enabling data-driven insights into popular topics and keywords in real-time.

Instructions

Returns google trends for a specific geo location.

Input Schema

NameRequiredDescriptionDefault
full_dataNoReturn full data for each trend. Should be False for most use cases.
geoNoCountry code, e.g. 'US', 'GB', 'IN', etc.US
max_resultsNoMaximum number of results to return.

Input Schema (JSON Schema)

{ "properties": { "full_data": { "default": false, "description": "Return full data for each trend. Should be False for most use cases.", "title": "Full Data", "type": "boolean" }, "geo": { "default": "US", "description": "Country code, e.g. 'US', 'GB', 'IN', etc.", "title": "Geo", "type": "string" }, "max_results": { "default": 100, "description": "Maximum number of results to return.", "minimum": 1, "title": "Max Results", "type": "integer" } }, "type": "object" }
Install Server

Other Tools from google-news-trends-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmanek/google-news-trends-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server