Variflight MCP Server
@variflight
About Variflight MCP Server
A Model Context Protocol (MCP) server implementation for Variflight services.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"variflight": {
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": "your_api_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Variflight MCP Server?
A Model Context Protocol (MCP) server implementation that integrates VariFlight flight information services, providing tools to query flight data, weather, and comfort metrics for developers and travel applications.
How to use Variflight MCP Server?
Requires a Variflight API key, obtainable from https://mcp.variflight.com. Install by adding the server configuration to your MCP client with the command npx -y @variflight-ai/variflight-mcp and setting the VARIFLIGHT_API_KEY environment variable. Then call any of the eight available tools to retrieve flight, weather, or comfort data.
Key features of Variflight MCP Server
- Search direct flights by departure and arrival city/airport codes
- Look up flights by flight number and date
- Get connecting flight transfer options between cities
- Retrieve flight happiness index (punctuality, cabin, meals, entertainment)
- Track real-time aircraft location by tail number
- Fetch 3-day weather forecasts for any airport
- Search flight itineraries with natural-language summaries and pricing
- Get structured cabin-level flight prices between two cities
Use cases of Variflight MCP Server
- Build travel booking assistants that search and compare flights
- Integrate real-time flight tracking into logistics or travel apps
- Provide comfort and punctuality metrics for flight recommendations
- Deliver airport weather forecasts as part of pre-travel planning
- Enable users to find cheapest or shortest itineraries between cities
FAQ from Variflight MCP Server
How do I obtain a Variflight API key?
You can get a Variflight API key from https://mcp.variflight.com.
Can I search flights using city codes instead of airport codes?
Yes, you can use city codes like BJS or exact airport codes like PEK, but do not mix city and airport codes for the same side of a query.
Does the server offer real-time flight tracking?
Yes, the getRealtimeLocationByAnum tool tracks real-time aircraft location using the aircraft registration (tail) number.
What weather data is available?
The getFutureWeatherByAirport tool provides a 3-day airport weather forecast.
Does it include flight price information?
Yes, searchFlightItineraries returns natural-language summaries with lowest prices and suggested itineraries, while getFlightPriceByCities gives structured cabin-level pricing.
Frequently asked questions
How do I obtain a Variflight API key?
You can get a Variflight API key from https://mcp.variflight.com.
Can I search flights using city codes instead of airport codes?
Yes, you can use city codes like `BJS` or exact airport codes like `PEK`, but do not mix city and airport codes for the same side of a query.
Does the server offer real-time flight tracking?
Yes, the `getRealtimeLocationByAnum` tool tracks real-time aircraft location using the aircraft registration (tail) number.
What weather data is available?
The `getFutureWeatherByAirport` tool provides a 3-day airport weather forecast.
Does it include flight price information?
Yes, `searchFlightItineraries` returns natural-language summaries with lowest prices and suggested itineraries, while `getFlightPriceByCities` gives structured cabin-level pricing.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments