hud_chas
ActiveTool of Hud
declared in 0.1.0
Get housing affordability data by income level and family type. Returns household counts with cost burdens, overcrowding, and housing problems. Use for housing needs assessment.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-hud-api-key",
"state_code": "NY"
},
{
"year": 2020,
"_apiKey": "your-hud-api-key",
"entity_id": "06001",
"state_code": "CA"
}
],
"required": [
"state_code",
"_apiKey"
],
"properties": {
"year": {
"type": "number",
"description": "Data year (e.g., 2020). Omit for the most recent available."
},
"_apiKey": {
"type": "string",
"description": "HUD API token"
},
"entity_id": {
"type": "string",
"description": "FIPS code for a specific county or place. Omit to get state-level data."
},
"state_code": {
"type": "string",
"description": "Two-letter state code (e.g., \"CA\", \"NY\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Hud
https://github.com/pipeworx-io/mcp-hud
1/7 registries