Tavily

Tavily是一家专注于AI搜索的公司,他们的搜索会为了LLM进行优化,以便于LLM进行数据检索。

MCP 工具

Search(搜索)

Tavily是一家专注于AI搜索的公司,他们的搜索会为了LLM进行优化,以便于LLM进行数据检索。

参数

Body 参数

  • api_key (string, 必需): API Key | 示例值:{{YOUR_API_KEY}}

  • query (string, 必需): The search query string | 示例值:chatgpt

  • search_depth (string, 可选): "basic" or "advanced" | 示例值:basic

  • include_images (boolean, 可选):

  • max_results (number, 可选): 1-20, default:5

  • include_domains (array, 可选):

  • exclude_domains (array, 可选):

Extract(提取网页)

Tavily是一家专注于AI搜索的公司,他们的搜索会为了LLM进行优化,以便于LLM进行数据检索。

参数

Body 参数

  • api_key (string, 必需): API Key | 示例值:{{YOUR_API_KEY}}

  • urls (array, 可选):

MCP Cline 配置

此服务器需要通过您的 MCP 客户端进行配置。以下是不同环境下的示例:

需要替换你的租户ID和API Key(必需)

API 接口

Search(搜索)

请求信息

  • Method: POST

  • Endpoint: /tavily/search

请求参数

Body 参数

  • api_key (string, 必需): API Key | 示例值:{{YOUR_API_KEY}}

  • query (string, 必需): The search query string | 示例值:chatgpt

  • search_depth (string, 可选): "basic" or "advanced" | 示例值:basic

  • include_images (boolean, 可选):

  • max_results (number, 可选): 1-20, default:5

  • include_domains (array, 可选):

  • exclude_domains (array, 可选):

返回响应

  • 200 成功

    • Content-Type:application/json

请求示例

响应示例

Extract(提取网页)

请求信息

  • Method: POST

  • Endpoint: /tavily/extract

请求参数

Body 参数

  • api_key (string, 必需): API Key | 示例值:{{YOUR_API_KEY}}

  • urls (array, 可选):

返回响应

  • 200 成功

    • Content-Type:application/json

请求示例

响应示例

最后更新于