You're viewing a demo portfolio

Join the waitlist
PRSM

serpapi_google_maps

Active

Tool 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)"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

Serpapi

https://github.com/pipeworx-io/mcp-serpapi

1/7 registries
View full server →
serpapi_google_maps — Serpapi — PRSM MCP