data
Google Maps MCP, CLI, and Lua Integration for AI Agents
Google Maps integration docs for AI agents: MCP gateway setup, Google Maps CLI commands, Lua API reference, credentials, and function schemas.Google Maps for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
google-maps.google_maps_geocode_address | Read read | 4 | Convert a street address into geographic coordinates and place details using Google Maps geocoding. |
google-maps.google_maps_reverse_geocode | Read read | 6 | Convert latitude and longitude coordinates into street addresses using Google Maps reverse geocoding. |
google-maps.google_maps_search_places | Read read | 8 | Search for places with a text query using Google Maps Places search. |
google-maps.google_maps_get_place_details | Read read | 6 | Get detailed information about a specific Google Maps place by Place ID. |
google-maps.google_maps_get_directions | Read read | 12 | Get directions between an origin and destination using Google Maps Directions API. |
google-maps.google_maps_get_distance_matrix | Read read | 10 | Calculate travel distances and durations between multiple origins and destinations. |
google-maps.google_maps_get_current_user | Read read | 0 | Get geolocation data for the current requester and verify Google Maps API credentials. |