You're viewing a demo portfolio

Join the waitlist
PRSM

hud_income_limits

Active

Tool of Hud

declared in 0.1.0

Check income eligibility thresholds (extremely low, very low, low-income) for HUD programs by area and family size. Returns income limits by category. Use to determine program qualification.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-hud-api-key",
      "state_code": "TX"
    },
    {
      "year": 2024,
      "_apiKey": "your-hud-api-key",
      "entity_id": "06037",
      "state_code": "CA"
    }
  ],
  "required": [
    "state_code",
    "_apiKey"
  ],
  "properties": {
    "year": {
      "type": "number",
      "description": "Fiscal year (e.g., 2024). Omit for the most recent year."
    },
    "_apiKey": {
      "type": "string",
      "description": "HUD API token"
    },
    "entity_id": {
      "type": "string",
      "description": "FIPS code or metro area code for a specific area. Omit to get all areas in the state."
    },
    "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 →
hud_income_limits — Hud — PRSM MCP