Skip to main content
Glama
ai-integr8tor

Tavily MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYYesYour Tavily API key
TAVILY_HUMAN_IDNoOptional identifier for the end user (hashed server-side)
DEFAULT_PARAMETERSNoJSON string of default parameters for searches (e.g., {"include_images": true})

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tavily_searchB

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

tavily_extractC

Extract content from URLs. Returns raw page content in markdown or text format.

tavily_crawlC

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

tavily_mapB

Map a website's structure. Returns a list of URLs found starting from the base URL.

tavily_researchB

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings. Rate limit: 20 requests per minute.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-integr8tor/tavily-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server