sources
ActiveTool of mcp-newsapi
declared in 0.1.0
Return available NewsAPI publisher sources, filterable by `category`, `language`, and `country`. Returns source id, name, description, URL, and category — use source ids to filter `top_headlines` or `everything`.
Parameters schema
{
"type": "object",
"examples": [
{
"category": "business",
"language": "en"
},
{
"country": "gb"
}
],
"properties": {
"country": {
"type": "string"
},
"category": {
"type": "string"
},
"language": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-newsapi
https://github.com/pipeworx-io/mcp-newsapi
2/7 registries