Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
get_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).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
stateYes
county_fipsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
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.
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
stateNo
coc_codeNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
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).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
stateYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
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).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
stateYes
county_fipsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
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).
ParametersJSON Schema
NameRequiredDescriptionDefault
cityNo
limitNo
stateYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

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

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.