NYTimes Article Search MCP Server

search_articles

Search NYTimes articles from the last 30 days based on a keyword

Input Schema

NameRequiredDescriptionDefault
keywordYesKeyword to search for in articles

Input Schema (JSON Schema)

{ "properties": { "keyword": { "description": "Keyword to search for in articles", "type": "string" } }, "required": [ "keyword" ], "type": "object" }

Other Tools