google-maps
google-maps is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of google-maps 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.
MCP Server for the Google Maps API.
The Google Maps MCP Server is designed to facilitate seamless integration with the Google Maps API, providing a robust set of tools for geocoding, reverse geocoding, place searches, and more. This server acts as an intermediary, allowing developers to easily access and utilize Google Maps functionalities within their applications. By leveraging the Model Context Protocol (MCP), it ensures a standardized approach to interacting with the API, making it easier to manage and scale applications that require location-based services.
Features
- Geocoding and Reverse Geocoding: Convert addresses to coordinates and vice versa.
- Place Search and Details: Search for places and retrieve detailed information.
- Distance Matrix: Calculate distances and travel times between multiple points.
- Elevation Data: Retrieve elevation information for specific locations.
- Directions: Get detailed route information between two points.
Tools
maps_geocode
Convert an address into geographic coordinates
maps_reverse_geocode
Convert coordinates into an address
maps_search_places
Search for places using Google Places API
maps_place_details
Get detailed information about a specific place
maps_distance_matrix
Calculate travel distance and time for multiple origins and destinations
maps_elevation
Get elevation data for locations on the earth
maps_directions
Get directions between two points