You're viewing a demo portfolio

Join the waitlist
PRSM

hud_chas

Active

Tool 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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Hud

https://github.com/pipeworx-io/mcp-hud

1/7 registries
View full server →