You're viewing a demo portfolio

Join the waitlist
PRSM

top_headlines

Active

Tool of mcp-newsapi

declared in 0.1.0

Fetch current top news headlines from NewsAPI, filterable by `country` (ISO 2-letter), `category` (business/entertainment/health/science/sports/technology), publisher `sources`, or keyword `q`. Returns article title, description, source, URL, and published date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "country": "us",
      "category": "technology",
      "pageSize": 10
    },
    {
      "q": "bitcoin",
      "page": 1,
      "sources": "bbc-news,cnn"
    }
  ],
  "properties": {
    "q": {
      "type": "string"
    },
    "page": {
      "type": "number"
    },
    "country": {
      "type": "string"
    },
    "sources": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "pageSize": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-newsapi

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

2/7 registries
View full server →