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
Available Tools
4 toolscompare_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).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| fips_codes | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | Yes | ||
| county_fips | No |
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).| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | Yes | ||
| theme | No | overall |
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).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| state | Yes | ||
| county_fips | Yes |
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
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!