# Tavily Web Search and Extraction Server

Enable AI assistants to perform real-time web searches, extract data from web pages, map website structures, and crawl websites systematically. Integrate advanced search and data extraction capabilit…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list avac22/tavily-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get avac22/tavily-mcp tavily-search

# Call a tool
npx -y @smithery/cli@latest tool call avac22/tavily-mcp tavily-search '{}'
```

## Tools (4)

- `tavily-search` — A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns rele…
- `tavily-extract` — A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data col…
- `tavily-crawl` — A powerful web crawler that initiates a structured web crawl starting from a specified base URL. The crawler expands fr…
- `tavily-map` — A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site st…

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

---

Source: https://github.com/avac22/tavily-mcp | License: MIT
