MCP Hub
Back to servers

disease

Disease MCP — wraps disease.sh API (COVID-19 statistics, no auth required)

Registry
Updated
Apr 2, 2026

mcp-disease

MCP server for COVID-19 statistics via disease.sh. No authentication required.

Tools

ToolDescription
get_global_statsGet global COVID-19 statistics
get_country_statsGet COVID-19 stats for a specific country
get_historicalGet historical case/death/recovery timeline
get_vaccine_statsGet vaccination coverage timeline

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "disease_get_global_stats",
      "arguments": {}
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review