UNPKG

@brave/brave-search-mcp-server

Version:

MCP server for Brave Search. Uses the Brave Search API to return results from the web, including ranked links, images, and videos, as well as AI summaries of pages, rich results, and more.

15 lines (14 loc) 430 B
import WebSearchTool from './web/index.js'; import LocalSearchTool from './local/index.js'; import VideoSearchTool from './videos/index.js'; import ImageSearchTool from './images/index.js'; import NewsSearchTool from './news/index.js'; import SummarizerTool from './summarizer/index.js'; export default { WebSearchTool, LocalSearchTool, VideoSearchTool, ImageSearchTool, NewsSearchTool, SummarizerTool, };