"""
Tavily MCP Server with Proxy Support
"""
from mcp_server_tavily.server import serve
__version__ = "0.1.0"
def main():
"""Entry point for the application."""
import asyncio
import os
import sys
api_key = os.getenv("TAVILY_API_KEY")
if not api_key:
print("Error: TAVILY_API_KEY environment variable is required", file=sys.stderr)
sys.exit(1)
asyncio.run(serve(api_key))
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tulong66/mcp-tavily-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server