You're viewing a demo portfolio

Join the waitlist
PRSM

calculate_distance

Active

Tool of airports

declared in 0.1.0

Calculate straight-line distance between two airports by IATA code (e.g., "JFK" to "LHR"). Returns kilometers and miles.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "LHR",
      "from": "JFK"
    },
    {
      "to": "NRT",
      "from": "LAX"
    }
  ],
  "required": [
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "IATA code of the destination airport (e.g. \"LHR\")"
    },
    "from": {
      "type": "string",
      "description": "IATA code of the origin airport (e.g. \"JFK\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

airports

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

1/7 registries
View full server →
calculate_distance — airports — PRSM MCP