This project implements a custom MCP (Model Context Protocol) server that provides COVID-19 statistics for any country using the disease.sh API. The server exposes a tool called getCovidStatsByCountry
, which connects to an MCP host to fetch and return COVID-19 data.
The COVID-19 Data MCP Server is designed to fetch real-time COVID-19 statistics by country. It leverages the disease.sh API to provide accurate and up-to-date information, making it a valuable tool for developers and researchers who need access to COVID-19 data.
Once the server is running, it can be connected to an MCP host (e.g., Claude Desktop) and the getCovidStatsByCountry
tool can be used to fetch COVID-19 data.
For more information on MCP servers, refer to the MCP Quickstart Guide.
This project is an MCP server for fetching real-time COVID-19 data by country. It is designed to be easy to use and integrate with existing MCP hosts.