search_news
ActiveTool of Mediastack
Search news articles by keywords. Optionally filter by category (business, technology, science, health, sports, entertainment, general), country (ISO2 codes), or language. Returns headlines, descriptions, sources, and published dates.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-mediastack-api-key",
"keywords": "artificial intelligence"
},
{
"limit": 50,
"_apiKey": "your-mediastack-api-key",
"keywords": "climate summit",
"countries": "us,gb,de",
"categories": "science,general"
}
],
"required": [
"_apiKey",
"keywords"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (1-100, default 25)"
},
"_apiKey": {
"type": "string",
"description": "Mediastack API key"
},
"keywords": {
"type": "string",
"description": "Search keywords (e.g., \"artificial intelligence\", \"climate summit\")"
},
"countries": {
"type": "string",
"description": "Comma-separated ISO2 country codes (e.g., \"us,gb,de\")"
},
"languages": {
"type": "string",
"description": "Comma-separated language codes (e.g., \"en,es,fr\")"
},
"categories": {
"type": "string",
"description": "Comma-separated categories: business, technology, science, health, sports, entertainment, general"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Mediastack
https://github.com/pipeworx-io/mcp-mediastack
2/7 registries