You're viewing a demo portfolio

Join the waitlist
PRSM

search_news

Active

Tool of Mediastack

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Mediastack

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

2/7 registries
View full server →
search_news — Mediastack — PRSM MCP