search_news
ActiveTool of mcp-currents
declared in 0.1.0
Search global news by keyword across Currents (70k+ sources). Filter by language, category, country, and date range. Example: search_news({ keywords: "artificial intelligence", language: "en", limit: 15 })
Parameters schema
{
"type": "object",
"required": [
"keywords"
],
"properties": {
"limit": {
"type": "number",
"description": "Max number of articles to return (default 15)."
},
"_apiKey": {
"type": "string",
"description": "Optional Currents API key. Omit to use the platform key."
},
"country": {
"type": "string",
"description": "Optional two-letter country code, e.g. \"US\", \"GB\", \"FR\"."
},
"category": {
"type": "string",
"description": "Optional category filter, e.g. \"technology\", \"business\". Use list_categories to see options."
},
"end_date": {
"type": "string",
"description": "Optional ISO 8601 end of date range, e.g. \"2026-02-01T00:00:00\"."
},
"keywords": {
"type": "string",
"description": "Search query, e.g. \"climate change\", \"artificial intelligence\"."
},
"language": {
"type": "string",
"description": "Two-letter language code, e.g. \"en\", \"es\", \"fr\". Default \"en\"."
},
"start_date": {
"type": "string",
"description": "Optional ISO 8601 start of date range, e.g. \"2026-01-01T00:00:00\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-currents
https://github.com/pipeworx-io/mcp-currents
2/7 registries