You're viewing a demo portfolio

Join the waitlist
PRSM

distance

Active

Tool of Geodistance

declared in 0.1.0

Great-circle (haversine) distance between two lat/lon points. Returns the distance in km, miles, nautical miles, meters & feet, plus the initial compass bearing from point 1 to point 2.

Parameters schema

{
  "type": "object",
  "required": [
    "lat1",
    "lon1",
    "lat2",
    "lon2"
  ],
  "properties": {
    "lat1": {
      "type": "number",
      "description": "Latitude of point 1 (decimal degrees)."
    },
    "lat2": {
      "type": "number",
      "description": "Latitude of point 2."
    },
    "lon1": {
      "type": "number",
      "description": "Longitude of point 1."
    },
    "lon2": {
      "type": "number",
      "description": "Longitude of point 2."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Geodistance

https://github.com/pipeworx-io/mcp-geodistance

1/7 registries
View full server →