latest_news
ActiveTool of mcp-currents
declared in 0.1.0
Get the most recent global news articles from Currents (70k+ sources). Filter by language and category. Example: latest_news({ language: "en", category: "technology", limit: 15 })
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Max number of articles to return (default 15, max 30)."
},
"_apiKey": {
"type": "string",
"description": "Optional Currents API key (get one free at currentsapi.services). Omit to use the platform key."
},
"category": {
"type": "string",
"description": "Optional category filter, e.g. \"technology\", \"business\", \"world\", \"sports\". Use list_categories to see all options."
},
"language": {
"type": "string",
"description": "Two-letter language code, e.g. \"en\", \"es\", \"fr\", \"de\". Default \"en\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-currents
https://github.com/pipeworx-io/mcp-currents
2/7 registries