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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Search for nearby places based on location, with optional filtering by keywords, distance, rating, and operating hours.
Get detailed information about a specific place including contact details, reviews, ratings, and operating hours.
Convert addresses or place names to geographic coordinates (latitude and longitude).
Convert geographic coordinates to a human-readable address.
Calculate travel distances and durations between multiple origins and destinations.
Get detailed turn-by-turn navigation directions between two locations.
Get elevation data (height above sea level) for specific geographic locations.