latest_news
ActiveTool of mcp-newsdata
Get the latest global news headlines and articles — world news, breaking news, and business/financial/stock-market news. Filter by keyword, country (2-letter, e.g. "us"), category (business, technology, politics, sports, health, science), and language. IMPORTANT: for stock-market / financial-market / economy / "world market news" questions, ALWAYS pass category: "business" — it returns real market-news outlets and filters out low-quality SEO/crypto-promo articles. Returns article title, description, link, source, publish date, category, and country. Paginate via the nextPage token. Examples: latest_news({ query: "stock market", category: "business" }) for world market news; 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.70.
Parent server
mcp-newsdata
https://github.com/pipeworx-io/mcp-newsdata
2/7 registries