Brave Search MCP Server

brave_local_search

Search for local businesses and places

Args: query: Location terms count: Results (1-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_local_searchArguments", "type": "object" }

You must be authenticated.

Other Tools