top_headlines
ActiveTool of mcp-newsapi
Fetch current top news headlines from NewsAPI, filterable by `country` (ISO 2-letter), `category` (business/entertainment/health/science/sports/technology), publisher `sources`, or keyword `q`. Returns article title, description, source, URL, and published date.
Parameters schema
{
"type": "object",
"examples": [
{
"country": "us",
"category": "technology",
"pageSize": 10
},
{
"q": "bitcoin",
"page": 1,
"sources": "bbc-news,cnn"
}
],
"properties": {
"q": {
"type": "string"
},
"page": {
"type": "number"
},
"country": {
"type": "string"
},
"sources": {
"type": "string"
},
"category": {
"type": "string"
},
"pageSize": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-newsapi
https://github.com/pipeworx-io/mcp-newsapi
2/7 registries