latest_news
ActiveTool of Mediastack
declared in 0.1.0
Get the latest news headlines. Optionally filter by category, country, or language. Returns the most recent articles with titles, descriptions, sources, and URLs.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-mediastack-api-key"
},
{
"limit": 30,
"_apiKey": "your-mediastack-api-key",
"countries": "us",
"categories": "business,technology"
}
],
"required": [
"_apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (1-100, default 25)"
},
"_apiKey": {
"type": "string",
"description": "Mediastack API key"
},
"countries": {
"type": "string",
"description": "Comma-separated ISO2 country codes (e.g., \"us,gb\")"
},
"categories": {
"type": "string",
"description": "Comma-separated categories: business, technology, science, health, sports, entertainment, general"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mediastack
https://github.com/pipeworx-io/mcp-mediastack
2/7 registries