Back to MCP Directory
Tavily
Model Context Protocol moderate risk

Tavily

This MCP server provides access to the Tavily search engine, enabling agents to perform web searches and retrieve information based on user queries.

Connections & Capabilities

Connects To

GitHubDocker

Capabilities

read

Quickstart

Install

npx -y @smithery/cli install tavily-search --client claude

Exposed MCP Tools (1)

safe
search

Performs web searches using the Tavily API based on a specified query.

The tool only performs read-only search operations.

Safety Assessment

The Tavily search server is relatively safe for general use, as it primarily performs read-only operations. However, users should be mindful of the information they include in search queries and the potential for exposure to external links. Ensure the Tavily API key is securely managed to prevent unauthorized usage.

  • Requires an API key for authentication, limiting unauthorized access.
  • Search functionality is sandboxed, preventing arbitrary code execution.
  • Primarily read-only operations, minimizing the risk of data modification or deletion.
  • No direct access to the file system or sensitive system resources.
  • Relies on the security of the Tavily API and its infrastructure.
  • Potential for information leakage if search queries contain sensitive data.
  • Improperly sanitized search results could expose users to malicious content.
  • Dependency on external API introduces a point of failure.