{
  "id": "tavily",
  "name": "Tavily",
  "description": "Production-grade web search optimized for LLM agents. Free tier available.",
  "docsUrl": "https://github.com/tavily-ai/tavily-mcp",
  "iconBg": "#2563EB",
  "keywords": [
    "search",
    "web",
    "browsing",
    "research"
  ],
  "popularityRank": 90,
  "installHint": "Paste your Tavily API key - the official tavily-mcp package runs via npx.",
  "connectionOptions": [
    {
      "id": "api",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "tavily",
        "command": "npx",
        "args": [
          "-y",
          "tavily-mcp"
        ],
        "envFields": [
          {
            "key": "TAVILY_API_KEY",
            "label": "Tavily API key",
            "type": "password",
            "placeholder": "tvly-...",
            "required": true,
            "helperText": "API key from your Tavily dashboard.",
            "helperLink": "https://app.tavily.com/home?tab=keys"
          }
        ]
      },
      "auth": {
        "strategy": "api_key"
      }
    }
  ]
}
