Tavily Search MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | No | Single Tavily API key for backward compatibility | |
| TAVILY_API_KEY_1 | No | Primary Tavily API key | |
| TAVILY_API_KEY_2 | No | Fallback Tavily API key 2 | |
| TAVILY_API_KEY_3 | No | Fallback Tavily API key 3 | |
| TAVILY_API_KEY_4 | No | Fallback Tavily API key 4 | |
| TAVILY_API_KEY_5 | No | Fallback Tavily API key 5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tavily_searchC | 搜索互联网获取最新信息。多 API Key 自动轮换,配额耗尽时自动切换。 |
| tavily_extractC | 从 URL 提取内容。多 API Key 自动轮换。 |
| tavily_crawlC | 爬取网站。多 API Key 自动轮换。 |
| tavily_search_contextC | 搜索并返回带原始内容的上下文结果。多 API Key 自动轮换。 |
| tavily_mapC | 绘制网站结构地图。多 API Key 自动轮换。 |
| tavily_research_createC | 创建 Tavily 深度研究任务。多 API Key 自动轮换。 |
| tavily_research_getC | 查询 Tavily 深度研究任务状态/结果。多 API Key 自动轮换。 |
| tavily_usageA | 查询 Tavily 使用量/额度。多 API Key 自动轮换。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: search, search with context, crawl, extract, map, research creation, research retrieval, and usage monitoring. No overlap or ambiguity.
All tools follow the consistent 'tavily_<verb>' pattern, using clear action verbs like search, crawl, extract, map, research_create, research_get, and usage. No mixing of conventions.
8 tools is appropriate for a web search and research service, covering core operations without being excessive or insufficient.
The tool surface covers search, crawling, extraction, site mapping, research tasks, and usage monitoring. Minor gap: no tool to list or cancel research tasks, but core workflows are covered.