You're viewing a demo portfolio

Join the waitlist
PRSM

search_articles

Active

Tool of mcp-nyt

declared in 0.1.0

Full-text search of New York Times news articles. Returns headlines, abstracts, sections, bylines, and URLs. Example: search_articles({ query: "artificial intelligence", sort: "newest" })

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "Result page (0-indexed, 10 results per page). Default 0."
    },
    "sort": {
      "enum": [
        "newest",
        "oldest",
        "relevance"
      ],
      "type": "string",
      "description": "Sort order for results. Default \"newest\"."
    },
    "query": {
      "type": "string",
      "description": "Search query — keywords or phrase to search New York Times articles for."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own NYT API key for higher limits; omit to use the shared Pipeworx key."
    },
    "begin_date": {
      "type": "string",
      "description": "Earliest article date in YYYYMMDD format, e.g. \"20240101\" (optional)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-nyt

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

2/7 registries
View full server →