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.
Last updated: N/A
What is COVID-19 MCP Server?
This is a custom Model Context Protocol (MCP) server that retrieves COVID-19 statistics for any country using the disease.sh API.
How to use COVID-19 MCP Server?
Run the server and connect it to an MCP host (e.g., Claude Desktop). Then, use the getCovidStatsByCountry
tool to fetch COVID-19 data for a specific country.
Key features of COVID-19 MCP Server
Provides COVID-19 statistics
Uses disease.sh API
Exposes
getCovidStatsByCountry
toolConnects to MCP host
Use cases of COVID-19 MCP Server
Fetching COVID-19 data for specific countries
Integrating COVID-19 statistics into MCP-compatible applications
Providing up-to-date information for research or analysis
Building COVID-19 dashboards
FAQ from COVID-19 MCP Server
What API does this server use?
What API does this server use?
This server uses the disease.sh API to retrieve COVID-19 data.
What is an MCP host?
What is an MCP host?
An MCP host is a platform that can connect to and utilize MCP servers, such as Claude Desktop.
How do I connect this server to an MCP host?
How do I connect this server to an MCP host?
Refer to the MCP Quickstart Guide for detailed instructions on connecting servers to MCP hosts: https://modelcontextprotocol.io/quickstart/server
What kind of data does the getCovidStatsByCountry
tool return?
What kind of data does the getCovidStatsByCountry
tool return?
The tool returns COVID-19 statistics for a specified country, including confirmed cases, deaths, recovered cases, and other relevant data.
Is the data provided by this server real-time?
Is the data provided by this server real-time?
The data is as up-to-date as the disease.sh API allows. Please refer to the API documentation for their update frequency.