43 lines
884 B
JSON
43 lines
884 B
JSON
{
|
|
"id": "tavily",
|
|
"name": "Tavily",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "tavily/icon_sm.png",
|
|
"icon_large": "tavily/icon_lg.png",
|
|
"user_description": "Web search API for LLMs \u2014 real-time results, news, and content extraction.",
|
|
"tags": [
|
|
"search",
|
|
"mcp",
|
|
"remote"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "tavily",
|
|
"version": 5,
|
|
"version_string": "1.0.4",
|
|
"version_release_date": "2026-07-22",
|
|
"tools": [
|
|
{
|
|
"name": "tavily_search",
|
|
"display_name": "Web Search"
|
|
},
|
|
{
|
|
"name": "tavily_extract",
|
|
"display_name": "Extract Content"
|
|
},
|
|
{
|
|
"name": "tavily_crawl",
|
|
"display_name": "Crawl Site"
|
|
},
|
|
{
|
|
"name": "tavily_map",
|
|
"display_name": "Map Site"
|
|
},
|
|
{
|
|
"name": "tavily_research",
|
|
"display_name": "Deep Research"
|
|
}
|
|
]
|
|
} |