Aviation Model Context Protocol

by blevinstein

Integrations

  • Allows cloning the Aviation MCP repository from GitHub for installation and configuration

  • Provides an npm package 'aviation-mcp' for easy installation and integration of aviation data servers

  • Supports installation of the Aviation MCP package via Yarn package manager

航空 MCP:航空数据的模型上下文协议服务器

Aviation MCP 提供了一套模型上下文协议 (MCP) 服务器,可映射到 FAA 和其他航空 API,从而轻松地将实时航空数据集成到您的 LLM 工作流程中。该项目专为希望将其 LLM 客户端(例如 Cursor、Claude 或其他客户端)连接到权威航空数据源(例如天气、航行通告、图表、飞机信息等)的开发者而设计。

⚠️ 免责声明 ⚠️

本代码的开发者不对提供数据的 API 的正确性或安全性负责,也不对您的特定航班的飞行计划负责。此规定适用于FlightPlanning.md中的软件和说明,它们不能替代持有适当执照的飞行员的专业知识。机长对飞行安全及所有相关法规的遵守负全部责任。

特征

  • 用于航空数据的模块化 MCP 服务器
  • 与 FAA、航空天气和其他 API 集成
  • 轻松配置,可与任何兼容 MCP 的 LLM 客户端一起使用
  • 作为 npm 包发布: aviation-mcp

使用 MCP 服务器

将 Aviation-mcp 服务器添加到你的 mcp.json 文件中,如下所示。请确保更新密钥以包含有效值(访问https://api.faa.gov/s/获取 FAA API 客户端凭证,访问https://api-ninjas.com/获取其 API 密钥),否则请移除密钥(相关 API 将被隐藏)。

航空天气(包括大量地理参考数据)和图表不需要任何 API 密钥。航行通告 (NOTAM) 需要 FAA 客户端 ID/密钥。

{ "mcpServers": { "aviation": { "command": "npx", "args": [ "-y", "aviation-mcp" ], "env": { "API_NINJA_KEY": "<your-key>", "FAA_CLIENT_ID": "<your-id>", "FAA_CLIENT_SECRET": "<your-secret>" } } } }

官方来源

  • 天气:航空气象数据(METAR、TAF、PIREP、SIGMET、G-AIRMET 等)
  • 图表:分区图、TAC图、IFR航路图和TPP图
  • 航行通告:FAA 航行通告 API

🚧 损坏的来源 🚧

这些来源会有所帮助,但集成或 API 访问尚未起作用:

  • 降水:FAA EIM 天气接近度 API(降水数据)
  • 机场:FAA机场和跑道信息

未实施

  • 延误:ASWS FAA API 提供有关机场延误的信息。

🚧🚧 非官方来源 🚧🚧

  • 飞机:飞机数据

用法

配置完成后,您的 LLM 客户端即可连接到 MCP 服务器并根据需要查询航空数据。有关如何提供mcp.json配置的详细信息,请参阅客户端的文档。

请参阅FlightPlanning.md了解用于飞行计划的示例系统提示。

对于时间意识,我建议与时间相结合。

对于 EFB 管理,考虑与文件系统gdrive结合使用。

API 覆盖率

有关受支持的 API、端点和集成状态的详细列表,请参阅Sources.md

执照

麻省理工学院

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

整合天气、航行通告、机场信息、飞行计划API等航空数据源的平台,实现全面的飞行前准备和飞行中决策支持。

  1. 特征
    1. 使用 MCP 服务器
      1. 官方来源
      2. 🚧 损坏的来源 🚧
      3. 未实施
      4. 🚧🚧 非官方来源 🚧🚧
    2. 用法
      1. API 覆盖率
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data. Perfect for aviation enthusiasts, travel planners, or anyone curious about flights overhead!
            Last updated -
            2
            12
            JavaScript
            MIT License
            • Apple
          • -
            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
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides real-time flight tracking and status information using the AviationStack API.
            Last updated -
            3
            0
            2
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            Creates travel agent-level flight plans using the fast-flights API, allowing users to search for flights and generate comprehensive travel itineraries.
            Last updated -
            Python
            • Apple

          View all related MCP servers

          ID: f7efjm18nb