Brave Search MCP Server

by arben-adm
Verified

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

ID: ikuzlpupnl