everything
ActiveTool of mcp-newsapi
Search the NewsAPI article archive by keyword `q`, source domains, date range (`from`/`to`), or language. Sortable by relevancy, popularity, or publishedAt. Returns article title, description, source, content snippet, URL, and published date.
Parameters schema
{
"type": "object",
"examples": [
{
"q": "artificial intelligence",
"sortBy": "publishedAt",
"pageSize": 20
},
{
"to": "2024-12-31",
"from": "2024-01-01",
"language": "en",
"pageSize": 50,
"qInTitle": "election"
}
],
"properties": {
"q": {
"type": "string"
},
"to": {
"type": "string"
},
"from": {
"type": "string"
},
"page": {
"type": "number"
},
"sortBy": {
"type": "string"
},
"domains": {
"type": "string"
},
"sources": {
"type": "string"
},
"language": {
"type": "string"
},
"pageSize": {
"type": "number"
},
"qInTitle": {
"type": "string"
},
"excludeDomains": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-newsapi
https://github.com/pipeworx-io/mcp-newsapi
2/7 registries