places

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

Google Maps/local business results

Parameters

NameTypeRequiredDescription
querystringyesSearch query, e.g. “coffee shops near union square”
glstringnoCountry code for geolocation, e.g. “us”, “gb”, “de”
locationstringnoLocation string, e.g. “San Francisco, California, United States”

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026