mcp-tavily
Verified Safeby RamXX
Overview
Provides AI-powered web search, answer generation, and news search capabilities to LLMs via the Tavily API for research, fact-finding, and gathering detailed information.
Installation
python -m mcp_server_tavilyEnvironment Variables
- TAVILY_API_KEY
Security Notes
The Tavily API key is securely managed via environment variables or command-line arguments, not hardcoded. Input validation for parameters is implemented using Pydantic models. Domain list parsing uses `json.loads` within a controlled context, with fallbacks for non-JSON strings, which appears safe. The server interacts via MCP's `stdio_server`, avoiding direct network exposure. External API calls to Tavily are a core function and handled responsibly.
Similar Servers
tavily-mcp
Provides web search, content extraction, website crawling, and site mapping capabilities to AI agents via the Model Context Protocol.
MCP
Provides a comprehensive suite of web interaction, search, and AI-powered text/image processing tools to Large Language Models (LLMs) via the Model Context Protocol (MCP).
mcp-omnisearch
A Model Context Protocol (MCP) server that provides unified access to multiple search providers, AI tools, and content processing/enhancement features through a single interface.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.