LogoSTMCP
Download
Variflight MCP Server

Variflight MCP Server

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.

Tools

1. searchFlightsByDepArr

Search flights between airports using IATA codes with specific date parameters for departure and arrival information.

2. searchFlightsByNumber

Search flights using flight number to retrieve detailed flight information including schedules and status.

3. getFlightTransferInfo

Find transfer options between cities to help plan optimal connections for multi-segment journeys.

4. flightHappinessIndex

Get detailed flight comfort metrics including on-time performance, service quality and comprehensive evaluation data.

5. getRealtimeLocationByAnum

Track aircraft location in real-time using registration number, providing current flight status and geographical coordinates.

6. getFutureWeatherByAirport

Get 3-day weather forecast for airports to help assess potential weather impacts on flights.

7. searchFlightItineraries

Search for purchasable flight options and get the lowest prices with support for multiple fare comparisons.

JSON Config

{
    "mcpServers": {
        "variflight": {
            "command": "npx",
            "args": [
                "-y",
                "@variflight-ai/variflight-mcp"
            ],
            "env": {
                "VARIFLIGHT_API_KEY": "your_api_key_here"
            }
        }
    }
}

Information

Categories