Skip to main content
Glama

Variflight MCP Server

Official
by variflight

Variflight MCP 서버

VariFlight 비행 정보 서비스를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버는 비행 정보, 날씨 데이터 및 비행 쾌적도 지표를 쿼리하는 다양한 도구를 제공합니다.

Variflight API 키

Variflight MCP 서버를 사용하려면 Variflight API 키가 필요합니다. 여기 에서 받으실 수 있습니다.

설치

지엑스피1

사용 가능한 도구

1. 출발지와 도착지로 항공편 검색

IATA 코드를 사용하여 공항 간 항공편을 검색하세요:

searchFlightsByDepArr({ dep: "PEK", // Beijing arr: "SHA", // Shanghai date: "2024-03-20" })

2. 항공편 번호로 검색

항공편 번호를 사용하여 항공편 검색:

searchFlightsByNumber({ fnum: "MU2157", date: "2024-03-20" })

3. 항공편 환승 정보 받기

도시 간 이동 옵션을 찾아보세요:

getFlightTransferInfo({ depcity: "BJS", arrcity: "LAX", depdate: "2024-03-20" })

4. 비행 행복 지수

자세한 비행 편안함 지표를 확인하세요.

flightHappinessIndex({ fnum: "MU2157", date: "2024-03-20" })

5. 실시간 항공기 위치

등록 번호를 사용하여 항공기 위치 추적:

getRealtimeLocationByAnum({ anum: "B2021" })

6. 공항 날씨 예보

공항의 3일 날씨 예보를 확인하세요:

getFutureWeatherByAirport({ airport: "PEK" })

7. 항공편 일정 검색

구매 가능한 항공편 옵션을 검색하고 가장 낮은 가격을 받으세요:

searchFlightItineraries({ depCityCode: "BJS", // Beijing arrCityCode: "SHA", // Shanghai depDate: "2025-04-20" })

특허

ISC 라이센스 - 자세한 내용은 라이센스를 참조하세요.

작가

바리플라이트( https://mcp.variflight.com )

버전

현재 버전: 0.0.2

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Variflight 서비스를 통해 비행 정보, 날씨 데이터 및 비행 편안함 지표를 쿼리하기 위한 도구를 제공하는 모델 컨텍스트 프로토콜 서버 구현입니다.

  1. Variflight API 키
    1. 설치
    2. 사용 가능한 도구
    3. 특허
    4. 작가
    5. 버전

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol (MCP) server that provides real-time flight tracking and status information using the AviationStack API.
    Last updated -
    3
    0
    2
    JavaScript
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    Provides 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 -
    TypeScript
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that provides comprehensive weather data querying capabilities based on the Caiyun Weather API, supporting real-time weather, forecasts, and alerts with multi-language support.
    Last updated -
    7
    2
    TypeScript
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol Server search realtime flight detail with multiple fligh carrier, price , stop , time duration for any given date using simple prompt
    Last updated -
    1
    Python
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/variflight/variflight-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server