COVID-19 statistics — global totals, per-country breakdowns, historical trends, and vaccination data from disease.sh
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.
| 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 |
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"}}}'
{
"mcpServers": {
"pipeworx-disease": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/disease/mcp"]
}
}
}