Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions registries/toolhive/servers/tavily-mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"ghcr.io/stacklok/dockyard/npx/tavily-mcp:0.2.16": {
"ghcr.io/stacklok/dockyard/npx/tavily-mcp:0.2.17": {
"metadata": {
"last_updated": "2026-03-01T03:02:56Z",
"last_updated": "2026-03-12T15:32:38Z",
"stars": 1265
},
"overview": "## Tavily MCP Server\n\nThe tavily-mcp server is a Model Context Protocol (MCP) server that enables AI assistants and agents to perform real-time web search and research using Tavily. It allows AI-driven workflows to retrieve fresh, relevant information from the web β€” including articles, documentation, and summaries β€” without relying solely on static training data or manual browsing. This server is especially useful for research, question answering, competitive analysis, and any workflow where up-to-date information is critical.",
Expand Down Expand Up @@ -316,7 +316,7 @@
"type": "boolean"
},
"max_results": {
"default": 10,
"default": 5,
"description": "The maximum number of search results to return",
"maximum": 20,
"minimum": 5,
Expand All @@ -343,7 +343,7 @@
"type": "string"
},
"time_range": {
"description": "The time range back from the current date to include in the search results. This feature is available for both 'general' and 'news' search topics",
"description": "The time range back from the current date to include in the search results",
"enum": [
"day",
"week",
Expand Down Expand Up @@ -401,7 +401,7 @@
"name": "TAVILY_API_KEY"
}
],
"identifier": "ghcr.io/stacklok/dockyard/npx/tavily-mcp:0.2.16",
"identifier": "ghcr.io/stacklok/dockyard/npx/tavily-mcp:0.2.17",
"registryType": "oci",
"transport": {
"type": "stdio"
Expand Down