{"slug":"cablate/mcp-google-map","name":"MCP Google Map Server","description":"Integrates Google Maps API for location-based queries and data processing.","category":"cloud-service","tags":[],"official":false,"stars":316,"transport":"stdio","install":[{"cmd":"npx @cablate/mcp-google-map","imports":[]}],"tools":[{"name":"maps_search_nearby","description":"Find places near a location by type (restaurant, cafe, hotel, etc.). Supports filtering by radius, rating, and open status."},{"name":"maps_search_places","description":"Free-text place search (e.g., \"sushi restaurants in Tokyo\"). Supports location bias, rating, open-now filters."},{"name":"maps_place_details","description":"Get full details for a place by its place_id — reviews, phone, website, hours. Optional maxPhotos param returns photo URLs."},{"name":"maps_geocode","description":"Convert an address or landmark name into GPS coordinates."},{"name":"maps_reverse_geocode","description":"Convert GPS coordinates into a street address."},{"name":"maps_distance_matrix","description":"Calculate travel distances and times between multiple origins and destinations."},{"name":"maps_directions","description":"Get step-by-step navigation between two points with route details."},{"name":"maps_elevation","description":"Get elevation (meters above sea level) for geographic coordinates."},{"name":"maps_timezone","description":"Get timezone ID, name, UTC/DST offsets, and local time for coordinates."},{"name":"maps_weather","description":"Get current weather conditions or forecast — temperature, humidity, wind, UV, precipitation."},{"name":"maps_air_quality","description":"Get air quality index, pollutant concentrations, and health recommendations by demographic group."},{"name":"maps_static_map","description":"Generate a map image with markers, paths, or routes — returned inline for the user to see directly."},{"name":"maps_batch_geocode","description":"Geocode up to 50 addresses in one call — returns coordinates for each."},{"name":"maps_search_along_route","description":"Search for places along a route between two points — ranked by minimal detour time."},{"name":"maps_explore_area","description":"Explore what's around a location — searches multiple place types and gets details in one call."},{"name":"maps_plan_route","description":"Plan an optimized multi-stop route — uses Routes API waypoint optimization (up to 25 stops) for efficient ordering."},{"name":"maps_compare_places","description":"Compare places side-by-side — searches, gets details, and optionally calculates distances."},{"name":"maps_local_rank_tracker","description":"Track a business's local search ranking across a geographic grid — like LocalFalcon. Supports up to 3 keywords for batch scanning. Returns rank at each point, top-3 competitors, and metrics (ARP, ATRP, SoLV)."}],"env_vars":["YOUR_API_KEY","GOOGLE_MAPS_API_KEY","MCP_SERVER_PORT","MCP_SERVER_HOST"],"auth_type":"none","github":"https://github.com/cablate/mcp-google-map","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}