Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.tavily-ai/tavily-mcp

NPM · TAVILY-MCP · SCANNED AUG 3

MCP server for advanced web search using Tavily

Available components

+17 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.25.2, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (122 of 123), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability57
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1017 tokens (~254/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · tavily-mcp

# add to Claude Code
claude mcp add tavily-ai-tavily-mcp -- npx -y tavily-mcp
# add to Codex CLI
codex mcp add tavily-ai-tavily-mcp -- npx -y tavily-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tavily-ai-tavily-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tavily-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tavily-ai-tavily-mcp --command npx --arg -y --arg tavily-mcp
# ~/.hermes/config.yaml
mcp_servers:
  tavily-ai-tavily-mcp:
    command: "npx"
    args: ["-y", "tavily-mcp"]
// mcp.json
{
  "mcpServers": {
    "tavily-ai-tavily-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +36
    • CVE-2026-25536 affects this package: high security
    • GHSA-frvp-7c67-39w9 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Stability: unverified → 0.20 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +18
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-frvp-7c67-39w9 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N yes
GHSA-345p-7cg4-v4c7 CVE-2026-25536 high CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N yes
Dependencies 122 packages

122 packages in the resolved dependency tree · 122 deprecated · 35 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~1,017 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
tavily_crawl ~290

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

NameTypeReqDescription
allow_externalbooleanWhether to return external links in the final response
extract_depthstringAdvanced extraction retrieves more data, including tables and embedded content, with higher success but may increase latency
formatstringThe format of the extracted web page content. markdown returns content in markdown format. text returns plain text and may increase latency.
include_faviconbooleanWhether to include the favicon URL for each result
instructionsstringNatural language instructions for the crawler. Instructions specify which types of pages the crawler should return.
limitintegerTotal number of links the crawler will process before stopping
max_breadthintegerMax number of links to follow per level of the tree (i.e., per page)
max_depthintegerMax depth of the crawl. Defines how far from the base URL the crawler can explore.
select_domainsarrayRegex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs\.example\.com$)
select_pathsarrayRegex patterns to select only URLs with specific path patterns (e.g., /docs/.*, /api/v1.*)
urlstringyesThe root URL to begin the crawl

No output schema declared.

No examples provided.

tavily_extract ~110

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

NameTypeReqDescription
extract_depthstringUse 'advanced' for LinkedIn, protected sites, or tables/embedded content
formatstringOutput format
include_faviconbooleanInclude favicon URLs
include_imagesbooleanInclude images from pages
querystringQuery to rerank content chunks by relevance
urlsarrayyesList of URLs to extract content from

No output schema declared.

No examples provided.

tavily_map ~201

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

NameTypeReqDescription
allow_externalbooleanWhether to return external links in the final response
instructionsstringNatural language instructions for the crawler
limitintegerTotal number of links the crawler will process before stopping
max_breadthintegerMax number of links to follow per level of the tree (i.e., per page)
max_depthintegerMax depth of the mapping. Defines how far from the base URL the crawler can explore
select_domainsarrayRegex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs\.example\.com$)
select_pathsarrayRegex patterns to select only URLs with specific path patterns (e.g., /docs/.*, /api/v1.*)
urlstringyesThe root URL to begin the mapping

No output schema declared.

No examples provided.

tavily_search ~416

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

NameTypeReqDescription
countrystringBoost search results from a specific country. This will prioritize content from the selected country in the search results. Available only if topic is general.
end_datestringWill return all results before the specified end date. Required to be written in the format YYYY-MM-DD
exclude_domainsarrayList of domains to specifically exclude, if the user asks to exclude a domain set this to the domain of the site
include_domainsarrayA list of domains to specifically include in the search results, if the user asks to search on specific sites set this to the domain of the site
include_faviconbooleanWhether to include the favicon URL for each result
include_image_descriptionsbooleanInclude a list of query-related images and their descriptions in the response
include_imagesbooleanInclude a list of query-related images in the response
include_raw_contentbooleanInclude the cleaned and parsed HTML content of each search result
max_resultsnumberThe maximum number of search results to return
querystringyesSearch query
search_depthstringThe depth of the search. 'basic' for generic results, 'advanced' for more thorough search, 'fast' for optimized low latency with high relevance, 'ultra-fast' for prioritizing latency above all else
start_datestringWill return all results after the specified start date. Required to be written in the format YYYY-MM-DD.
time_rangestringThe time range back from the current date to include in the search results. This feature is available for both 'general' and 'news' search topics
topicstringThe category of the search. This will determine which of our agents will be used for the search

No output schema declared.

No examples provided.