|
| 1 | +## Tavily MCP Server |
| 2 | + |
| 3 | +Advanced web search and data extraction capabilities through the Tavily API, providing real-time web search, intelligent data extraction, website mapping, and web crawling tools. |
| 4 | + |
| 5 | +**About this MCP Server:** To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at [mcp.apify.com](https://mcp.apify.com). |
| 6 | + |
| 7 | +## Connection URL |
| 8 | +MCP clients can connect to this server at: |
| 9 | + |
| 10 | +```text |
| 11 | +https://mcp-servers--tavily-mcp-server.apify.actor/mcp |
| 12 | +``` |
| 13 | + |
| 14 | +## Client Configuration |
| 15 | +To connect to this MCP server, use the following configuration in your MCP client: |
| 16 | + |
| 17 | +```json |
| 18 | +{ |
| 19 | + "mcpServers": { |
| 20 | + "tavily": { |
| 21 | + "url": "https://mcp-servers--tavily-mcp-server.apify.actor/mcp", |
| 22 | + "headers": { |
| 23 | + "Authorization": "Bearer YOUR_APIFY_TOKEN" |
| 24 | + } |
| 25 | + } |
| 26 | + } |
| 27 | +} |
| 28 | +``` |
| 29 | + |
| 30 | +**Note:** Replace `YOUR_APIFY_TOKEN` with your actual Apify API token. You can find your token in the [Apify Console](https://console.apify.com/account/integrations). |
| 31 | + |
| 32 | +## 🚩 Claim this MCP server |
| 33 | +All credits to the original authors of https://github.com/tavily-ai/tavily-mcp |
| 34 | +To claim this server, please write to [[email protected]](mailto:[email protected]). |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +#  |
| 39 | + |
| 40 | +The Tavily MCP server provides: |
| 41 | +- **search** - Real-time web search capabilities through the tavily-search tool |
| 42 | +- **extract** - Intelligent data extraction from web pages via the tavily-extract tool |
| 43 | +- **map** - Powerful web mapping tool that creates a structured map of website |
| 44 | +- **crawl** - Web crawler that systematically explores websites |
| 45 | + |
| 46 | +## Available Tools |
| 47 | + |
| 48 | +### tavily-search |
| 49 | +Perform real-time web searches using Tavily's advanced search API. This tool can search the web for current information and return relevant, summarized results. |
| 50 | + |
| 51 | +**Parameters:** |
| 52 | +- `query` (string, required): The search query |
| 53 | +- `search_depth` (string, optional): "basic" or "advanced" search depth |
| 54 | +- `max_results` (number, optional): Maximum number of results to return |
| 55 | +- `include_domains` (array, optional): List of domains to include in search |
| 56 | +- `exclude_domains` (array, optional): List of domains to exclude from search |
| 57 | + |
| 58 | +### tavily-extract |
| 59 | +Extract and analyze content from web pages using Tavily's intelligent extraction capabilities. |
| 60 | + |
| 61 | +**Parameters:** |
| 62 | +- `urls` (array, required): List of URLs to extract content from |
| 63 | +- `content_type` (string, optional): Type of content to extract |
| 64 | + |
| 65 | +### tavily-map |
| 66 | +Create a structured map of a website, showing its hierarchy and organization. |
| 67 | + |
| 68 | +**Parameters:** |
| 69 | +- `url` (string, required): The website URL to map |
| 70 | +- `depth` (number, optional): How deep to crawl the website |
| 71 | + |
| 72 | +### tavily-crawl |
| 73 | +Systematically explore and crawl websites to gather comprehensive information. |
| 74 | + |
| 75 | +**Parameters:** |
| 76 | +- `url` (string, required): The starting URL for crawling |
| 77 | +- `max_pages` (number, optional): Maximum number of pages to crawl |
| 78 | +- `depth` (number, optional): Maximum crawl depth |
| 79 | + |
| 80 | +## Configuration |
| 81 | + |
| 82 | +To use this MCP server, you'll need a Tavily API key. You can obtain one from [tavily.com](https://www.tavily.com/). |
| 83 | + |
| 84 | +The server requires the following environment variable: |
| 85 | +- `TAVILY_API_KEY`: Your Tavily API key |
| 86 | + |
| 87 | +## References |
| 88 | +To learn more about Apify and Actors, take a look at the following resources: |
| 89 | +- [Apify SDK for JavaScript documentation](https://docs.apify.com/sdk/js) |
| 90 | +- [Apify SDK for Python documentation](https://docs.apify.com/sdk/python) |
| 91 | +- [Apify Platform documentation](https://docs.apify.com/platform) |
| 92 | +- [Apify MCP Server](https://docs.apify.com/platform/integrations/mcp) |
| 93 | +- [Webinar: Building and Monetizing MCP Servers on Apify](https://www.youtube.com/watch?v=w3AH3jIrXXo) |
| 94 | +- [Join our developer community on Discord](https://discord.com/invite/jyEM2PRvMU) |
0 commit comments