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_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Google Maps CLIHeadless setup and direct function calls. Google Maps MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Google Maps MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Google Maps.
Claude Code Google Maps MCP setup for Claude Code. Cursor Google Maps MCP setup for Cursor. Codex Google Maps MCP setup for Codex. OpenAI Agents Google Maps MCP setup for OpenAI Agents SDK. Claude Agent SDK Google Maps MCP setup for Claude Agent SDK. Vercel AI SDK Google Maps MCP setup for Vercel AI SDK. LangChain Google Maps MCP setup for LangChain. LangGraph Google Maps MCP setup for LangGraph. CrewAI Google Maps MCP setup for CrewAI. MCP clients Google Maps MCP setup for Generic MCP Clients.
Google Maps CLI Matrix
Use these pages for direct Google Maps CLI workflows in scripts, CI, cron, and agent wrappers.
CI Google Maps CLI for CI. Cron Jobs Google Maps CLI for cron jobs. Shell Scripts Google Maps CLI for shell scripts. Headless Automation Google Maps CLI for headless automation. Coding Agents Google Maps CLI for coding agents.
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. |