Loading...
pip install -e .geocode_addressConverts a text address into geographic coordinates (latitude and longitude).
Read-only operation; no side effects.
reverse_geocodeConverts geographic coordinates (latitude and longitude) into a human-readable address.
Read-only operation; no side effects.
find_nearby_placesFinds points of interest (POIs) near a given location.
Read-only operation; no side effects.
get_route_directionsCalculates turn-by-turn directions between two locations.
Read-only operation; no side effects.
search_categoryFinds places of a specific category within a defined area.
Read-only operation; no side effects.
suggest_meeting_pointSuggests an optimal meeting point for multiple people based on their locations.
Read-only operation; no side effects.
explore_areaProvides comprehensive data and information about a specific neighborhood or area.
Read-only operation; no side effects.
find_schools_nearbyLocates educational institutions near a specified location.
Read-only operation; no side effects.
analyze_commuteCompares transportation options and commute times between home and work locations.
Read-only operation; no side effects.
find_ev_charging_stationsLocates electric vehicle (EV) charging stations with connector and power filtering options.
Read-only operation; no side effects.
analyze_neighborhoodEvaluates neighborhood livability for real estate purposes.
Read-only operation; no side effects.
find_parking_facilitiesLocates parking options near a destination, including availability and fee information.
Read-only operation; no side effects.
This server is relatively safe for read-only operations and location-based services. However, the absence of authentication and sandboxing, combined with some write capabilities, introduces moderate risks. Use with caution when performing write operations or handling potentially sensitive location data.