Initial commit: marketplace structure with connectors.json and index.html
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"id": "tavily",
|
||||
"name": "Tavily",
|
||||
"version": "1.0.0",
|
||||
"type": "mcp_remote",
|
||||
"mcp_config": {
|
||||
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey={key}",
|
||||
"transport": "streamable-http"
|
||||
},
|
||||
"requires": [
|
||||
"API_KEY"
|
||||
],
|
||||
"docs": [
|
||||
{
|
||||
"lang": "en",
|
||||
"description": "Tavily MCP: web search and content extraction server. Use for real-time search, news articles, and site scraping. Returns fresh, relevant results from the web.",
|
||||
"llm_short_description": "Web search MCP \u2014 real-time results, news, site scraping. Richiede API key Tavily."
|
||||
}
|
||||
],
|
||||
"homepage": "https://tavily.com",
|
||||
"icon_small": "icon_sm.png",
|
||||
"icon_large": "icon_lg.png",
|
||||
"scope": "global",
|
||||
"tags": [
|
||||
"search",
|
||||
"mcp",
|
||||
"remote"
|
||||
],
|
||||
"auth": {
|
||||
"type": "api_key",
|
||||
"delivery": "query",
|
||||
"param": "tavilyApiKey"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user