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

CDC Social Vulnerability Index

com.olyport/cdc-svi

SVI scores and theme breakdowns by county and tract

Uptime
5.6%
54 probes
Response
479ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_county_svi

Get CDC Social Vulnerability Index data for counties in a state. Returns overall SVI percentile ranking and all four theme breakdowns (socioeconomic status, household composition/disability, …

get_tract_svi

Get tract-level CDC Social Vulnerability Index data within a county. Returns overall SVI and all four theme percentile rankings for each census tract in the specified county. Useful for ident…

get_most_vulnerable

Get the most vulnerable counties in a state ranked by SVI score. Returns counties sorted by highest SVI percentile ranking for the specified theme. Useful for identifying priority areas for g…

compare_svi

Compare SVI data across multiple counties. Returns side-by-side SVI percentile rankings and key indicators for the specified counties. Useful for comparing vulnerability across service ar…

How to use

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

{
  "mcpServers": {
    "cdc_social_vulnerability_index": {
      "url": "https://mcp.olyport.com/cdc-svi/mcp",
      "transport": "streamable-http"
    }
  }
}