maps_place_details
ActiveTool of Google_maps
"Hours / phone / reviews of [business]" / "Google business info for [place]" / "is [restaurant] open" — full details for a Google Place: address, phone, hours, website, ratings, user reviews. Requires a place ID from `maps_place_search`. Use after search to drill into one specific business.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-google_maps-api-key",
"place_id": "ChIJIQBpAG2dQIcR_6128GltTXQ"
}
],
"required": [
"place_id",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Google Maps API key"
},
"place_id": {
"type": "string",
"description": "Google Place ID"
}
}
}Parent server
Google_maps
https://github.com/pipeworx-io/mcp-google_maps
1/7 registries