MCP Server
MCP
io.github.chrischall/flightaware-mcp
Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts).
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
By
Comments
Sign in to leave a comment