get_country_stats
ActiveTool of disease
declared in 0.1.0
Check COVID-19 stats for a specific country (e.g., "US", "India", "GB"). Returns cases, deaths, recovered, active cases, today's change, and population.
Parameters schema
{
"type": "object",
"examples": [
{
"country": "US"
},
{
"country": "india"
}
],
"required": [
"country"
],
"properties": {
"country": {
"type": "string",
"description": "Country name or ISO code (e.g., \"USA\", \"germany\", \"gb\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
disease
https://github.com/pipeworx-io/mcp-disease
1/7 registries