/
Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
Server configuration and capabilities from the MCP manifest
Size: 2,558 bytes (640 tokens)
Tools Found: 6
Analysis ID: ynaoadtj
Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
Stars
Registry ID: fe2e0e07-1466-499a-bcdd-16d07b8ccb40
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/21/2025
Last Release: 9/19/2025
Open Issues: 7
Historical performance and growth metrics over time
{ "name": "io.github.brave/brave-search-mcp-server", "tags": [ "api", "brave", "mcp", "search" ], "tools": [ { "name": "WebSearchTool", "description": "Tool for searching the web.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The search query." }, "filters": { "type": "object", "description": "Filters to apply to the search." } } }, "output_schema": { "type": "object", "properties": { "results": { "type": "array", "items": { "type": "object", "properties": { "url": { "type": "string" }, "title": { "type": "string" }, "snippet": { "type": "string" } } } } } } }, { "name": "LocalSearchTool", "description": "Tool for searching local data.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The search query." } } }, "output_schema": { "type": "object", "properties": { "results": { "type": "array", "items": { "type": "object", "properties": { "title": { "type": "string" }, "content": { "type": "string" } } } } } } }, { "name": "VideoSearchTool", "description": "Tool for searching videos.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The search query." } } }, "output_schema": { "type": "object", "properties": { "results": { "type": "array", "items": { "type": "object", "properties": { "url": { "type": "string" }, "title": { "type": "string" }, "duration": { "type": "string" } } } } } } }, { "name": "ImageSearchTool", "description": "Tool for searching images.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The search query." } } }, "output_schema": { "type": "object", "properties": { "results": { "type": "array", "items": { "type": "object", "properties": { "url": { "type": "string" }, "title": { "type": "string" }, "thumbnail": { "type": "string" } } } } } } }, { "name": "NewsSearchTool", "description": "Tool for searching news articles.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The search query." } } }, "output_schema": { "type": "object", "properties": { "articles": { "type": "array", "items": { "type": "object", "properties": { "url": { "type": "string" }, "title": { "type": "string" }, "publishedAt": { "type": "string" } } } } } } }, { "name": "SummarizerTool", "description": "Tool for summarizing text.", "input_schema": { "type": "object", "required": [ "text" ], "properties": { "text": { "type": "string", "description": "The text to summarize." } } }, "output_schema": { "type": "object", "properties": { "summary": { "type": "string" } } } } ], "version": "2.0.10", "categories": [], "description": "Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more." }
Forks
Watchers
Contributors
Last Push: 9/21/2025
Last Release: 9/19/2025
Open Issues: 7