MCP

Access Brave Search for Web, Image, Video, and News

Integrates Brave Search API for web, local, image, video, and news searches, plus AI summarization. Provides comprehensive search capabilities.

Works with brave

90
Spark score
out of 100
Updated 4 months ago
Version 1.0.0

Add to Favorites

Why it matters

Leverage the Brave Search API to perform comprehensive web, local, image, video, and news searches. This asset can also generate AI-powered summaries of search results.

Outcomes

What it gets done

01

Perform web searches with advanced filtering options.

02

Search for local businesses and places.

03

Find images and videos with detailed metadata.

04

Generate concise summaries from web search results.

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-brave-search | bash

Capabilities

Tools your agent gets

brave_web_search

Performs comprehensive web searches with rich result types and filtering options.

brave_local_search

Searches for local businesses and places with ratings, hours, and descriptions.

brave_image_search

Searches for images with metadata and thumbnail information.

brave_video_search

Searches for videos with comprehensive metadata.

brave_news_search

Searches for current news articles with freshness controls.

brave_summarizer

Generates AI-powered summaries from web search results.

Overview

Brave Search MCP

What it does

MCP connector that integrates Brave Search API capabilities for web, local, image, video, and news search plus AI summarization

How it connects

When you need to give AI assistants search functionality across multiple content types with privacy-focused results and filtering options

Source README

The Brave Search MCP server integrates the Brave Search API, providing comprehensive search capabilities including web search, local business search, image search, video search, news search, and AI-powered summarization.

Installation

npm install -g @brave/brave-search-mcp-server

Configuration

Add to your Claude Code settings:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@brave/brave-search-mcp-server"],
      "env": {
        "BRAVE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available Tools

brave_web_search

Performs comprehensive web searches with rich result types and filtering.

brave_web_search(query: string, options?: SearchOptions): SearchResults

Parameters:

  • query - Search terms (max 400 chars, 50 words)
  • country - Country code (default: "US")
  • count - Results per page (1-20, default: 10)
  • safesearch - Content filtering ("off", "moderate", "strict")
  • freshness - Time filter ("pd", "pw", "pm", "py")

brave_local_search

Searches for local businesses and places with ratings, hours, and descriptions.

brave_local_search(query: string, options?: LocalSearchOptions): LocalResults

brave_image_search

Searches for images with metadata and thumbnail information.

brave_image_search(query: string, options?: ImageSearchOptions): ImageResults

brave_video_search

Searches for videos with comprehensive metadata.

brave_video_search(query: string, options?: VideoSearchOptions): VideoResults

brave_news_search

Searches for current news articles with freshness controls.

brave_news_search(query: string, options?: NewsSearchOptions): NewsResults

brave_summarizer

Generates AI-powered summaries from web search results.

brave_summarizer(key: string, options?: SummarizerOptions): Summary

Getting an API Key

  1. Sign up for a Brave Search API account
  2. Choose a plan:
    • Free: 2,000 queries/month, basic web search
    • Pro: Enhanced features including local search, AI summaries
  3. Generate your API key from the developer dashboard

Usage Example

Claude, search the web for the latest news about AI developments
and summarize the top results.

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.