Brave Search MCP Server

MIT License
16,670
40,024
  • 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

ID: 071zqgfide