MCP Tavily Search Server

by spences10
Verified

tavily_search

Search the web using Tavily Search API, optimized for high-quality, factual results

Input Schema

NameRequiredDescriptionDefault
exclude_domainsNoList of domains to exclude from search. Defaults to social media and potentially unreliable sources if not specified.
include_answerNoInclude an AI-generated answer based on search results
include_domainsNoList of trusted domains to include in search. Defaults to academic and technical sources if not specified.
queryYesSearch query
search_depthNoThe depth of the search ("basic" for faster results, "advanced" for more thorough search)basic

Input Schema (JSON Schema)

{ "properties": { "exclude_domains": { "default": [], "description": "List of domains to exclude from search. Defaults to social media and potentially unreliable sources if not specified.", "items": { "type": "string" }, "type": "array" }, "include_answer": { "default": true, "description": "Include an AI-generated answer based on search results", "type": "boolean" }, "include_domains": { "default": [], "description": "List of trusted domains to include in search. Defaults to academic and technical sources if not specified.", "items": { "type": "string" }, "type": "array" }, "query": { "description": "Search query", "type": "string" }, "search_depth": { "default": "basic", "description": "The depth of the search (\"basic\" for faster results, \"advanced\" for more thorough search)", "enum": [ "basic", "advanced" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools