FlightRadar MCP Server
FlightRadar MCP 서버
AviationStack API를 사용하여 실시간 비행 추적 및 상태 정보를 제공하는 MCP(Model Context Protocol) 서버입니다.
특징
이 MCP 서버는 세 가지 주요 도구를 제공합니다.
get_flight_data : IATA 또는 ICAO 코드로 특정 항공편에 대한 자세한 정보를 가져옵니다.
search_flights : 항공사, 출발/도착 공항, 상태 등 다양한 기준으로 항공편을 검색합니다.
get_flight_status : 특정 항공편에 대한 사람이 읽을 수 있는 상태 요약을 가져옵니다.
Related MCP server: Aviationstack MCP Server
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 flightradar-mcp-server를 자동으로 설치하려면:
지엑스피1
필수 조건
Node.js(v14 이상)
npm(v6 이상)
AviationStack API 키( aviationstack.com 에서 받으세요)
설정
이 저장소를 복제하세요:
git clone https://github.com/Cyreslab-AI/flightradar-mcp-server.git cd flightradar-mcp-server종속성 설치:
npm install서버를 빌드하세요:
npm run buildMCP 설정 파일에서 서버를 구성하세요.
Claude VSCode 확장의 경우
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json에 다음을 추가합니다.{ "mcpServers": { "flightradar": { "command": "node", "args": ["/path/to/flightradar-mcp-server/build/index.js"], "env": { "AVIATIONSTACK_API_KEY": "YOUR_API_KEY_HERE" }, "disabled": false, "autoApprove": [] } } }Claude 데스크톱 앱의 경우
~/Library/Application Support/Claude/claude_desktop_config.json(macOS)에 추가하고, 다른 플랫폼의 경우 비슷한 경로에 추가합니다.
사용 예
서버가 구성되면 Claude와 함께 사용하여 항공편 정보를 얻을 수 있습니다.
항공편 상태 확인
User: What's the status of flight BA855?
Claude: Flight BA855 (British Airways) is currently landed.
Departure: Prague Vaclav Havel Airport (PRG), Terminal 1, Gate B5
Scheduled: 3/25/2025, 11:50:00 AM
Estimated: 3/25/2025, 11:50:00 AM
Arrival: Heathrow (LHR), Terminal 3
Scheduled: 3/25/2025, 1:10:00 PM항공편 검색
User: Find British Airways flights
Claude: I found 3212 British Airways flights. Here are the first 3:
1. BA5719: Tucson (TUS) to Dallas/Fort Worth (DFW)
Status: scheduled
Departure: 3/25/2025, 5:00:00 AM
2. BA6096: Prague (PRG) to Helsinki (HEL)
Status: scheduled
Departure: 3/25/2025, 11:40:00 AM
3. BA855: Prague (PRG) to London Heathrow (LHR)
Status: landed
Departure: 3/25/2025, 10:50:00 AM항공편 세부 정보 받기
User: Get detailed information about flight BA855
Claude: Here are the details for flight BA855:
Flight: BA855 (BAW855)
Airline: British Airways
Aircraft: Airbus A320 (Registration: G-EUUH)
Departure:
- Airport: Prague Vaclav Havel Airport (PRG/LKPR)
- Terminal: 1, Gate: B5
- Scheduled: 3/25/2025, 10:50:00 AM
Arrival:
- Airport: London Heathrow (LHR/EGLL)
- Terminal: 3
- Scheduled: 3/25/2025, 12:10:00 PM
Status: landedAPI 키 구성
이 서버를 사용하려면 AviationStack API 키가 필요합니다. aviationstack.com 에서 무료 API 키(월 100회 요청)를 받으실 수 있습니다.
API 키는 MCP 설정 구성에서 AVIATIONSTACK_API_KEY 라는 환경 변수로 제공되어야 합니다.
특허
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityFmaintenanceA Model Context Protocol server implementation that provides tools for querying flight information, weather data, and flight comfort metrics through Variflight services.84,22631ISC- AlicenseBqualityBmaintenanceAn MCP server using the AviationStack API to fetch real-time flight data, including airline flights, airport schedules, future flights and aircraft types.1224MIT
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server built with mcp-framework that provides tools for flight-related operations. This appears to be a template or starter project with example tools that can be extended for flight search and booking functionality.1
- AlicenseAqualityDmaintenanceAn MCP server that provides flight search capabilities using the Aviasales API, allowing users to search, filter, and get details on flights and generate booking links.4GPL 3.0
Related MCP Connectors
Aviationstack MCP — global flight + airport + airline data
Geo-based flight search MCP server. Find more flights between any two places on earth
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Cyreslab-AI/flightradar-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server