MCP Google Map Server

search_nearby

Find nearby locations by specifying a center point, keyword, radius, and filters like open status or minimum rating. Ideal for identifying places such as restaurants or cafés in your vicinity using Google Maps data.

Instructions

搜尋附近的地點

Input Schema

NameRequiredDescriptionDefault
centerYes搜尋中心點
keywordNo搜尋關鍵字(例如:餐廳、咖啡廳)
minRatingNo最低評分要求(0-5)
openNowNo是否只顯示營業中的地點
radiusNo搜尋半徑(公尺)

Input Schema (JSON Schema)

{ "properties": { "center": { "description": "搜尋中心點", "properties": { "isCoordinates": { "default": false, "description": "是否為經緯度座標", "type": "boolean" }, "value": { "description": "地址、地標名稱或經緯度座標(經緯度座標格式: lat,lng)", "type": "string" } }, "required": [ "value" ], "type": "object" }, "keyword": { "description": "搜尋關鍵字(例如:餐廳、咖啡廳)", "type": "string" }, "minRating": { "description": "最低評分要求(0-5)", "maximum": 5, "minimum": 0, "type": "number" }, "openNow": { "default": false, "description": "是否只顯示營業中的地點", "type": "boolean" }, "radius": { "default": 1000, "description": "搜尋半徑(公尺)", "type": "number" } }, "required": [ "center" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Google Map Server

Related Tools

ID: zklgabgp2q