Tavily MCP Server

Official

tavily-extract

A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data collection, content analysis, and research tasks.

Input Schema

NameRequiredDescriptionDefault
extract_depthNoDepth of extraction - 'basic' or 'advanced', if usrls are linkedin use 'advanced' or if explicitly told to use advancedbasic
include_imagesNoInclude a list of images extracted from the urls in the response
urlsYesList of URLs to extract content from

Input Schema (JSON Schema)

{ "properties": { "extract_depth": { "default": "basic", "description": "Depth of extraction - 'basic' or 'advanced', if usrls are linkedin use 'advanced' or if explicitly told to use advanced", "enum": [ "basic", "advanced" ], "type": "string" }, "include_images": { "default": false, "description": "Include a list of images extracted from the urls in the response", "type": "boolean" }, "urls": { "description": "List of URLs to extract content from", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }

You must be authenticated.

Other Tools