Flight Planner MCP Server
비행 계획자 MCP 서버
fast-flights API를 사용하여 여행사 수준의 항공편 계획을 생성하는 모델 컨텍스트 프로토콜 서버입니다.
특징
편도 및 왕복 항공편 검색
여행 매개변수를 기반으로 포괄적인 여행 계획을 작성하세요
공항 코드 정보 받기
일반적인 여행 질문에 템플릿을 사용하세요
Related MCP server: fli
설치
Python 3.10 이상이 설치되어 있는지 확인하세요.
필요한 패키지를 설치하세요:
지엑스피1
용법
서버 실행
서버를 직접 실행할 수 있습니다:
python flight_planner_server.pyClaude Desktop과 통합
Claude Desktop 구성 파일을 만들거나 편집하세요.
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
비행 계획 서버 구성을 추가합니다.
{
"mcpServers": {
"flight-planner": {
"command": "python",
"args": [
"/PATH/TO/flight_planner_server.py"
],
"env": {
"PYTHONPATH": "/PATH/TO/PROJECT"
}
}
}
}/PATH/TO/서버 파일의 실제 경로로 바꾸세요.Claude Desktop을 다시 시작하세요
MCP 검사기 사용
테스트 및 개발을 위해 MCP Inspector를 사용할 수 있습니다.
# Install the inspector
npm install -g @modelcontextprotocol/inspector
# Run the inspector with your server
npx @modelcontextprotocol/inspector python flight_planner_server.py사용 가능한 도구
search_one_way_flights: 공항 간 편도 항공편 검색search_round_trip_flights: 공항 간 왕복 항공편 검색create_travel_plan: 포괄적인 여행 계획을 생성합니다
사용 가능한 리소스
airport_codes://{query}: 검색어를 기반으로 공항 코드 정보를 가져옵니다.
사용 가능한 프롬프트
flight_search_prompt: 항공편 검색을 위한 템플릿travel_plan_prompt: 포괄적인 여행 계획을 작성하기 위한 템플릿
Claude에 대한 예제 쿼리
Claude Desktop과 통합하면 다음과 같은 질문을 할 수 있습니다.
"2025년 4월 15일 NYC에서 SFO까지 어떤 항공편이 있나요?"
"2025년 5월 1일부터 2025년 5월 8일까지 LAX에서 TPE까지 출장 계획을 세워줄 수 있나요?"
"도쿄 공항 코드를 찾아주세요."
"여름 휴가를 위해 보스턴에서 런던까지 항공편을 예약하기 가장 좋은 시기는 언제인가요?"
특허
MIT
This server cannot be installed
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
- AlicenseAqualityDmaintenanceIntegrates Google Flights data into AI workflows for natural language flight searches, price comparisons, flexible date searches, and multi-city itinerary planning with support for various cabin classes and passenger types.94MIT
- AlicenseNot gradedqualityBmaintenanceEnables flight search and fare calendar exploration by interacting with Google Flights' API, supporting detailed filters for origin, destination, dates, cabin class, airlines, and more.3,093MIT
- AlicenseAqualityFmaintenanceConnects AI agents to Google Flights data, enabling retrieval of flight information, cheapest options, time-filtered flights, and best recommendations.427MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools for searching flights, creating and canceling bookings, and retrieving user reservations through natural language.
Related MCP Connectors
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Live flight prices and working booking links for AI agents and travel apps.
whentofly: flexible-date economy/business flight search + price-level context for AI agents
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/salamentic/google-flights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server