COVID-19 MCP Server
by aarushkx
This project implements a custom MCP server that provides COVID-19 statistics for any country using the disease.sh API. It exposes a tool to fetch and return COVID-19 data through an MCP host.
View on GitHub
Last updated: N/A
COVID-19 MCP Server
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.
Usage
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.
Preview
<img src="./public/preview.png" alt="preview" width="400">Learn More
For more information on MCP servers, refer to the MCP Quickstart Guide.