KosmoKrator

other

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.

7 functions 7 read 0 write API key auth

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.

Machine-Readable Metadata
integration_slug
google-maps
route_slug
google-maps
package
google-maps
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Google Maps MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Google Maps.

Google Maps CLI Matrix

Use these pages for direct Google Maps CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.