tavily-mcp
Verified Safeby tavily-ai
Overview
Provides an MCP server wrapper for the Tavily API, enabling real-time web search, data extraction, website crawling, and site mapping functionalities for AI models.
Installation
npx -y tavily-mcp@latestEnvironment Variables
- TAVILY_API_KEY
Security Notes
The server correctly loads the Tavily API key from an environment variable, preventing hardcoding. It uses `axios` for external API calls, a standard and secure HTTP client. No direct usage of `eval` or dangerous `child_process` methods was found. The primary security considerations would revolve around the security of the Tavily API itself and the nature of the URLs provided by the user to the extract/crawl/map tools, which is outside the direct control of this server's codebase.
Similar Servers
exa-mcp-server
Integrates Exa AI's search engine into AI assistants, providing real-time web search, code context retrieval, and comprehensive research capabilities.
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
apify-mcp-server
Enables AI agents to integrate with and leverage Apify Actors for web scraping, data extraction, and automation across various online platforms.