tavily_mcp
by SqrtLeaves
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_DAYS | No | Time window for news results, in days. | 1 |
| TAVILY_TOPIC | No | Search topic: 'news' or 'general'. | news |
| TAVILY_API_KEY | Yes | Your Tavily API key used for authentication to the upstream Tavily MCP server. | |
| TAVILY_ENABLED | No | When set to 'false', the search tool returns an error immediately and does not make any HTTP requests. | true |
| TAVILY_MCP_URL | No | The URL of the Tavily MCP HTTP server. | https://tavily.sharyuke.com/api/mcp |
| TAVILY_MAX_RESULTS | No | Default maximum number of search results to return. | 10 |
| TAVILY_MCP_TIMEOUT | No | Timeout in seconds for HTTP requests to the Tavily MCP server. | 60 |
| TAVILY_SEARCH_DEPTH | No | Search depth: 'basic' or 'advanced'. | advanced |
| TAVILY_MCP_DEBUG_LOG | No | File path for debug logging. | /tmp/tavily_mcp_debug.log |
| TAVILY_INCLUDE_ANSWER | No | Whether to include an AI-generated summary answer in the response. | true |
| TAVILY_MCP_AUTH_HEADER | No | The name of the HTTP header used for authentication. | Authorization |
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 |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SqrtLeaves/tavily_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server