You're viewing a demo portfolio

Join the waitlist
PRSM

destination

Active

Tool of Geodistance

declared in 0.1.0

Given a start lat/lon, a bearing (degrees) and a distance, compute the destination point. `unit` = km (default), mi, nmi, m or ft.

Parameters schema

{
  "type": "object",
  "required": [
    "lat",
    "lon",
    "bearing",
    "distance"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Start latitude (decimal degrees)."
    },
    "lon": {
      "type": "number",
      "description": "Start longitude."
    },
    "unit": {
      "type": "string",
      "description": "Distance unit: km (default), mi, nmi, m, ft."
    },
    "bearing": {
      "type": "number",
      "description": "Initial bearing in degrees (0=N, 90=E)."
    },
    "distance": {
      "type": "number",
      "description": "Distance to travel."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Geodistance

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

1/7 registries
View full server →