cdc-health-mcp-server
Search and query CDC public health data — mortality, vaccinations, surveillance, behavioral risk.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Cdc Discover Datasets: Search the CDC dataset catalog by keyword, category, or tag. Returns dataset IDs, names, truncated descriptions, column counts, and update timestamps. Use cdc_get_dataset_schema
- 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_
What data it sees
Do you need an account
No: the server works without sign-in
Search and query CDC public health data — mortality, vaccinations, surveillance, behavioral risk.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| cdc_discover_datasets | Search the CDC dataset catalog by keyword, category, or tag. Returns dataset IDs, names, truncated descriptions, column counts, and update timestamps. Use cdc_get_dataset_schema for the full column list of a chosen dataset. |
| 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 to inspect columns before querying. |