{
  "name": "io.github.brave/brave-search-mcp-server",
  "description": "The Brave Search MCP connects AI models to the Brave Search API for real-time web search. Get current results, news, and web content without scraping. One of the fastest ways to add live web knowledge to an AI agent.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 79,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.472Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:51.633Z",
      "githubStars": 1131,
      "lastCommitAt": "2026-06-01T19:20:55Z",
      "npmWeeklyDownloads": 10524
    }
  },
  "repository": {
    "url": "https://github.com/brave/brave-search-mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Brave"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@brave/brave-search-mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "BRAVE_API_KEY",
          "description": "BRAVE_API_KEY — required credential for Brave Search.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "brave_web_search",
        "description": "Run a general web search.",
        "sideEffect": "network",
        "args": [
          {
            "name": "query",
            "type": "string",
            "required": true
          },
          {
            "name": "count",
            "type": "number",
            "required": false
          }
        ]
      },
      {
        "name": "brave_local_search",
        "description": "Search for businesses and places near a location.",
        "sideEffect": "network",
        "args": [
          {
            "name": "query",
            "type": "string",
            "required": true
          },
          {
            "name": "count",
            "type": "number",
            "required": false
          }
        ]
      }
    ],
    "security": {
      "scope": "network",
      "sandbox": "Makes outbound HTTPS calls to the Brave Search API using the key in `BRAVE_API_KEY`. No local filesystem or system access.",
      "gotchas": [
        "The free API tier is rate-limited; the MCP surfaces rate-limit errors verbatim — check logs if queries fail silently."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/brave-search",
    "markdown": "https://top-mcps.com/mcp/brave-search.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
