reverse-geocoding-and-geolocation-service
reverse-geocoding-and-geolocation-service is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of reverse-geocoding-and-geolocation-service 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.
The Reverse Geocoding and Geolocation Service MCP Server provides geographical insights using latitude and longitude coordinates.
get_nearest_cities
Returns a readable place name as nearest 3 cities with population, country and distance based on given latitude/longitude pair.
Try it
Result:
get_largest_cities
Returns 5 largest cities within a given radial range with name, population, country and distance.
Try it
Result:
get_distance
Distance between two GPS latitude and longitude positions in meters, kilometers and miles. Retrieves compass direction and bearing. Information about start and destination country.
Try it
Result:
get_timezone
Finds the local timezone for any given geo-location point by lat and long and returns timezone information with Timezone name, Timezone id and current local time.
Try it
Result:
is_on_water
Checks whether a GPS coordinate is on water (sea or lake) or not.