luchtmeetnet_measurements
ActiveTool of Luchtmeetnet
Get recent air pollution measurements from a Netherlands (RIVM Luchtmeetnet) measuring station: NO2, PM10, PM2.5 (PM25), ozone (O3), SO2, CO and more, hourly values in µg/m³. Station can be an NL number ("NL49012") or a Dutch place name ("Amsterdam", "Rotterdam") — the first matching station is used. Example: luchtmeetnet_measurements({ station: "Amsterdam", pollutant: "NO2", hours: 6 })
Parameters schema
{
"type": "object",
"required": [
"station"
],
"properties": {
"hours": {
"type": "number",
"description": "How many hours back to fetch, 1-168 (default 6). Data updates hourly"
},
"station": {
"type": "string",
"description": "Station number like \"NL49012\", or a place/station name like \"Amsterdam\" or \"Rotterdam-Pleinweg\""
},
"pollutant": {
"type": "string",
"description": "Pollutant formula: NO2, PM10, PM25 (PM2.5), O3, NO, SO2, CO, NH3, C6H6... Omit for all pollutants the station measures"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Luchtmeetnet
https://github.com/pipeworx-io/mcp-luchtmeetnet
2/7 registries