Skip to main content
Glama

Aerospace MCP

by cheesejaguar

calculate_distance

Determine the great circle distance between two geographic coordinates for flight planning. Input latitude and longitude for origin and destination to measure accurate travel paths in kilometers.

Instructions

Calculate great circle distance between two points

Input Schema

NameRequiredDescriptionDefault
destinationYes
originYes
step_kmNoStep size for polyline generation in km

Input Schema (JSON Schema)

{ "properties": { "destination": { "properties": { "latitude": { "maximum": 90, "minimum": -90, "type": "number" }, "longitude": { "maximum": 180, "minimum": -180, "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }, "origin": { "properties": { "latitude": { "maximum": 90, "minimum": -90, "type": "number" }, "longitude": { "maximum": 180, "minimum": -180, "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }, "step_km": { "default": 50, "description": "Step size for polyline generation in km", "minimum": 1, "type": "number" } }, "required": [ "origin", "destination" ], "type": "object" }

Other Tools from Aerospace MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cheesejaguar/aerospace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server