Wraps the disease.sh API to give you COVID-19 statistics without needing authentication. You get access to pandemic data through Pipeworx's gateway, which hosts this alongside 673+ other data sources. The repo doesn't list specific tools, but disease.sh typically offers endpoints for global stats, country breakdowns, historical data, and vaccination numbers. Useful if you're building dashboards, doing epidemiological analysis, or need to pull pandemic metrics into reports. Runs over streamable HTTP, so no local installation needed. Part of the broader Pipeworx ecosystem where you can ask questions in plain English and let the gateway route to the right API automatically.
Disease MCP — wraps disease.sh API (COVID-19 statistics, no auth required)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"disease": {
"url": "https://gateway.pipeworx.io/disease/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Disease data" })
The gateway picks the right tool and fills the arguments automatically.
MIT