Claude TypeScript MCP Servers

by ukkz

brave_local_search

Finds information about local businesses, services, attractions, and locations with real-time data. Use this tool proactively whenever a query mentions specific places or location-based information. This is especially useful for questions about restaurants, shops, tourist attractions, local services, or any place-based inquiry. You should automatically search when users ask about places 'near' somewhere, business hours, local reviews, addresses, or location details that would benefit from current information. This provides much more accurate and up-to-date information than your built-in knowledge.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results (1-20, default 5)
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": { "description": "Number of results (1-20, default 5)", "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