mcp-hello-world
If you are the rightful owner of mcp-hello-world 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 applications to interact with Google Maps services through a standardized protocol. It supports a variety of functionalities such as converting addresses to coordinates, retrieving detailed place information, calculating distances and travel times, and obtaining elevation data. The server is highly configurable and can be deployed using Docker or NPX, making it versatile for different development environments. With the Google Maps MCP Server, developers can easily incorporate location-based services into their applications, enhancing user experiences with accurate and real-time geographic data.
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: Obtain elevation information for specific locations.
- Directions: Get detailed directions between two points with various travel modes.
Tools
maps_geocode
Convert address to coordinates
maps_reverse_geocode
Convert coordinates to address
maps_search_places
Search for places using text query
maps_place_details
Get detailed information about a place
maps_distance_matrix
Calculate distances and times between points
maps_elevation
Get elevation data for locations
maps_directions
Get directions between points