luchtmeetnet_stations
ActiveTool of Luchtmeetnet
List and search official Netherlands air quality measuring stations (RIVM Luchtmeetnet). Filter by place or station name (Amsterdam, Rotterdam, Utrecht, Den Haag...), or pass latitude/longitude to get the nearest stations with distance. Returns station number (e.g. "NL49012"), location, and coordinates — the station number feeds luchtmeetnet_measurements and luchtmeetnet_air_quality_index. Example: luchtmeetnet_stations({ search: "Amsterdam" })
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Max stations to return, 1-102 (default 10)"
},
"search": {
"type": "string",
"description": "Text filter on station location, e.g. \"Amsterdam\", \"Rotterdam\", \"Utrecht\", \"Van Diemenstraat\""
},
"latitude": {
"type": "number",
"description": "Latitude — together with longitude, returns stations sorted by distance (nearest first)"
},
"longitude": {
"type": "number",
"description": "Longitude — together with latitude, returns stations sorted by distance (nearest first)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Luchtmeetnet
https://github.com/pipeworx-io/mcp-luchtmeetnet
2/7 registries