You're viewing a demo portfolio

Join the waitlist
PRSM

air_quality_near

Active

Tool of Openaq

declared in 0.1.0

Get the latest air-quality readings (PM2.5, PM10, O3, NO2, SO2, CO, etc.) at the monitoring station NEAREST to a latitude/longitude. PREFER for "air quality near me", "what is the air quality at <coordinates>", "is the air bad in <place> right now". Returns the nearest station with its most recent pollutant values, plus other nearby stations.

Parameters schema

{
  "type": "object",
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "OpenAQ API key (optional; the gateway supplies one)."
    },
    "latitude": {
      "type": "number",
      "description": "Latitude in decimal degrees (e.g., 40.785)."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude in decimal degrees (e.g., -73.968)."
    },
    "radius_km": {
      "type": "number",
      "description": "Search radius in km (default 12, max 25 — OpenAQ limit)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Openaq

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

1/7 registries
View full server →
air_quality_near — Openaq — PRSM MCP