You're viewing a demo portfolio

Join the waitlist
PRSM

air_quality

Active

Tool of mcp-openweather

declared in 0.1.0

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({ lat: 51.5, lon: -0.12 })

Parameters schema

{
  "type": "object",
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude."
    },
    "lon": {
      "type": "number",
      "description": "Longitude."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own OpenWeatherMap API key for higher limits; omit to use the shared Pipeworx key."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-openweather

https://github.com/pipeworx-io/mcp-openweather

2/7 registries
View full server →
air_quality — mcp-openweather — PRSM MCP