MCP server exposing 8 tools for aviation-weather.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/aviation-weather/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
metar — Real-time airport weather station observations (METAR report): current temperature, dew point, wind, visibility, cloud ceiling, altimeter, straight from that airport's own sensor. For airport-station temperature/conditions questions, e.g. current temperature at SFO/KSFO, ORD/KORD, LHR/EGLL. ids = comma-sep ICAO codes (KSFO,EGLL,LFPG).taf — Terminal Aerodrome Forecast (TAF) for one or more ICAO airport codes (e.g. KSFO,EGLL); returns forecast periods covering wind, visibility, and cloud ceilings for the next 24–30 h.pirep — Pilot reports (PIREPs). Call with no args for recent US-wide reports (default CONUS box), or pass a station `id` for reports within `distance_nm` of it, or a custom `bbox`.sigmet — Fetch all currently active SIGMETs (significant en-route weather hazards: convection, turbulence, icing, volcanic ash) from the US Aviation Weather Center; no inputs required.airmet — Fetch all currently active AIRMETs (moderate turbulence, icing, IFR/mountain-obscuration advisories for general aviation) from the US Aviation Weather Center; no inputs required.gairmet — Fetch Graphical AIRMETs from the US Aviation Weather Center; optionally filter by type (turb, ice, sfc_winds, lifr, ifr); returns GeoJSON-style hazard polygons.windsaloft — Winds and temperatures aloft forecast from the US Aviation Weather Center; specify US region (us/bos/mia/chi/dfw/slc/sfo/alaska) and level (low/high); returns an ASCII table or JSON.stationinfo — Aerodrome metadata — lat/lon, elevation, country.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/aviation-weather/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io