Skip to main content
Glama

Variflight MCP Server

Official
by variflight

getRealtimeLocationByAnum

Track the real-time location of a flight using its aircraft registration number (e.g., B2021, B2022). Input the aircraft number to retrieve accurate flight position data.

Instructions

Get flight realtime location by aircraft number. aircraft number should be Aircraft registration numberlike B2021, B2022, B2023, etc. if aircraft number is unknown, you shuold try to request it using searchFlightsByNumber tool

Input Schema

NameRequiredDescriptionDefault
anumYesAircraft number like B2021, B2022, B2023, etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "anum": { "description": "Aircraft number like B2021, B2022, B2023, etc.", "type": "string" } }, "required": [ "anum" ], "type": "object" }

Other Tools from Variflight MCP Server

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/variflight/variflight-mcp'

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