You're viewing a demo portfolio

Join the waitlist
PRSM

get_latest

Active

Tool of Openaq

declared in 0.1.0

Get the latest reading for every pollutant at a specific OpenAQ station (by location id from find_stations). Returns each parameter (PM2.5, O3, NO2, etc.) with its value, units, and measurement time.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 10,
      "country": "US"
    },
    {
      "limit": 25,
      "country": "IN"
    }
  ],
  "required": [
    "location_id"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "OpenAQ API key (optional; the gateway supplies one)."
    },
    "location_id": {
      "type": "number",
      "description": "OpenAQ location/station id (from find_stations or air_quality_near)."
    }
  }
}

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 →