You're viewing a demo portfolio

Join the waitlist
PRSM

latest_news

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Mediastack

https://github.com/pipeworx-io/mcp-mediastack

2/7 registries
View full server →