MCP server · operational
Tavily MCP
Search, extract, map and crawl built for LLMs.
Official Tavily remote MCP server. Combines an LLM-oriented search API with extract, map and crawl tools that return citation-ready content.
- endpoint
https://mcp.tavily.com/mcp- auth
- Bearer API key
- try it
- tested example call
curl -sS -X POST https://mcp.tavily.com/mcp -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- web.search · web.extract · web.crawl
- tags
- search · extract · crawl · research
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/tavily-mcp
Agents can discover Tavily MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.