MCPVault

Brave Search MCP

Unclaimed

by mikechao

An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities

Install

$docker run --rm -p 3001:3001 -e BRAVE_API_KEY="YOUR_API_KEY_HERE" brave-search-mcp:latest --http

Unclaimed listing

Is this your MCP server?

This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.

Claim this server

Tools (19)

brave_image_search

brave_llm_context_search

brave_local_search

brave_news_search

brave_video_search

brave_web_search

count

(number, optional): The number of results to return (max 20, default 10)

freshness

(enum, optional): Filters search results by when they were discovered

maximumNumberOfSnippets

(number, optional, default 16): The maximum number of snippets across all URLs. Minimum 1, maximum 100.

maximumNumberOfSnippetsPerUrl

(number, optional, default 2): The maximum number of snippets per URL. Minimum 1, maximum 100.

maximumNumberOfTokens

(number, optional, default 2048): The approximate maximum number of tokens in the returned context. Minimum 1024, maximum 32768.

maximumNumberOfTokensPerUrl

(number, optional, default 512): The maximum number of tokens per URL. Minimum 512, maximum 8192.

maximumNumberOfUrls

(number, optional, default 8): The maximum number of URLs to include in the response. Minimum 1, maximum 50.

maxOutputChars

(number, optional, default 8000): Approximate maximum serialized response size in compact mode. Minimum 1000, maximum 100000.

maxSnippetChars

(number, optional, default 400): Maximum characters per snippet in compact mode. Minimum 80, maximum 4000.

offset

(number, optional, default 0): The offset for pagination

query

(string): The term to search the internet for

responseMode

(enum, optional, default compact): compact applies Brave's balanced relevance filtering plus local snippet filtering/truncation. full disables Brave's relevance filtering and returns raw snippets without local filtering or truncation.

url

(string, optional): Optional URL to target. When provided, query and URL are combined for retrieval and only snippets from this exact URL are returned.