tavily-search-mcp-server
by apappascs
tavily_search
Performs a web search using the Tavily Search API, optimized for LLMs. Use this for broad information gathering, recent events, or when you need diverse web sources. Supports search depth, topic selection, time range filtering, and domain inclusion/exclusion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days | No | The number of days back from the current date to include in the search results (for news topic). | |
exclude_domains | No | A list of domains to specifically exclude from the search results. | |
include_answer | No | Include a short answer to original query, generated by an LLM based on Tavily's search results. | |
include_domains | No | A list of domains to specifically include in the search results. | |
include_image_descriptions | No | When include_images is set to True, this option adds descriptive text for each image. | |
include_images | No | Include a list of query-related images in the response. | |
include_raw_content | No | Include the cleaned and parsed HTML content of each search result. | |
max_results | No | The maximum number of search results to return. | |
query | Yes | The search query. | |
search_depth | No | The depth of the search. It can be "basic" or "advanced". | basic |
time_range | No | The time range back from the current date to include in the search results. Accepted values include "day","week","month","year" or "d","w","m","y". | |
topic | No | The category of the search. Currently: only "general" and "news" are supported. | general |