You're viewing a demo portfolio

Join the waitlist
PRSM

maps_reverse_geocode

Active

Tool of Google_maps

declared in 0.1.0

"Reverse geocode [lat,lng] via Google Maps" / "what address is at [coords] in Google" — coordinates → address via Google Maps Platform. Requires Google Maps API key. Use when you need Google's street-address parsing (most accurate for US).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "lat": 40.7128,
      "lng": -74.006,
      "_apiKey": "your-google_maps-api-key"
    },
    {
      "lat": 51.5074,
      "lng": -0.1278,
      "_apiKey": "your-google_maps-api-key"
    }
  ],
  "required": [
    "lat",
    "lng",
    "_apiKey"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude"
    },
    "lng": {
      "type": "number",
      "description": "Longitude"
    },
    "_apiKey": {
      "type": "string",
      "description": "Google Maps API key"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Google_maps

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

1/7 registries
View full server →