luchtmeetnet_air_quality_index
Pack: luchtmeetnet · Endpoint: https://gateway.pipeworx.io/luchtmeetnet/mcp
Get the official Dutch air quality index (LKI, Luchtkwaliteitsindex) for a Netherlands station or place — a 1-11 scale computed by RIVM from PM10, ozone and NO2: 1-3 good (goed), 4-6 moderate (matig), 7-8 poor (onvoldoende), 9-10 bad (slecht), 11 very bad (zeer slecht). Answers “how is the air quality in Amsterdam right now”. Example: luchtmeetnet_air_quality_index({ station: “Rotterdam” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
station | string | yes | Station number like “NL49012”, or a place name like “Amsterdam”, “Rotterdam”, “Utrecht” |
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_air_quality_index","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.