You're viewing a demo portfolio

Join the waitlist
PRSM

current_by_zip

Active

Tool of mcp-airnow

declared in 0.1.0

Latest observed AQI for a US ZIP code. Returns one record per pollutant reported at the nearest site (typically O3 + PM2.5). Includes AQI value, category (Good / Moderate / etc.), reporting area, and timestamp.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "zip_code": "10001"
    },
    {
      "zip_code": "90210",
      "distance_miles": 50
    }
  ],
  "required": [
    "zip_code"
  ],
  "properties": {
    "zip_code": {
      "type": "string",
      "description": "US 5-digit ZIP code"
    },
    "distance_miles": {
      "type": "number",
      "description": "Search radius (default 25, max 250)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-airnow

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

2/7 registries
View full server →