Skip to main content
Glama

Brave Search MCP Server

brave_web_search

Perform web searches using the Brave Search API, returning 10-20 results based on your query. Integrates with AI assistants via the Model Context Protocol for enhanced search functionality.

Instructions

Execute web search using Brave Search API with improved results

Args: query: Search terms count: Desired number of results (10-20)

Input Schema

NameRequiredDescriptionDefault
countNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 20, "title": "Count" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "brave_web_searchArguments", "type": "object" }

You must be authenticated.

Other Tools from Brave Search MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arben-adm/brave-mcp-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server