Integrations
Provides flight tracking and status information for British Airways flights, including detailed information about specific flights, departure/arrival times, and terminal information.
Enables querying flight data using IATA flight codes to retrieve detailed flight information and status updates.
Provides real-time flight tracking functionality through the AviationStack API, allowing search for flights by various criteria and retrieving detailed flight status information.
FlightRadar MCP 서버
AviationStack API를 사용하여 실시간 비행 추적 및 상태 정보를 제공하는 MCP(Model Context Protocol) 서버입니다.
특징
이 MCP 서버는 세 가지 주요 도구를 제공합니다.
- get_flight_data : IATA 또는 ICAO 코드로 특정 항공편에 대한 자세한 정보를 가져옵니다.
- search_flights : 항공사, 출발/도착 공항, 상태 등 다양한 기준으로 항공편을 검색합니다.
- get_flight_status : 특정 항공편에 대한 사람이 읽을 수 있는 상태 요약을 가져옵니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 flightradar-mcp-server를 자동으로 설치하려면:
지엑스피1
필수 조건
- Node.js(v14 이상)
- npm(v6 이상)
- AviationStack API 키( aviationstack.com 에서 받으세요)
설정
- 이 저장소를 복제하세요:Copy
- 종속성 설치:Copy
- 서버를 빌드하세요:Copy
- MCP 설정 파일에서 서버를 구성하세요.Claude VSCode 확장의 경우
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
에 다음을 추가합니다.Claude 데스크톱 앱의 경우Copy~/Library/Application Support/Claude/claude_desktop_config.json
(macOS)에 추가하고, 다른 플랫폼의 경우 비슷한 경로에 추가합니다.
사용 예
서버가 구성되면 Claude와 함께 사용하여 항공편 정보를 얻을 수 있습니다.
항공편 상태 확인
항공편 검색
항공편 세부 정보 받기
API 키 구성
이 서버를 사용하려면 AviationStack API 키가 필요합니다. aviationstack.com 에서 무료 API 키(월 100회 요청)를 받으실 수 있습니다.
API 키는 MCP 설정 구성에서 AVIATIONSTACK_API_KEY
라는 환경 변수로 제공되어야 합니다.
특허
MIT
This server cannot be installed
AviationStack API를 사용하여 실시간 비행 추적 및 상태 정보를 제공하는 MCP(Model Context Protocol) 서버입니다.