Server Details
Fair Market Rents, income limits, public housing, vouchers, and homeless counts
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
5 toolsget_fair_market_rentsInspect
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 API
token; returns registration guidance if token is not configured.
Args:
state: Two-letter US state abbreviation (e.g. 'CA', 'WA').
county_fips: Optional 5-digit county FIPS code (e.g. '06037' for LA County).
If omitted, returns statewide FMR data.
year: FMR fiscal year (default 2024).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | Yes | ||
| county_fips | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_homeless_dataInspect
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-populations. Data sourced
from HUD Exchange via ArcGIS open data. No API key required.
Args:
state: Two-letter US state abbreviation (e.g. 'CA', 'WA').
At least one of state or coc_code must be provided.
coc_code: Optional Continuum of Care code (e.g. 'WA-500', 'CA-600').
year: Optional year to filter results.| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | No | ||
| coc_code | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_housing_vouchersInspect
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, utilization rates,
and spending. Queries HUD ArcGIS open data (no auth required).
Args:
state: Two-letter US state abbreviation (e.g. 'CA', 'NY').
limit: Maximum number of records to return (default 50, max 500).| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_income_limitsInspect
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:
state: Two-letter US state abbreviation (e.g. 'CA', 'NY').
county_fips: Optional 5-digit county FIPS code (e.g. '06037').
If omitted, returns data for all areas in the state.
year: Income limit fiscal year (default 2024).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | Yes | ||
| county_fips | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_public_housingInspect
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,
and managing Public Housing Agency information.
Args:
state: Two-letter US state abbreviation (e.g. 'WA', 'TX').
city: Optional city name to filter results.
limit: Maximum number of records to return (default 50, max 500).| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| limit | No | ||
| state | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
getaddrinfo ENOTFOUND mcp.olyport.com
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!