@cyanheads/aviation-weather-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@cyanheads/aviation-weather-mcp-serverget METAR for KLAX"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Public Hosted Server: https://aviation-weather.caseyjhand.com/mcp
Tools
Five tools covering aviation weather — station lookup, current observations, terminal forecasts, pilot reports, and active advisories:
Tool | Description |
| Resolve airports and weather stations by identifier, bounding box, or US state. Returns ICAO/IATA/FAA IDs, coordinates, elevation, and available data types. |
| Get current weather observations (METARs) for one or more airports. Returns decoded wind, visibility, ceiling, present weather, temp/dewpoint, altimeter, cloud layers, flight category (VFR/MVFR/IFR/LIFR), and the raw METAR string. |
| Get Terminal Aerodrome Forecasts for one or more airports. Returns each forecast period with valid times, surface wind, low-level wind shear, visibility, decoded weather, cloud layers, and vertical visibility into a forecast obscuration, plus the raw TAF string. |
| Get recent Pilot Reports near an airport or within a bounding box. Returns decoded turbulence, icing, and cloud reports with altitude, aircraft type, intensity, and the raw PIREP string. |
| Get active domestic SIGMETs for a region. Returns hazard type (CONVECTIVE, TURBULENCE, ICING, IFR), severity, altitude range, valid period, polygon coordinates, and raw text. |
aviation_find_stations
Resolve and discover weather stations by multiple search modes.
Look up one or more stations by identifier (up to 20 per call) — a lookup matches the registry's own ID, which for an airport is its 4-letter ICAO ID and for a buoy or mesonet site is whatever that site carries. A 3-letter IATA code never resolves, though each returned record includes its IATA/FAA aliases when available
Discover all stations within a geographic bounding box
List stations for one of the 50 US states or DC via two-letter USPS code (uses bbox + client-side state filter)
Returns
data_types(METAR, TAF, etc.) so agents can confirm what's available before queryingEvery result states whether the upstream 400-row cap cut it, so a truncated draw is never mistaken for every station in the area — a capped state query also reports the row count from before the state filter, and a smaller
bboxis the named leverlimit(1–400) bounds how many stations abboxorstatesearch returns without changing the area searched, ordered by ICAO identifier ascending with identifier-less stations (buoys, mesonet sites) last — so the same query and limit return the same stations, and a sampled state leads with airports rather than with sites carrying no ID. A limited result says so separately from the cap — a limit withheld stations that were examined, a cap dropped stations that were never drawn — and both can be reported at once without either implying the other. It belongs to the area modes; supplying it alongsidestation_idsis rejected, since that mode already names the setAn ID lookup names every identifier that resolved to nothing instead of silently returning a shorter list, and separates the one shape it can diagnose — a 3-letter IATA code, which never resolves — from an identifier the registry simply does not list. Reconciliation matches the identifiers upstream returned, so a repeated or differently-cased ID is not reported as a gap
Whitespace around an ID is trimmed rather than failing the batch — a padded entry resolves like the bare one, and only an empty or whitespace-only entry is rejected. No ICAO shape is imposed, so buoys and mesonet sites carrying no ICAO, IATA, or FAA identifier still resolve
aviation_get_metar
Fetch current or recent METAR observations (1–10 stations per call).
hours(1–12) is a lookback window rather than a row limit — every observation inside it is returned, so a half-hourly station yields two rows at the default of 1Flight category (VFR/MVFR/IFR/LIFR) is returned directly from the AWC API — no client-side computation needed
Decodes cloud layers, wind with gusts, visibility, and present weather (the raw groups plus plain English, one reading per group) in addition to the raw METAR string
Ceiling covers broken, overcast, and obscuration layers, and reports whether the height was measured or is an indefinite ceiling — vertical visibility into an obscuration. An obscuration the station could not see up into (a
VV///group) reads as a ceiling of undetermined height rather than as no ceilingsky_conditioncarries the group an observation states when it publishes no layer heights (CLR,SKC,CAVOK, orOVXfor aVV///obscuration), so an emptycloudsarray with nothing beside it reads as a sky the station did not report rather than as a clear oneMETAR type field distinguishes
METAR(routine) fromSPECI(special observation triggered by significant weather change)Every batch reports which of the requested stations came back, so a partial result is never mistaken for full coverage — missing IDs are named with recovery guidance
aviation_get_taf
Fetch Terminal Aerodrome Forecasts for 1–4 airports.
Returns structured forecast periods with change types (
FM,TEMPO,BECMG) and probabilitiesForecast weather decoded group by group beside the raw groups (
-SHRA BR→light rain showers; mist), the same shapeaviation_get_metarreturnsForecast obscurations keep their layer and carry the vertical visibility into them (
VV002→ a 200 ft indefinite ceiling), rather than reading as a clear skysky_conditioncarries a forecast clear sky (SKC,NSC) whose group has no height to publish, so a period with no cloud element — aTEMPOorPROBgroup amending only visibility or weather — reads as leaving the prevailing forecast's cloud unchanged rather than as forecasting clearLow-level wind shear (
WS020/20040KT) is decoded to the shear-layer top and the forecast wind at that heightvalid_from/valid_toin ISO 8601 for straightforward time comparisonsEvery batch reports which of the requested stations came back, so a partial result is never mistaken for full coverage — missing IDs are named with recovery guidance
aviation_get_pireps
Search for recent Pilot Reports by station+radius or bounding box.
station_id+distance_nm(10–500 nm, 100 when omitted) for radial search around an airportbboxfor geographic area search — useful for en-route corridor checks;distance_nmhas no meaning here and is rejected alongside italtitude_min_ft/altitude_max_ftfilters to isolate reports at cruise altitude, either bound alone or both (min must not exceed max). Both bounds together, spanning 6,000 ft or less, fit the API's own search width and are sent to it, so the band narrows the search rather than only trimming the result; a single bound or a wider span trims the result alonemin_intensity(lgt/mod/sev) restricts the search to reports carrying a turbulence or icing layer at that intensity or above — it selects reports, not layers, so a matching report still carries its lighter layersTurbulence and icing arrays include up to two layers per report. Icing layers the API synthesized for a report that never mentioned ice are dropped, so an icing layer always reflects something the pilot reported
Every result states whether the upstream 400-row cap cut it, naming the levers that narrow a query before the cap applies — and only the ones the query has not already used
limit(1–400) bounds how many reports come back without changing what is searched; it applies after the ordering by observation time, so it keeps the most recent. A limited result says so separately from the cap — a limit withheld reports that were examined, a cap dropped reports that were never drawn — and both can be reported at once without either implying the other. Selection is by recency alone, so pair it withmin_intensityto bound a result by severity insteadNote: absence of PIREPs does not mean smooth conditions — they are sparse by nature
aviation_get_advisories
List currently active domestic SIGMETs.
advisory_typefilter:sigmetorall(default) — both return the active SIGMET sethazardfilter:CONVECTIVE,TURBULENCE,ICING,IFR— sent to the AWC endpoint's ownhazardparameter, so the matching is done by AWC against however it spells the classbboxfilter applied client-side (the AWC endpoint defines no bbox parameter; the tool filters by polygon overlap)AIRMETs are not served. The upstream feed carries domestic SIGMETs only, so
advisory_type: airmetand theMTN OBSCN,SURFACE WIND, andLLWShazards are rejected with guidance rather than answered with SIGMETs or an empty arrayDuring fair-weather periods, no SIGMETs may be active — an empty result is a valid state, not an error
An empty result names what emptied it: nothing active anywhere, no advisory carrying the requested hazard, or none intersecting the requested
bbox— so a filter that needs broadening is not mistaken for quiet weather
Related MCP server: Aviation Weather MCP Server
Prompts
Type | Name | Description |
Prompt |
| Structure a preflight weather briefing for a flight. Guides the LLM to call |
Takes departure_icao and destination_icao, plus optional alternates, departure_time, cruise_altitude, and route_waypoints. The last three each narrow one step: the departure time selects the TAF forecast period the briefing is read against, the cruise altitude bounds the PIREP search to a ±3,000 ft band, and the route waypoints (decimal-degree lat,lon pairs) become the advisory bbox. Omit any of them and the briefing still generates, naming the assessment it could not make. It reports weather risk rather than a go/no-go recommendation — that decision needs pilot, aircraft, and operational-minima context this server does not hold.
All resource data is reachable via tools. This server has no resources — all aviation weather data is time-sensitive (METARs valid ~1 hour, advisories minutes to hours) and unsuitable for stable-URI resources.
Features
Built on @cyanheads/mcp-ts-core:
Declarative tool and prompt definitions — single file per primitive, framework handles registration and validation
Unified error handling — handlers throw, framework catches, classifies, and formats
Pluggable auth:
none,jwt,oauthStructured logging with optional OpenTelemetry tracing
STDIO and Streamable HTTP transports
Aviation-weather-specific:
Keyless — no API key or authentication required; all data is from the public AWC Data API
Single service (
aviation-weather-service) with retry + exponential backoff for the keyless public endpointRaw coded strings (
rawOb,rawTAF,rawAirSigmet) surfaced alongside decoded fields so agents have both layersState→bbox table enables US-state station queries that the AWC API doesn't natively support
Server-level
instructionsfield surfaces the "not an official briefing" safety disclaimer to all clients oninitialize
Agent-friendly output:
Flight category (
VFR/MVFR/IFR/LIFR) as a discriminated string field — agents can branch on it without parsing ceiling + visibilityStructured error contracts with typed
reasonfields andrecoveryhints (e.g., "Verify ICAO IDs withaviation_find_stations")aviation_preflight_briefprompt encodes the correct METAR → TAF → PIREPs → advisories briefing sequence that agents frequently get wrong by omitting steps, chunks each step to the station limit the tool actually enforces, and names the assessments it could not make instead of implying a complete picture
Getting started
Public Hosted Instance
A public hosted instance is available at https://aviation-weather.caseyjhand.com/mcp. Add it to your MCP client configuration:
{
"mcpServers": {
"aviation-weather": {
"type": "streamable-http",
"url": "https://aviation-weather.caseyjhand.com/mcp"
}
}
}Self-hosted / local
Add the following to your MCP client configuration file.
{
"mcpServers": {
"aviation-weather": {
"type": "stdio",
"command": "bunx",
"args": ["@cyanheads/aviation-weather-mcp-server@latest"],
"env": {
"MCP_TRANSPORT_TYPE": "stdio",
"MCP_LOG_LEVEL": "info"
}
}
}
}Or with npx (no Bun required):
{
"mcpServers": {
"aviation-weather": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@cyanheads/aviation-weather-mcp-server@latest"],
"env": {
"MCP_TRANSPORT_TYPE": "stdio",
"MCP_LOG_LEVEL": "info"
}
}
}
}Or with Docker:
{
"mcpServers": {
"aviation-weather": {
"type": "stdio",
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "MCP_TRANSPORT_TYPE=stdio",
"ghcr.io/cyanheads/aviation-weather-mcp-server:latest"
]
}
}
}For Streamable HTTP, set the transport and start the server:
MCP_TRANSPORT_TYPE=http MCP_HTTP_PORT=3010 bun run start:http
# Server listens at http://localhost:3010/mcpPrerequisites
Bun v1.3.0 or higher (or Node.js v24+).
No API key required — the AWC Data API is fully public and keyless.
Installation
Clone the repository:
git clone https://github.com/cyanheads/aviation-weather-mcp-server.gitNavigate into the directory:
cd aviation-weather-mcp-serverInstall dependencies:
bun installConfigure environment:
cp .env.example .env
# edit .env if you need to override AWC_BASE_URL or AWC_TIMEOUT_MSConfiguration
Variable | Description | Default |
| Base URL for the NWS AWC Data API. |
|
| Per-request timeout in milliseconds (1000–60000). |
|
| Transport: |
|
| Port for HTTP server. |
|
| HTTP session handling: |
|
| Auth mode: |
|
| Log level (RFC 5424). |
|
| Enable OpenTelemetry instrumentation. |
|
See .env.example for the full list of optional overrides.
Running the server
Local development
Build and run:
bun run rebuild bun run start:stdio # or bun run start:httpRun checks and tests:
bun run devcheck # Lint, format, typecheck, security bun run test # Vitest test suite bun run lint:mcp # Validate MCP definitions against spec
Docker
docker build -t aviation-weather-mcp-server .
docker run --rm -p 3010:3010 aviation-weather-mcp-serverThe Dockerfile defaults to HTTP transport, stateless session mode, and logs to /var/log/aviation-weather-mcp-server. OpenTelemetry peer dependencies are installed by default — build with --build-arg OTEL_ENABLED=false to omit them.
Project structure
Directory | Purpose |
|
|
| Server-specific env var parsing ( |
| AWC Data API client — HTTP fetch, retry with exponential backoff, response normalization. |
| Tool definitions ( |
| Prompt definitions ( |
| Unit and integration tests mirroring |
Development guide
See CLAUDE.md for development guidelines and architectural rules. The short version:
Handlers throw, framework catches — no
try/catchin tool logicUse
ctx.logfor request-scoped logging,ctx.statefor tenant-scoped storageRegister new tools and prompts via the barrels in
src/mcp-server/*/definitions/index.tsWrap external API calls: validate raw → normalize to domain type → return output schema; never fabricate missing fields
Not an official preflight briefing. Data from the AWC is informational only. Real flight planning requires an authorized source (e.g., Leidos/1800wxbrief.com). The server surfaces this disclaimer via its
instructionsfield sent on everyinitialize.
Contributing
Issues and pull requests are welcome. Run checks and tests before submitting:
bun run devcheck
bun run testLicense
Apache-2.0 — see LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Aviation Weather MCP — METAR, TAF, PIREPs, AIRMET/SIGMET, station info
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
FlightAware MCP — wraps FlightAware AeroAPI v4 (aeroapi.flightaware.com)
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides aviation weather information through a Model Context Protocol server, enabling access to METARs, TAFs, PIREPs, and route weather data for informational purposes only.2MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to aviation weather data from aviationweather.gov, enabling LLMs to fetch and analyze METAR, TAF, PIREPs, AIRMETs, and other aviation weather information.6 npm6MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for fetching METAR and TAF aviation weather data for airports by ICAO code.MIT
- FlicenseNot gradedqualityDmaintenanceFetches and parses METAR/TAF aviation weather data from NOAA with caching and human-readable formatting.1-