vicpeacock/google-maps-comprehensive-mcp
If you are the rightful owner of google-maps-comprehensive-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Google Maps MCP Server provides a modern interface for interacting with various Google Maps APIs, enabling functionalities like geocoding, place search, and route calculations.
Tools
Functions exposed to the LLM to take actions
maps_ping
Health check to verify if the server MCP is active.
maps_geocode
Converts an address into geographic coordinates.
maps_reverse_geocode
Converts coordinates into a readable address.
maps_search_places
Searches for places using a textual query with the Places API.
maps_place_details
Retrieves detailed information about a place.
maps_distance_matrix
Calculates distances and times between multiple origins and destinations.
maps_elevation
Retrieves elevation data for geographic points.
maps_directions
Obtains route directions between two points using the Routes API.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client