A
securityA
licenseA
qualityThis is a TypeScript-based MCP server that allows searching for New York Times articles from the last 30 days based on a keyword.
Last updated -
1
5
8
JavaScript
MIT License
Offers a containerized deployment option for the MCP server, allowing it to run in isolated containers for improved portability and consistent execution across different environments.
A Model Context Protocol (MCP) server that provide search by tavily.
install
add config to mcp config file.
or debug
Parameter | Type | Default Value | Description | Required |
---|---|---|---|---|
keyword | string | N/A | The keyword to search for. | Yes |
days | number | 7 | Number of days to search within. Default is 7 days. | No |
limit | number | 5 | Number of news articles to return. Default is 5. | No |
search_depth | string | "basic" | The depth of the search. It can be "basic" or "advanced" . Default is "basic" . | No |
topic | string | "news" | The topic of the search. Options are "general" (unprocessed pages) or "news" (high-quality news). Default is "news" . | No |
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Use Tavily Search to search for news pages or images.