search_news
ActiveTool of Gnews
declared in 0.1.0
Search global news articles by keyword (e.g., "climate change", "AI regulation"). Returns title, description, content snippet, source, and publication date. Supports language and country filters.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "artificial intelligence regulation",
"_apiKey": "your-gnews-api-key"
},
{
"max": 25,
"lang": "en",
"query": "climate change",
"_apiKey": "your-gnews-api-key",
"country": "us"
}
],
"required": [
"_apiKey",
"query"
],
"properties": {
"max": {
"type": "number",
"description": "Max articles to return (1-100, default 10)"
},
"lang": {
"type": "string",
"description": "Language code (e.g., \"en\", \"fr\", \"de\"). Default: \"en\""
},
"query": {
"type": "string",
"description": "Search keywords (e.g., \"electric vehicles\")"
},
"_apiKey": {
"type": "string",
"description": "GNews API key"
},
"country": {
"type": "string",
"description": "Country code (e.g., \"us\", \"gb\", \"ca\"). Omit for global"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Gnews
https://github.com/pipeworx-io/mcp-gnews
1/7 registries