Tavily MCP Load Balancer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | No | 单个API密钥 | |
| TAVILY_API_KEYS | No | API密钥列表(逗号分隔) | |
| SUPERGATEWAY_PORT | No | 服务端口 | 60002 |
| SUPERGATEWAY_BASE_URL | No | 基础URL | http://0.0.0.0:60002 |
| SUPERGATEWAY_SSE_PATH | No | SSE路径 | /sse |
| SUPERGATEWAY_MESSAGE_PATH | No | 消息路径 | /message |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tavily-searchB | A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns relevant web content with customizable parameters for result count, content type, and domain filtering. Ideal for gathering current information, news, and detailed web content analysis. |
| searchB | A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns relevant web content with customizable parameters for result count, content type, and domain filtering. Ideal for gathering current information, news, and detailed web content analysis. |
| tavily-extractC | A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data collection, content analysis, and research tasks. |
| tavily-crawlA | A powerful web crawler that initiates a structured web crawl starting from a specified base URL. The crawler expands from that point like a tree, following internal links across pages. You can control how deep and wide it goes, and guide it to focus on specific sections of the site. |
| tavily-mapA | A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site structure, content organization, and navigation paths. Perfect for site audits, content discovery, and understanding website architecture. |
| tavily-mapA | A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site structure, content organization, and navigation paths. Perfect for site audits, content discovery, and understanding website architecture. |
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 5 tools
The tool set has significant overlap and ambiguity, particularly between 'search' and 'tavily-search', which appear to be identical based on their descriptions. Additionally, 'tavily-crawl', 'tavily-extract', and 'tavily-map' all involve web content processing, making it unclear when to use one over the others without more specific distinctions in their purposes.
The naming is mixed: four tools use a consistent 'tavily-' prefix with descriptive suffixes (crawl, extract, map, search), but one tool is named simply 'search' without the prefix. This deviation breaks full consistency, though the overall pattern is still readable and not chaotic.
With 5 tools, the count is reasonable for a web search and content analysis server, aligning well with typical scopes. It's slightly under the ideal range but not overly thin, as each tool (despite overlaps) covers different aspects of web interaction.
The server covers core web operations like search, crawling, extraction, and mapping, but there are notable gaps. For example, there's no tool for updating or managing saved searches, filtering results beyond basic parameters, or handling authentication for restricted content, which could limit agent workflows in more advanced scenarios.