You're viewing a demo portfolio

Join the waitlist
PRSM

census_demographics

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Race, ethnicity, and age breakdown for a US geography. Returns counts for white, black, Asian, AIAN, NHPI, other, two-or-more, plus Hispanic/Latino total and median age. Source: ACS 5-year.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "level"
  ],
  "properties": {
    "msa": {
      "type": "string",
      "description": "5-digit Metropolitan Statistical Area code. Required for msa level."
    },
    "year": {
      "type": "number",
      "description": "ACS 5-year endpoint year (default 2023)."
    },
    "zcta": {
      "type": "string",
      "description": "5-digit ZIP Code Tabulation Area. Required for zcta level."
    },
    "level": {
      "enum": [
        "us",
        "state",
        "county",
        "zcta",
        "place",
        "tract",
        "msa"
      ],
      "type": "string",
      "description": "Geography level: 'us', 'state', 'county', 'zcta' (ZIP), 'place' (city), 'tract', 'msa'."
    },
    "place": {
      "type": "string",
      "description": "Census place FIPS (city). Required for place level."
    },
    "state": {
      "type": "string",
      "description": "2-letter state code (e.g. 'TX') or 2-digit FIPS. Required for state/county/place/tract levels."
    },
    "tract": {
      "type": "string",
      "description": "6-digit census tract code. Use '*' for all tracts in a county."
    },
    "county": {
      "type": "string",
      "description": "3-digit county FIPS. Use '*' for all counties in a state. Required for county/tract levels."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
census_demographics — io.github.blackboxfoundry/livedatalink — PRSM MCP