Skip to content
Back to search
100
MCP live v0.6.3 streamable-http

io.github.cyanheads/cdc-health-mcp-server

io.github.cyanheads/cdc-health-mcp-server

Search and query CDC public health data — mortality, vaccinations, surveillance, behavioral risk.

Uptime
13.6%
22 probes
Response
321ms
last probe
Tools
3
callable

Tools · 3

cdc_discover_datasets

Search the CDC dataset catalog by keyword, category, or tag. Returns dataset IDs, names, descriptions, column lists, and update timestamps.

cdc_get_dataset_schema

Fetch the full column schema for a CDC dataset — names, data types, descriptions, row count, and last-updated timestamp. Get dataset IDs from cdc_discover_datasets.

cdc_query_dataset

Execute a SoQL query against any CDC dataset. Supports filtering, aggregation, sorting, full-text search, and field selection. Use cdc_discover_datasets to find dataset IDs and cdc_get_dataset_schema …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/cdc-health-mcp-server": {
      "url": "https://cdc.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}