Google Maps
Summary
MCP Google Map provides a bridge to the Google Maps API, enabling location-based operations like place searching and geocoding. Developed by CabLate, this TypeScript implementation uses the @googlemaps/google-maps-services-js library to interact with Google's services. The server exposes tools for querying location data, finding nearby places, and retrieving geographical information - making it particularly valuable for applications that need to incorporate location intelligence without leaving the conversation interface.
Available Actions(7)
search_nearby
Search for places near a specific location.
get_place_details
Get detailed information about a specific place.
maps_geocode
Convert an address to coordinates.
maps_reverse_geocode
Convert coordinates to an address.
maps_distance_matrix
Calculate distances and times between multiple origins and destinations.
maps_directions
Get directions between two points.
maps_elevation
Get elevation data for specific locations.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation