serpapi_google_maps

Pack: serpapi · Endpoint: https://gateway.pipeworx.io/serpapi/mcp

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

NameTypeRequiredDescription
qstringyesSearch query, e.g. “coffee shops”, “plumbers near me”
llstringnoOptional GPS location + zoom anchor, e.g. “@40.7,-74.0,14z” (latitude,longitude,zoom)
_apiKeystringyesSerpApi API key (get one at serpapi.com)

Example call

curl -X POST https://gateway.pipeworx.io/serpapi/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"serpapi_google_maps","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "serpapi": {
      "url": "https://gateway.pipeworx.io/serpapi/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 27, 2026