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 에서 받으세요)
설정
- 이 저장소를 복제하세요:
- 종속성 설치:
- 서버를 빌드하세요:
- MCP 설정 파일에서 서버를 구성하세요.Claude VSCode 확장의 경우
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
에 다음을 추가합니다.Claude 데스크톱 앱의 경우~/Library/Application Support/Claude/claude_desktop_config.json
(macOS)에 추가하고, 다른 플랫폼의 경우 비슷한 경로에 추가합니다.
사용 예
서버가 구성되면 Claude와 함께 사용하여 항공편 정보를 얻을 수 있습니다.
항공편 상태 확인
항공편 검색
항공편 세부 정보 받기
API 키 구성
이 서버를 사용하려면 AviationStack API 키가 필요합니다. aviationstack.com 에서 무료 API 키(월 100회 요청)를 받으실 수 있습니다.
API 키는 MCP 설정 구성에서 AVIATIONSTACK_API_KEY
라는 환경 변수로 제공되어야 합니다.
특허
MIT
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.
AviationStack API를 사용하여 실시간 비행 추적 및 상태 정보를 제공하는 MCP(Model Context Protocol) 서버입니다.
Related MCP Servers
- -securityAlicense-qualityThis server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.Last updated -21JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol (MCP) server that creates a bridge between AI language models and the Trakt.tv API, allowing LLMs to access real-time entertainment data and personal Trakt viewing history.Last updated -6Python
Variflight MCP Serverofficial
AsecurityFlicenseAqualityA Model Context Protocol server implementation that provides tools for querying flight information, weather data, and flight comfort metrics through Variflight services.Last updated -876512- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python