# Tavily (verified)

Search the web with fast, accurate results optimized for AI. Get clean, structured answers with source URLs and relevance scoring.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Tavily

# Browse available tools
npx -y @smithery/cli@latest tool list Tavily

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Tavily tavily_search

# Call a tool
npx -y @smithery/cli@latest tool call Tavily tavily_search '{}'
```

## Direct MCP Connection

Endpoint: `https://tavily.run.tools`

## Tools (6)

- `tavily_search` — Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns…
- `tavily_extract` — Extract content from URLs. Returns raw page content in markdown or text format.
- `tavily_crawl` — Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.
- `tavily_map` — Map a website's structure. Returns a list of URLs found starting from the base URL.
- `tavily_research` — Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from mul…
- `tavily_skill` — Search documentation for any library, API, or tool. Returns relevant, structured documentation chunks assembled for you…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Tavily <tool-name>
```
