Skip to main content
Glama

Brave Search MCP Server

MIT License
22,933
64,752
  • Linux
  • Apple

brave_web_search

Perform web searches using Brave Search API for general queries, news, articles, and online content. Supports pagination, content filtering, and freshness controls for up to 20 results per request.

Instructions

Performs a web search using the Brave Search API, ideal for general queries, news, articles, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources. Supports pagination, content filtering, and freshness controls. Maximum 20 results per request, with offset for pagination.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results (1-20, default 10)
offsetNoPagination offset (max 9, default 0)
queryYesSearch query (max 400 chars, 50 words)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Number of results (1-20, default 10)", "type": "number" }, "offset": { "default": 0, "description": "Pagination offset (max 9, default 0)", "type": "number" }, "query": { "description": "Search query (max 400 chars, 50 words)", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/modelcontextprotocol/brave-search'

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