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 …

Similar MCP servers embedding-nearest

@cyanheads/cdc-health-mcp-server
Search and query CDC public health data — mortality, vaccinations, surveillance, behavioral risk (Socrata SODA API) via MCP. STDIO or Stream
0 tools
io.github.cyanheads/census-mcp-server
Query U.S. Census Bureau data, variables, and geography via MCP.
0 tools
io.github.cyanheads/pubchem-mcp-server live
Search PubChem compounds, properties, safety data, bioactivity, and cross-references.
8 tools · streamable-http
io.github.cyanheads/clinicaltrialsgov-mcp-server live
Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials.
7 tools · streamable-http
io.github.cyanheads/usda-mcp-server
Search foods, compare nutrients, and look up the full USDA FoodData Central database.
0 tools
io.github.cyanheads/openfda-mcp-server live
Query FDA data on drugs, food, devices, and recalls via openFDA. STDIO or Streamable HTTP.
7 tools · streamable-http

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"
    }
  }
}