tavily-mcp-sse
0
Tavily MCP Server is a FastAPI application designed to provide an interface for interacting with the Tavily API, featuring search and extraction functionalities. It offers detailed options for customized searches and content extraction via POST requests.
Overview
- Tavily MCP Server: A FastAPI-based application providing endpoints to interact with the Tavily API.
- Features:
- API key authentication.
- Utilizes
fastapi-mcp
for creating an SSE MCP server.
Endpoints
/tavily-search
: Perform searches with various options like query, search depth, topic, days, time range, results limit, images, image descriptions, raw content, and domain filtering./tavily-extract
: Extract content from URLs with options for extraction depth and image inclusion.
Installation and Usage
- Install dependencies with a command.
- Run server using a command, available at
http://127.0.0.1:8000
. - Requires
API_KEY
andTAVILY_API_KEY
set as environment variables.