Brave Search MCP

by mikechao
Verified
GPL 3.0
94
1
  • Linux
  • Apple

brave_local_search

Find nearby businesses, restaurants, and services with real-time details like addresses, ratings, and opening hours. Ideal for location-based queries, with web search fallback if no local results are available.

Instructions

Searches for local businesses and places using Brave's Local Search API. Best for queries related to physical locations, businesses, restaurants, services, etc. Returns detailed information including:

  • Business names and addresses
  • Ratings and review counts
  • Phone numbers and opening hours Use this when the query implies 'near me' or mentions specific locations. Automatically falls back to web search if no local results are found.

Input Schema

NameRequiredDescriptionDefault
countNoThe number of results to return, minimum 1, maximum 20
queryYesLocal search query (e.g. 'pizza near Central Park')

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" }, "query": { "description": "Local search query (e.g. 'pizza near Central Park')", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Brave Search MCP

Related Tools

ID: kku1cfh7ea