census_geography_lookup
ActiveTool of io.github.blackboxfoundry/livedatalink
Look up Census FIPS codes by name. Supports state name or 2-letter code, ZIP code (5 digits), and (for state) substring matching. Use this to find the FIPS codes needed by other census_* tools.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"level": {
"enum": [
"state",
"county",
"zcta",
"place"
],
"type": "string",
"description": "Optional filter: state, county, zcta, place."
},
"limit": {
"type": "number",
"description": "Max matches (default 10)."
},
"query": {
"type": "string",
"description": "Free-text: state name ('Texas'), state code ('TX'), or 5-digit ZIP ('77301')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries