brave-mcp-server
Related Servers
Alternatives to brave-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceExposes a standardized web search tool via Brave Search for MCP clients like Codex, Claude, and Cursor, returning stable JSON.MIT
- AlicenseBqualityDmaintenanceEnables web search capabilities through the Brave Search API, including web search, local POI lookups, and rich search results retrieval for MCP-compatible clients.422 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables web search via Brave Search API with freshness filters, full page content fetching, and usage tracking. Designed for Claude integration.265 npmGPL 3.0
- AlicenseAqualityCmaintenanceIntegrates Brave Search API to provide web, local, video, image, news, summarizer, place search, and LLM context capabilities through MCP.813,040 npmMIT
- FlicenseBqualityDmaintenanceEnables web search and local business data retrieval through the Brave Search API. Provides tools for web search, local points of interest, and rich search results with customizable parameters.4-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web searches using the Brave Search engine, providing an independent alternative to Google/Bing.2 npmMIT
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion between overlapping operations. web_search has a clear, single responsibility.
web_search follows a clean snake_case verb_noun format, which is descriptive and conventional. Although there is no other tool to compare against, the naming is consistent with common MCP conventions.
A single tool is minimal, but for a Brave Search server the scope is appropriately narrow and the tool fully represents the server's purpose. It feels slightly thin compared to typical MCP servers, but it is not inappropriate.
The web_search tool exposes the main Brave Search capabilities including general web queries, freshness/country/language filters, result type filtering, and custom ranking. For a search-only server, there are no obvious missing operations.