You're viewing a demo portfolio

Join the waitlist
PRSM

get_air_quality

Active

Tool of airquality

declared in 0.1.0

Check current air quality at a location (latitude/longitude or city name, e.g., "40.7128, -74.0060" or "New York"). Returns US AQI score, PM2.5, PM10, CO, NO2, and ozone levels.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "latitude": 40.7128,
      "longitude": -74.006
    },
    {
      "latitude": 34.0522,
      "longitude": -118.2437
    }
  ],
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "latitude": {
      "type": "number",
      "description": "Latitude of the location."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude of the location."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

airquality

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

1/7 registries
View full server →