You're viewing a demo portfolio

Join the waitlist
PRSM

get_historical

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

disease

https://github.com/pipeworx-io/mcp-disease

1/7 registries
View full server →