calculate_distance
ActiveTool 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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
airports
https://github.com/pipeworx-io/mcp-airports
1/7 registries