← Back to Plugins
MCP Server MCP

io.github.chrischall/flightaware-mcp

github By github 👁 1 views ▲ 0 votes

Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts).

Homepage Verified source GitHub

Install

npx -y @chrischall/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@chrischall/flightaware-mcp",
      "version": "0.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your FlightAware AeroAPI key (flightaware.com/aeroapi/portal)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AEROAPI_API_KEY"
        },
        {
          "description": "Default directory for flight-map PNGs (default: current working directory)",
          "format": "string",
          "name": "AEROAPI_OUTPUT_DIR"
        },
        {
          "description": "Seconds to cache identical live-data GET responses (default 15; 0 disables)",
          "format": "string",
          "name": "AEROAPI_CACHE_TTL"
        },
        {
          "description": "Seconds to cache reference data — airports, operators, routes, ownership (default 3600; 0 disables)",
          "format": "string",
          "name": "AEROAPI_STATIC_CACHE_TTL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...