get_historical
ActiveTool of disease
declared in 0.1.0
Get daily COVID-19 timeline for a country or globally. Returns historical progression of cases, deaths, and recoveries by date.
Parameters schema
{
"type": "object",
"examples": [
{
"days": 30,
"country": "all"
},
{
"days": 90,
"country": "GB"
}
],
"required": [],
"properties": {
"days": {
"type": "number",
"description": "Number of days of history to return (default: 30)"
},
"country": {
"type": "string",
"description": "Country name or \"all\" for global data (default: \"all\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
disease
https://github.com/pipeworx-io/mcp-disease
1/7 registries