reverse-geocoding-and-geolocation-service

reverse-geocoding-and-geolocation-service

3.9

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.

The Reverse Geocoding and Geolocation Service is designed to provide comprehensive geographical insights. By leveraging latitude and longitude coordinates, this server offers a variety of functionalities including city identification, distance calculation, timezone retrieval, and water location checks. It efficiently translates GPS coordinates into human-readable location data, making it invaluable for applications requiring geographical context.

Features

  • City Identification: Discover the nearest or largest cities based on a specific geographical point. The service identifies cities within a defined radius, providing details such as city name, population, and distance.
  • Distance Calculation: Determine the distance between two geographical points in meters, kilometers, and miles. The service also provides compass direction and bearing between the two points, along with the names of the start and destination countries.
  • Timezone Information: Retrieve timezone details for any given coordinate. This includes the timezone name, ID, and the current local time at the specified location.
  • Water Location Check: Assess whether a specific geographical point is located on water, such as a sea or lake. The service returns a simple true/false response indicating the presence of water.

Tools

  1. get_nearest_cities

    Returns a readable place name as nearest 3 cities with population, country and distance based on given latitude/longitude pair.

  2. get_largest_cities

    Returns 5 largest cities within a given radial range with name, population, country and distance.

  3. 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.

  4. 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.

  5. is_on_water

    Checks whether a GPS coordinate is on water (sea or lake) or not.