luchtmeetnet_measurements

Pack: luchtmeetnet · Endpoint: https://gateway.pipeworx.io/luchtmeetnet/mcp

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

NameTypeRequiredDescription
stationstringyesStation number like “NL49012”, or a place/station name like “Amsterdam” or “Rotterdam-Pleinweg”
pollutantstringnoPollutant formula: NO2, PM10, PM25 (PM2.5), O3, NO, SO2, CO, NH3, C6H6… Omit for all pollutants the station measures
hoursnumbernoHow many hours back to fetch, 1-168 (default 6). Data updates hourly

Example call

curl -X POST https://gateway.pipeworx.io/luchtmeetnet/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"luchtmeetnet_measurements","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "luchtmeetnet": {
      "url": "https://gateway.pipeworx.io/luchtmeetnet/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026