hud_fair_market_rents
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hud
https://github.com/pipeworx-io/mcp-hud
1/7 registries