Variflight MCP Server
@variflight
About Variflight MCP Server
A Model Context Protocol (MCP) server implementation for Variflight services.
Basic information
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.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments