air_quality
Pack: open-meteo · Endpoint: https://gateway.pipeworx.io/open-meteo/mcp
PM2.5, PM10, O3, NO2, SO2, CO, dust, pollen.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | |
longitude | number | yes | |
hourly | string | no | Comma-separated variables. Default pm2_5,pm10,o3,no2,european_aqi |
forecast_days | number | no | 1-5 (default 5) |
Example call
curl -X POST https://gateway.pipeworx.io/open-meteo/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"air_quality","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"open-meteo": {
"url": "https://gateway.pipeworx.io/open-meteo/mcp"
}
}
}
See Getting Started for client-specific install steps.