Skip to main content
Glama
Llamatron2112

mcp-brave-search

MCP Brave Search

Serveur MCP pour agents IA - recherche web via l'API Brave Search.

🔑 Prérequis

Clé API Brave Search (gratuit, 2000 requêtes/mois) : https://brave.com/search/api/

Related MCP server: MCP2Brave

⚙️ Configuration agent

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "github:Llamatron2112/mcp-brave-search"],
      "env": {
        "BRAVE_API_KEY": "votre_clé_api"
      }
    }
  }
}

đź“‹ Outil brave_web_search

Paramètre

Type

Requis

Défaut

query

string

âś…

—

count

number

non

10 (1-20)

offset

number

non

0

safesearch

string

non

moderate

freshness

string

non

all

search_lang

string

non

"fr", "en"…

country

string

non

"FR", "US"…

🏗️ Dev

npm install && npm run build
npm start

License

MIT

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observedbrave_web_search

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The tool name 'brave_web_search' follows a descriptive verb_noun pattern, which is consistent and clear even as a standalone tool.

Tool Count3/5

One tool is minimal for a server, but it is reasonable for a dedicated search API. Still, the server feels thin and could potentially benefit from additional search-related tools.

Completeness5/5

For a server focused solely on web search, the single tool covers the core functionality completely. There are no obvious gaps for basic web search use cases.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    An MCP server that integrates the Brave Search API to provide both web and local search capabilities, with features like pagination, filtering, and smart fallbacks.
    15
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    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
    5
    102
    125
    GPL 3.0