Skip to main content
Glama

Flight Planner MCP Server

by salamentic

비행 계획자 MCP 서버

fast-flights API를 사용하여 여행사 수준의 항공편 계획을 생성하는 모델 컨텍스트 프로토콜 서버입니다.

특징

  • 편도 및 왕복 항공편 검색
  • 여행 매개변수를 기반으로 포괄적인 여행 계획을 작성하세요
  • 공항 코드 정보 받기
  • 일반적인 여행 질문에 템플릿을 사용하세요

설치

  1. Python 3.10 이상이 설치되어 있는지 확인하세요.
  2. 필요한 패키지를 설치하세요:

지엑스피1

용법

서버 실행

서버를 직접 실행할 수 있습니다:

python flight_planner_server.py

Claude Desktop과 통합

  1. Claude Desktop 설치
  2. Claude Desktop 구성 파일을 만들거나 편집하세요.
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. 비행 계획 서버 구성을 추가합니다.
{ "mcpServers": { "flight-planner": { "command": "python", "args": [ "/PATH/TO/flight_planner_server.py" ], "env": { "PYTHONPATH": "/PATH/TO/PROJECT" } } } }
  1. /PATH/TO/ 서버 파일의 실제 경로로 바꾸세요.
  2. 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

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Fast-flights API를 사용하여 여행사 수준의 항공편 계획을 작성하고, 사용자가 항공편을 검색하고 포괄적인 여행 일정을 생성할 수 있도록 합니다.

  1. 특징
    1. 설치
      1. 용법
        1. 서버 실행
        2. Claude Desktop과 통합
        3. MCP 검사기 사용
      2. 사용 가능한 도구
        1. 사용 가능한 리소스
          1. 사용 가능한 프롬프트
            1. Claude에 대한 예제 쿼리
              1. 특허

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Enables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.
                  Last updated -
                  45
                  Python
                  MIT License
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  Facilitates access to LumbreTravel API for managing travel programs, activities, and related entities through MCP clients.
                  Last updated -
                  68
                  9
                  1
                  TypeScript
                • A
                  security
                  F
                  license
                  A
                  quality
                  This server integrates with the Ticketmaster API to provide AI agents with real-time concert and event data, enabling dynamic fetching and formatting for ease of interpretation.
                  Last updated -
                  1
                  Python
                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol server that connects to Amadeus API, enabling AI assistants to search flights, analyze prices, find best travel deals, and plan multi-city trips.
                  Last updated -
                  294
                  TypeScript

                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/salamentic/google-flights-mcp'

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