Summary
Recent news, with recency as a parameter rather than a hope.
Most search tools make the time window a filter you hope is honoured; here the number of days back sits on the call, next to whether you want Tavily's curated news topic or raw general pages. One tool, one job.
What it is
A single-purpose Go server over the Tavily search API: news search by keyword, with the number of days back, the result count and the search depth all set per call.
What you get
- News search by keyword, defaulting to the last 7 days
- The lookback window set in days on each query
- The number of articles returned, 5 by default
- Basic or advanced search depth, chosen per call
- A general topic as well as news, when you want unprocessed pages rather than curated articles
Requirements
A Tavily API key, passed as an argument to the run command. Install with go install github.com/y7ut/mcp-tavily-search@latest, or run the published Docker image.
Setup effort
One command plus a key — go install github.com/y7ut/mcp-tavily-search@latest, then supply credentials
