A Model Context Protocol (MCP) server implementation for VariFlight flight information services. This server provides various tools to query flight information, weather data, and flight comfort metrics.
Search flights between airports using IATA codes with specific date parameters for departure and arrival information.
Search flights using flight number to retrieve detailed flight information including schedules and status.
Find transfer options between cities to help plan optimal connections for multi-segment journeys.
Get detailed flight comfort metrics including on-time performance, service quality and comprehensive evaluation data.
Track aircraft location in real-time using registration number, providing current flight status and geographical coordinates.
Get 3-day weather forecast for airports to help assess potential weather impacts on flights.
Search for purchasable flight options and get the lowest prices with support for multiple fare comparisons.
{
"mcpServers": {
"variflight": {
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": "your_api_key_here"
}
}
}
}