Provides tools for querying flight information using IATA airport and city codes, allowing users to search flights by departure/arrival locations, flight numbers, and get transfer information.
Uses TypeScript interface definitions for API calls, enabling type-safe interaction with the Variflight Tripmatch service when querying flight and train information.
Variflight Tripmatch MCP Server
Variflight Tripmatch MCP Server provides a set of tools to query flight and train information.
Variflight API Key
To use the Variflight Tripmatch MCP server, you need to have a Variflight API key. You can get it from here.
Installation
Available Tools
1. Search Flights by Departure and Arrival
Search for flights between airports or cities by date. For cities with multiple airports, use depcity and arrcity parameters; otherwise use dep and arr parameters. Date must be in YYYY-MM-DD format. For today's date, use the getTodayDate tool. All airport/city codes must be valid IATA 3-letter codes (e.g.BJS for city of Beijing, PEK for Beijing Capital Airport).
2. Search Flights by Number
Search flights by flight number and date. Flight number should include airline code (e.g. MU2157, CZ3969). dep and arr are optional, keep empty if you don't know them. Date format: YYYY-MM-DD. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Airport codes (optional) should be IATA 3-letter codes.
3. Get Flight and Train Transfer Information
Get flight and train transfer info by departure city and arrival city and departure date. Date format: YYYY-MM-DD. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Airport codes should be IATA 3-letter codes.
4. Flight Happiness Index
Using this tool when you need information related to following topics: Detailed flight comparisons (punctuality, amenities, cabin specs), Health safety protocols for air travel, Baggage allowance verification, Environmental impact assessments, Aircraft configuration visualization, Comfort-focused trip planning (seat dimensions, entertainment, food), etc.
5. Get Today's Date
Get today's date in local timezone (YYYY-MM-DD format). Use this tool whenever you need today's date - NEVER hardcode dates.
6. Airport Weather Forecast
Get airport future weather for 3days (today、tomorrow、the day after tomorrow) by airport IATA 3-letter code. Airport codes should be IATA 3-letter codes (e.g. PEK for Beijing, SHA for Shanghai, CAN for Guangzhou, HFE for Hefei).
7. Search Train Tickets
Search for train tickets between two cities on a specific date. Date must be in YYYY-MM-DD format.
8. Get Flight Price By Cities
Get flight price information by departure city, arrival city, and departure date. All city codes must be valid IATA 3-letter codes (e.g. HFE for Hefei, CAN for Guangzhou). Date must be in YYYY-MM-DD format.
9. Search Train Stations
Search for train stations by keyword.
License
ISC License - See LICENSE for details.
Author
Variflight (https://ai.variflight.com)
Version
Current version: 0.0.2
This server cannot be installed
Provides tools to query flight and train information including flight searches, train tickets, weather forecasts, and transfer options between different transportation modes.
Related MCP Servers
- -securityAlicense-qualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -45PythonMIT License
- -securityFlicense-qualityCreates travel agent-level flight plans using the fast-flights API, allowing users to search for flights and generate comprehensive travel itineraries.Last updated -Python
- -securityAlicense-qualityProvides aviation weather information through a Model Context Protocol server, enabling access to METARs, TAFs, PIREPs, and route weather data for informational purposes only.Last updated -TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol Server search realtime flight detail with multiple fligh carrier, price , stop , time duration for any given date using simple promptLast updated -1PythonMIT License