{
  "name": "com.tavily.search",
  "version": "1.0.0",
  "title": "Tavily MCP Server",
  "description": "Real-time web search, content extraction, crawling, and site mapping for AI agents and RAG workflows.",
  "websiteUrl": "https://docs.tavily.com/documentation/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.tavily.com/mcp/",
      "supportedProtocolVersions": ["2025-06-18"]
    }
  ],
  "capabilities": {
    "tools": {}
  },
  "authentication": {
    "required": true,
    "schemes": ["bearer", "oauth2"]
  }
}
