INDIVIDUAL MCP TOOL
get_leading_causes_of_death
Get leading causes of death with death counts and age-adjusted rates.
LIVE ENDPOINT
https://mcp.olyport.com/cdc-wonder/mcp
Connect to this endpoint to inspect the live schema for get_leading_causes_of_death and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cdc-wonder]
url = "https://mcp.olyport.com/cdc-wonder/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cdc-wonder": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cdc-wonder
Remote MCP URL: https://mcp.olyport.com/cdc-wonder/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cdc-wonder": {
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cdc-wonder": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cdc-wonder",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_mortality_by_state— Compare mortality rates across states for a specific cause or all causes.get_infant_mortality— Get infant mortality rates by state and race/ethnicity.get_drug_overdose_deaths— Get provisional drug overdose death data by state.get_provisional_mortality— Get most recent provisional mortality data including COVID and other causes.