You're viewing a demo portfolio

Join the waitlist
PRSM

everything

Active

Tool of mcp-newsapi

declared in 0.1.0

Search the NewsAPI article archive by keyword `q`, source domains, date range (`from`/`to`), or language. Sortable by relevancy, popularity, or publishedAt. Returns article title, description, source, content snippet, URL, and published date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "q": "artificial intelligence",
      "sortBy": "publishedAt",
      "pageSize": 20
    },
    {
      "to": "2024-12-31",
      "from": "2024-01-01",
      "language": "en",
      "pageSize": 50,
      "qInTitle": "election"
    }
  ],
  "properties": {
    "q": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "page": {
      "type": "number"
    },
    "sortBy": {
      "type": "string"
    },
    "domains": {
      "type": "string"
    },
    "sources": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "pageSize": {
      "type": "number"
    },
    "qInTitle": {
      "type": "string"
    },
    "excludeDomains": {
      "type": "string"
    }
  }
}

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 →