The New York Times · Capability
NYT Article Research
Unified workflow for researching and discovering NYT content. Combines article search, archive access, top stories, and the newswire to support journalists, researchers, and developers building news applications. Enables keyword-based article discovery, historical archive access, and real-time content monitoring.
What You Can Do
GET
Search articles
— Search NYT articles using keywords, filters, and facets.
/v1/articles
GET
Get articles by month
— Get all NYT articles for a specific year and month.
/v1/archive/{year}/{month}
GET
Get top stories by section
— Get top stories from the specified NYT section.
/v1/top-stories/{section}
GET
Get newswire content
— Get recently published NYT articles in real-time.
/v1/newswire/{source}/{section}
MCP Tools
search-articles
Search NYT articles from 1851 to today using keywords, date ranges, and section filters.
read-only
idempotent
get-articles-by-month
Retrieve all NYT articles published in a specific year and month, going back to 1851.
read-only
idempotent
get-top-stories-by-section
Get articles currently featured on a specific NYT section front page.
read-only
idempotent
get-newswire-content
Monitor the NYT newswire for recently published articles by section in real-time.
read-only
idempotent
APIs Used
nyt-article-search
nyt-archive
nyt-top-stories
nyt-newswire