You're viewing a demo portfolio

Join the waitlist
PRSM

hud_fair_market_rents

Active

Tool of Hud

declared in 0.1.0

Get Fair Market Rent ceilings by bedroom count (0–4+) for a specific area and year. Returns rent limits by bedroom count. Use to set voucher payment standards and rental assistance caps.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-hud-api-key",
      "state_code": "CA"
    },
    {
      "year": 2024,
      "_apiKey": "your-hud-api-key",
      "entity_id": "36061",
      "state_code": "NY"
    }
  ],
  "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 ZIP code to get FMR 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\", \"TX\"). Required to get state-level summary."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Hud

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

1/7 registries
View full server →