Back to Home
BACH-AI-Tools icon

tavily-mcp

Verified Safe

by BACH-AI-Tools

Overview

Provides an MCP server to enable AI models with real-time web search, data extraction, website mapping, and crawling capabilities via the Tavily API.

Installation

Run Command
npx -y @bachstudio/tavily-mcp

Environment Variables

  • TAVILY_API_KEY

Security Notes

The server uses `process.env.TAVILY_API_KEY` for API key management, preventing hardcoded secrets. It relies on `@modelcontextprotocol/sdk` for schema validation of tool inputs, which helps mitigate injection risks. Network requests are handled by `axios`, a standard and secure HTTP client. No direct `eval` or shell command execution from user input was identified. Error handling for API calls is present. The server's primary function is to proxy requests to a third-party API (Tavily), limiting direct processing of arbitrary user input beyond defined tool schemas.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-04

Tags

web searchdata extractionweb crawlingsite mappingtavily api