by variflight
Provides tools to query flight schedules, weather forecasts, real-time aircraft locations, and flight comfort metrics for Variflight services.
It offers a set of endpoints to retrieve flight information such as departure/arrival searches, flight number look‑ups, transfer options, happiness index, real‑time aircraft location, airport weather forecasts, and purchasable flight itineraries.
npx
using the provided configuration.VARIFLIGHT_API_KEY
with your key.searchFlightsByDepArr
, getRealtimeLocationByAnum
, etc.) with the required parameters in TypeScript/JavaScript.Q: Do I need a paid Variflight account? A: Yes, an active Variflight API key is required.
Q: Which command should I use to install?
A: Prefer npx
as shown in the configuration snippet.
Q: What environment variable holds the key?
A: VARIFLIGHT_API_KEY
.
Q: Is there a licensing restriction? A: The project is released under the ISC License.
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>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by exa-labs
Provides real-time web search capabilities to AI assistants via a Model Context Protocol server, enabling safe and controlled access to the Exa AI Search API.
by elastic
Enables natural‑language interaction with Elasticsearch indices via the Model Context Protocol, exposing tools for listing indices, fetching mappings, performing searches, running ES|QL queries, and retrieving shard information.
by graphlit
Enables integration between MCP clients and the Graphlit platform, providing ingestion, extraction, retrieval, and RAG capabilities across a wide range of data sources and connectors.
by mamertofabian
Fast cross‑platform file searching leveraging the Everything SDK on Windows, Spotlight on macOS, and locate/plocate on Linux.
by cr7258
Provides Elasticsearch and OpenSearch interaction via Model Context Protocol, enabling document search, index management, cluster monitoring, and alias operations.
by liuyoshio
Provides natural‑language search and recommendation for Model Context Protocol servers, delivering rich metadata and real‑time updates.
by ihor-sokoliuk
Provides web search capabilities via the SearXNG API, exposing them through an MCP server for seamless integration with AI agents and tools.
by fatwang2
Provides web and news search, URL crawling, sitemap extraction, deep‑reasoning, and trending topic retrieval via Search1API, exposed as an MCP server for integration with AI clients.
by cnych
Provides SEO data retrieval via Ahrefs, exposing MCP tools for backlink analysis, keyword generation, traffic estimation, and keyword difficulty, with automated CAPTCHA solving and response caching.