{ "id": "tavily", "name": "Tavily", "version": "1.0.0", "type": "mcp_remote", "mcp_config": { "url": "https://mcp.tavily.com/mcp/?tavilyApiKey={SECRET:tavilyApiKey}", "transport": "streamable-http" }, "verify": { "command": "python3 verify.py", "timeout_secs": 15 }, "docs": [{ "lang": "en", "description": "Ricerca web e page-extraction in tempo reale, via Tavily.", "llm_short_description": "Cerca sul web ed estrai contenuti delle pagine tramite Tavily." }], "auth": { "type": "api_key" }, "env": [{ "name": "tavilyApiKey", "label": "Tavily API key", "description": "Creala su https://app.tavily.com (dashboard del tuo account).", "required": true, "secret": true, "example": "tvly-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }], "homepage": "https://tavily.com", "icon_small": "icon_sm.png", "icon_large": "icon_lg.png", "scope": "global", "tags": ["search", "mcp", "remote"] }