Skip to main content
Glama
online111111

Tavily Search MCP Server

by online111111

Tavily Search MCP Server

A Model Context Protocol (MCP) server for the Tavily Search API with automatic multi-key fallback. Built with FastMCP.

Features

  • πŸ”„ Multi-key auto fallback β€” automatically rotates through TAVILY_API_KEY_1, TAVILY_API_KEY_2, etc. when rate-limited

  • 🌐 Web search β€” tavily_search for general web search

  • πŸ“„ Content extraction β€” tavily_extract to get content from URLs

  • πŸ—ΊοΈ Crawl & Map β€” tavily_crawl / tavily_map for website structure

  • πŸ”¬ Deep Research β€” tavily_research_create / tavily_research_get for AI-powered research

  • πŸ“Š Usage tracking β€” tavily_usage to check API quota

Related MCP server: Tavily MCP Server

Quick Start

{
  "mcpServers": {
    "tavily-search": {
      "command": "uvx",
      "args": ["tavily-search-mcp-server"]
    }
  }
}

Environment Variables

Variable

Required

Description

TAVILY_API_KEY_1

Yes

Primary Tavily API key

TAVILY_API_KEY_2..5

No

Fallback keys for auto-rotation

The server automatically discovers TAVILY_API_KEY_* env vars and falls back through them on 429 errors. Also supports single TAVILY_API_KEY for backward compatibility.

Available Tools

Tool

Description

tavily_search

Search the web with configurable depth, topic, time range

tavily_extract

Extract content from one or more URLs

tavily_crawl

Crawl a website with depth/breadth control

tavily_map

Map website structure

tavily_search_context

Search with raw content results

tavily_research_create

Create a deep research task

tavily_research_get

Get research task status/results

tavily_usage

Check API usage/quota

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/online111111/tavily-search-mcp-server'

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