Install
openclaw skills install @brucegutman/pipeworx-airqualityAir Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)
openclaw skills install @brucegutman/pipeworx-airqualityAir Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)
Free, no API key required. Part of the Pipeworx open MCP gateway.
Use this skill when the user asks about airquality data or needs to query airquality information.
The Pipeworx gateway speaks JSON-RPC 2.0 over HTTP POST.
curl -s -X POST https://gateway.pipeworx.io/airquality/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
curl -s -X POST https://gateway.pipeworx.io/airquality/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"TOOL_NAME","arguments":{"param":"value"}}}'
{
"mcpServers": {
"pipeworx-airquality": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/airquality/mcp"]
}
}
}