Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

HUD Housing Data

com.olyport/hud-housing

Fair Market Rents, income limits, public housing, vouchers, and homeless counts

Uptime
5.6%
54 probes
Response
478ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_fair_market_rents

Get HUD Fair Market Rent (FMR) values for 0-4 bedroom units. Returns FMR data used to determine Housing Choice Voucher payment standards and other HUD program parameters. Requires HUD User AP…

get_income_limits

Get HUD income limits (very low, low, median) by family size. Returns income limit data used to determine eligibility for HUD assisted housing programs. Requires HUD User API token. Args…

get_public_housing

Get public housing buildings and developments in a state. Queries HUD's open ArcGIS data for public housing inventory. No API key required. Returns building names, addresses, unit counts, …

get_housing_vouchers

Get Housing Choice Voucher (Section 8) program data by Public Housing Agency. Returns information about voucher programs administered by PHAs in the specified state, including total vouchers,…

get_homeless_data

Get Point-in-Time (PIT) homeless count data by Continuum of Care region. Returns homeless population counts from the annual PIT count, broken down by sheltered/unsheltered status and sub-popu…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hud_housing_data": {
      "url": "https://mcp.olyport.com/hud-housing/mcp",
      "transport": "streamable-http"
    }
  }
}