Install
openclaw skills install mcp-aviation-weatherAviation weather data — METAR observations, TAF forecasts, and nearby station discovery via L402 API. Use for flight planning, airport weather checks, and aviation safety briefings.
openclaw skills install mcp-aviation-weatherMETAR reports, TAF forecasts, and nearby station search for aviation weather.
{
"mcpServers": {
"aviation-weather": {
"command": "npx",
"args": ["-y", "@vbotholemu/mcp-aviation-weather"],
"env": {
"L402_API_BASE_URL": "https://api.nautdev.com"
}
}
}
}
get_metarCurrent METAR observation for any ICAO station.
| Parameter | Type | Required | Description |
|---|---|---|---|
| station | string | yes | ICAO station code (e.g., KJFK) |
get_tafTerminal Aerodrome Forecast.
| Parameter | Type | Required | Description |
|---|---|---|---|
| station | string | yes | ICAO station code |
find_stationsFind nearby weather stations by coordinates.
| Parameter | Type | Required | Description |
|---|---|---|---|
| latitude | number | yes | Latitude |
| longitude | number | yes | Longitude |
| radius_nm | number | no | Search radius in nautical miles |