news_sources
ActiveTool of mcp-newsdata
List available global news sources. Filter by country (2-letter), category, and language. Returns source id, name, url, category, country, and language — useful for discovering which outlets cover a given region or topic. Example: news_sources({ country: "us", category: "technology" })
Parameters schema
{
"type": "object",
"properties": {
"_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 sources by, e.g. \"us\", \"gb\""
},
"category": {
"type": "string",
"description": "News category to filter sources by, e.g. \"business\", \"technology\""
},
"language": {
"type": "string",
"description": "Language code to filter sources by, e.g. \"en\", \"es\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-newsdata
https://github.com/pipeworx-io/mcp-newsdata
2/7 registries