C

COVID-19 Statistics

Provides real-time COVID-19 statistics by connecting to the disease.sh API, delivering case counts, deaths, recoveries, and testing data for any country.

COVID-19·No reviews yet
Repo
Share:

About

Provides real-time COVID-19 statistics by connecting to the disease.sh API, delivering case counts, deaths, recoveries, and testing data for any country.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Install COVID-19 Statistics

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "covid-19-statistics": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-covid-19-statistics"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "covid-19-statistics": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-covid-19-statistics"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "covid-19-statistics": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-covid-19-statistics"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.