Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

CDC Mortality (WONDER)

com.olyport/cdc-wonder

Leading causes of death, mortality rates, infant mortality, and drug overdose data

Uptime
7.7%
26 probes
Response
779ms
last probe
Tools
5
callable

Tools · 5

get_leading_causes_of_death

Get leading causes of death with death counts and age-adjusted rates. Returns data from the NCHS Leading Causes of Death dataset, which provides national and state-level mortality statistics …

get_mortality_by_state

Compare mortality rates across states for a specific cause or all causes. Returns age-adjusted death rates by state, useful for comparing mortality burdens across geographies. Data from NCHS …

get_infant_mortality

Get infant mortality rates by state and race/ethnicity. Returns infant mortality data including rates per 1,000 live births, broken down by state and race/ethnicity. Infant mortality is a key…

get_drug_overdose_deaths

Get provisional drug overdose death data by state. Returns provisional counts and rates of drug overdose deaths from the National Vital Statistics System (NVSS). Includes data on opioid, …

get_provisional_mortality

Get most recent provisional mortality data including COVID and other causes. Returns provisional death counts from the NVSS, covering major cause groups including COVID-19, respiratory diseas…

How to use

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

{
  "mcpServers": {
    "cdc_mortality_(wonder)": {
      "url": "https://mcp.olyport.com/cdc-wonder/mcp",
      "transport": "streamable-http"
    }
  }
}