by variflight
Provides tools to query flight schedules, real‑time aircraft locations, airport weather forecasts, transfer options, comfort metrics, and purchasable itineraries for Variflight services.
A server implementation that exposes a set of functions for retrieving flight information, weather data, transfer options, real‑time aircraft locations, flight comfort scores, and purchasable itineraries through the Variflight Model Context Protocol.
VARIFLIGHT_API_KEY
with your key.searchFlightsByDepArr
, getRealtimeLocationByAnum
, etc., passing the required parameters.Q: Do I need a Variflight account? A: Yes, an active API key from Variflight is required.
Q: Which command should I use for installation?
A: Use the npx
command as shown in the configuration; it installs the package on demand.
Q: What environment variable stores the API key?
A: VARIFLIGHT_API_KEY
.
Q: Is there a license for the server? A: The project is released under the ISC License.
Q: Where can I find the latest version? A: The README indicates the current version is 0.0.2.
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.
To use the Variflight MCP server, you need to have a Variflight API key. You can get it from here.
{
"mcpServers": {
"variflight": {
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": "your_api_key_here"
}
}
}
}
Search flights between airports using IATA codes:
searchFlightsByDepArr({
dep: "PEK", // Beijing
arr: "SHA", // Shanghai
date: "2024-03-20"
})
Search flights using flight number:
searchFlightsByNumber({
fnum: "MU2157",
date: "2024-03-20"
})
Find transfer options between cities:
getFlightTransferInfo({
depcity: "BJS",
arrcity: "LAX",
depdate: "2024-03-20"
})
Get detailed flight comfort metrics:
flightHappinessIndex({
fnum: "MU2157",
date: "2024-03-20"
})
Track aircraft location using registration number:
getRealtimeLocationByAnum({
anum: "B2021"
})
Get 3-day weather forecast for airports:
getFutureWeatherByAirport({
airport: "PEK"
})
Search for purchasable flight options and get the lowest prices:
searchFlightItineraries({
depCityCode: "BJS", // Beijing
arrCityCode: "SHA", // Shanghai
depDate: "2025-04-20"
})
ISC License - See LICENSE for details.
Variflight (https://mcp.variflight.com)
Current version: 0.0.2
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "variflight": { "command": "npx", "args": [ "-y", "@variflight-ai/variflight-mcp" ], "env": { "VARIFLIGHT_API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by mckinsey
Build high-quality data visualization apps quickly with low‑code configuration, leveraging Plotly, Dash, and Pydantic while allowing deep customisation through Python, JavaScript, HTML, and CSS.
by antvis
mcp-server-chart is a Model Context Protocol (MCP) server developed by AntV that generates over 25 types of visual charts. It provides robust chart generation and data analysis capabilities, integrating with various AI clients and platforms.
by reading-plus-ai
mcp-server-data-exploration is an MCP server designed for autonomous data exploration on CSV-based datasets. It acts as a personal Data Scientist assistant, providing intelligent insights with minimal effort.
by Canner
Wren Engine is a semantic engine designed for Model Context Protocol (MCP) clients and AI agents, enabling accurate and context-aware access to enterprise data.
by GongRzhe
A Model Context Protocol (MCP) server for generating various types of charts using QuickChart.io, enabling chart creation through MCP tools.
by ergut
mcp-bigquery-server is a Model Context Protocol (MCP) server that enables Large Language Models (LLMs) to securely and efficiently interact with Google BigQuery datasets. It acts as a translator, allowing LLMs to query and analyze data in BigQuery using natural language instead of SQL.
by isaacwasserman
Provides tools for saving data tables and generating Vega‑Lite visualizations via an MCP interface, supporting both textual specifications and PNG image output.
by surendranb
Google Analytics MCP Server is a Python-based tool that enables Large Language Models (LLMs) to access and analyze Google Analytics 4 (GA4) data using natural language, providing conversational querying of over 200 GA4 dimensions and metrics.
by tinybirdco
Provides a Model Context Protocol server implementation for Tinybird, allowing analytics agents to forward data to Tinybird's platform.