latest_news
ActiveTool of mcp-newsdata
Get the latest global news headlines and articles. Filter by keyword, country (2-letter, e.g. "us"), category (business, technology, politics, sports, health, science), and language. Returns article title, description, link, source, publish date, category, and country. Paginate via the nextPage token. Example: latest_news({ query: "election", country: "us", category: "politics" })
Parameters schema
{
"type": "object",
"properties": {
"page": {
"type": "string",
"description": "nextPage token returned from a prior call, to fetch the next page of results"
},
"query": {
"type": "string",
"description": "Keyword or phrase to search news articles for, e.g. \"election\", \"AI chips\""
},
"_apiKey": {
"type": "string",
"description": "Optional — your own NewsData.io API key for higher limits; omit to use the shared Pipeworx key."
},
"country": {
"type": "string",
"description": "2-letter country code to filter news by, e.g. \"us\", \"gb\", \"in\""
},
"category": {
"type": "string",
"description": "News category, e.g. \"business\", \"technology\", \"politics\", \"sports\", \"health\", \"science\""
},
"language": {
"type": "string",
"description": "Language code to filter news by, e.g. \"en\", \"es\", \"fr\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-newsdata
https://github.com/pipeworx-io/mcp-newsdata
2/7 registries