You're viewing a demo portfolio

Join the waitlist
PRSM

maps_geocode

Active

Tool of Google_maps

declared in 0.1.0

"Geocode [address] via Google Maps" / "Google Maps coordinates of [place]" / "lat lng for [address] using Google" — convert an address to lat/lng + formatted address via Google Maps Platform. Premium-quality geocoding (highest accuracy for US addresses); requires Google Maps API key. Use when Mapbox/MapTiler/OpenStreetMap miss the address.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-google_maps-api-key",
      "address": "1600 Amphitheatre Parkway, Mountain View, CA"
    },
    {
      "_apiKey": "your-google_maps-api-key",
      "address": "Eiffel Tower, Paris, France"
    }
  ],
  "required": [
    "address",
    "_apiKey"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Google Maps API key"
    },
    "address": {
      "type": "string",
      "description": "Address to geocode (e.g., \"1600 Amphitheatre Parkway, Mountain View, CA\")"
    }
  }
}

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 →