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
11.1%
27 probes
Response
478ms
last probe
Tools
5
callable

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…

Similar MCP servers embedding-nearest

US Real Estate Data
US real estate data: home prices, rents, and market trends
0 tools · streamable-http
HMDA Mortgage Data live
Home mortgage lending patterns, denial rates, and fair lending data
4 tools · streamable-http
US Census Bureau Data
Query US Census ACS, decennial, and economic survey data.
0 tools · streamable-http
US Census Bureau Data
Query US Census Bureau data: demographics, economics, and housing statistics.
0 tools · streamable-http
loc8n Geographic Data
U.S. demographics, housing, mortgage, migration, and employment data via loc8n API
0 tools · sse
Health Data
Health data: NIH grants, WHO statistics, and genetic variants
0 tools · streamable-http

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"
    }
  }
}