Pipeworx disease
/install pipeworx-disease
COVID-19 Statistics
Real-time and historical COVID-19 data from disease.sh. Pull global totals, per-country stats, time-series trends, and vaccination numbers. Data is aggregated from Johns Hopkins, Worldometers, and government sources.
Tools
| Tool | Description |
|---|---|
get_global_stats |
Current global totals: cases, deaths, recovered, active, tests |
get_country_stats |
Stats for a specific country by name or ISO code (e.g., "USA", "germany", "gb") |
get_historical |
Time-series data for cases, deaths, and recovered over N days |
get_vaccine_stats |
Vaccination totals — global or per country |
Use cases
- Answering questions about COVID-19 statistics for a specific country
- Charting pandemic trends over time
- Comparing vaccination rates across countries
- Historical research on pandemic impact
Example: Germany's COVID stats
curl -s -X POST https://gateway.pipeworx.io/disease/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_country_stats","arguments":{"country":"germany"}}}'
MCP config
{
"mcpServers": {
"pipeworx-disease": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/disease/mcp"]
}
}
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-disease - After installation, invoke the skill by name or use
/pipeworx-disease - Provide required inputs per the skill's parameter spec and get structured output
What is Pipeworx disease?
COVID-19 statistics — global totals, per-country breakdowns, historical trends, and vaccination data from disease.sh. It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Pipeworx disease?
Run "/install pipeworx-disease" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx disease free?
Yes, Pipeworx disease is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx disease support?
Pipeworx disease is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx disease?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.