serpapi_google_maps
ActiveTool of Serpapi
declared in 0.1.0
Find local businesses on Google Maps for `<query>` — returns name, address, rating, reviews, phone, website, and GPS coordinates via SerpApi. Example: serpapi_google_maps({ q: "coffee shops", ll: "@40.7,-74.0,14z", _apiKey: "your-serpapi-key" })
Parameters schema
{
"type": "object",
"required": [
"q",
"_apiKey"
],
"properties": {
"q": {
"type": "string",
"description": "Search query, e.g. \"coffee shops\", \"plumbers near me\""
},
"ll": {
"type": "string",
"description": "Optional GPS location + zoom anchor, e.g. \"@40.7,-74.0,14z\" (latitude,longitude,zoom)"
},
"_apiKey": {
"type": "string",
"description": "SerpApi API key (get one at serpapi.com)"
}
}
}Parent server
Serpapi
https://github.com/pipeworx-io/mcp-serpapi
1/7 registries