Skip to main content
Glama

CDC Social Vulnerability Index

Server Details

SVI scores and theme breakdowns by county and tract

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
compare_sviInspect

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 areas or peer counties.

Args:
    fips_codes: Comma-separated 5-digit county FIPS codes (e.g. '53033,53053,53061').
    year: SVI data year (default 2022, currently only 2022 available).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
fips_codesYes
get_county_sviInspect

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, minority
status/language, housing type/transportation) plus key indicator
estimates for each county.

SVI values range 0-1 (percentile ranking); higher = more vulnerable.

Args:
    state: Two-letter US state abbreviation (e.g. 'WA', 'CA').
    county_fips: Optional 5-digit county FIPS code to get a single county.
    year: SVI data year (default 2022, currently only 2022 available).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
stateYes
county_fipsNo
get_most_vulnerableInspect

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 grants
and community health interventions.

Args:
    state: Two-letter US state abbreviation (e.g. 'WA', 'CA').
    theme: SVI theme to rank by. Options: 'overall', 'socioeconomic',
           'household' (composition/disability), 'minority' (status/language),
           'housing' (type/transportation). Default is 'overall'.
    limit: Number of counties to return (default 20, max 100).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
stateYes
themeNooverall
get_tract_sviInspect

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 identifying
sub-county areas of high vulnerability.

Args:
    state: Two-letter US state abbreviation (e.g. 'WA', 'CA').
    county_fips: 5-digit county FIPS code (e.g. '53033' for King County, WA).
    year: SVI data year (default 2022, currently only 2022 available).
    limit: Maximum number of tracts to return (default 50, max 500).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
limitNo
stateYes
county_fipsYes

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

getaddrinfo ENOTFOUND mcp.olyport.com

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.