Brave Search MCP

by mikechao
Verified
GPL 3.0
94
1
  • Linux
  • Apple

brave_web_search

Search the web using Brave Search API to gather diverse results, track recent events, or explore broad topics. Supports up to 20 results per query with pagination options.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
countNoThe number of results to return, minimum 1, maximum 20
offsetNoThe offset for pagination, minimum 0
queryYesThe term to search the internet for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 10, "description": "The number of results to return, minimum 1, maximum 20", "maximum": 20, "minimum": 1, "type": "number" }, "offset": { "default": 0, "description": "The offset for pagination, minimum 0", "minimum": 0, "type": "number" }, "query": { "description": "The term to search the internet for", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Brave Search MCP

Related Tools

ID: kku1cfh7ea