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 — METAR observations. 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. Optional id (station), age (hours), distance (NM), level (flight level).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