@pipeworx/openweather

Connect: https://gateway.pipeworx.io/openweather/mcp · Install: one-click buttons

Tools: 4

Tools

  • current_weather — Get the current weather for a city or coordinates: temperature, “feels like”, conditions, humidity, wind speed, and cloud cover. Example: current_weather({ city: “London”, units: “metric” })
  • forecast — Get a multi-step weather forecast (3-hour intervals) for a city or coordinates: temperature, conditions, wind speed, and precipitation probability over time. Example: forecast({ city: “Tokyo”, count:
  • air_quality — Get the current air quality for a set of coordinates: an air quality index (AQI, 1=Good to 5=Very Poor) plus pollutant component concentrations (CO, NO2, O3, PM2.5, PM10, etc.). Example: air_quality({
  • geocode — Resolve a place name (city, optionally with state/country) to geographic coordinates (latitude/longitude). Useful before calling air_quality, which needs lat/lon. Example: geocode({ query: “Paris”, li

Tools

  • air_quality — Get the current air quality for a set of coordinates: an air quality index (AQI, 1=Good to 5=Very Poor) plus pollutant component concentrations (CO, NO2, O3, PM2.5, PM10, etc.). Example: air_quality({
  • current_weather — Get the current weather for a city or coordinates: temperature, feels like , conditions, humidity, wind speed, and cloud cover. Example: current_weather({ city: London , units: metric })
  • forecast — Get a multi-step weather forecast (3-hour intervals) for a city or coordinates: temperature, conditions, wind speed, and precipitation probability over time. Example: forecast({ city: Tokyo , count: 8
  • geocode — Resolve a place name (city, optionally with state/country) to geographic coordinates (latitude/longitude). Useful before calling air_quality, which needs lat/lon. Example: geocode({ query: Paris , lim

Regenerated from source · build June 3, 2026