Pipeworx airquality
/install pipeworx-airquality
Pipeworx airquality
Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)
Free, no API key required. Part of the Pipeworx open MCP gateway.
When to Use
Use this skill when the user asks about airquality data or needs to query airquality information.
Available Tools
How to Call
The Pipeworx gateway speaks JSON-RPC 2.0 over HTTP POST.
List available tools
curl -s -X POST https://gateway.pipeworx.io/airquality/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
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"}}}'
MCP Client Config
{
"mcpServers": {
"pipeworx-airquality": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/airquality/mcp"]
}
}
}
Notes
- No authentication required
- Free for all users
- Rate limited for anonymous users (sign up at pipeworx.io for higher limits)
- Returns JSON-RPC 2.0 responses
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-airquality - After installation, invoke the skill by name or use
/pipeworx-airquality - Provide required inputs per the skill's parameter spec and get structured output
What is Pipeworx airquality?
Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth). It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Pipeworx airquality?
Run "/install pipeworx-airquality" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx airquality free?
Yes, Pipeworx airquality is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx airquality support?
Pipeworx airquality is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx airquality?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.