You're viewing a demo portfolio

Join the waitlist
PRSM

top_headlines

Active

Tool of Gnews

declared in 0.1.0

Fetch current top news headlines from GNews (requires BYO API key). Optionally filter by category (general, world, nation, business, technology, entertainment, sports, science, health), country code, and language. Returns up to 100 articles with title, description, source, and publication date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-gnews-api-key"
    },
    {
      "max": 15,
      "_apiKey": "your-gnews-api-key",
      "country": "gb",
      "category": "technology"
    }
  ],
  "required": [
    "_apiKey"
  ],
  "properties": {
    "max": {
      "type": "number",
      "description": "Max articles to return (1-100, default 10)"
    },
    "lang": {
      "type": "string",
      "description": "Language code (e.g., \"en\"). Default: \"en\""
    },
    "_apiKey": {
      "type": "string",
      "description": "GNews API key"
    },
    "country": {
      "type": "string",
      "description": "Country code (e.g., \"us\", \"gb\"). Omit for global"
    },
    "category": {
      "type": "string",
      "description": "News category: general, world, nation, business, technology, entertainment, sports, science, health"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Gnews

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

1/7 registries
View full server →