Skip to main content
Glama

Server Details

Home mortgage lending patterns, denial rates, and fair lending data

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

4 tools
get_aggregate_statsInspect

Get aggregate mortgage lending statistics for a geographic area.

Returns summary statistics including total applications, originations,
denials, and loan amounts. Useful for understanding overall lending
activity in a state or county.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    county_fips: Five-digit county FIPS code (e.g. '06037' for LA County).
    year: Data year (e.g. 2022). Defaults to 2022 if not specified.
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
stateNo
county_fipsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_denial_reasonsInspect

Get mortgage denial reasons breakdown for a geographic area.

Returns the distribution of denial reasons for mortgage applications
that were denied. Useful for identifying barriers to homeownership
in specific communities.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    county_fips: Five-digit county FIPS code (e.g. '06037' for LA County).
    year: Data year (e.g. 2022). Defaults to 2022 if not specified.
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
stateNo
county_fipsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_lending_by_raceInspect

Get mortgage lending patterns disaggregated by race and ethnicity.

Returns mortgage origination and denial data broken down by the
race/ethnicity of the applicant. Useful for fair lending analysis
and identifying disparities in mortgage access.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    county_fips: Five-digit county FIPS code (e.g. '06037' for LA County).
    year: Data year (e.g. 2022). Defaults to 2022 if not specified.
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
stateNo
county_fipsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_mortgage_dataInspect

Get Home Mortgage Disclosure Act (HMDA) loan-level data.

Returns mortgage application and origination records reported by
financial institutions under HMDA. At least one geographic filter
(state or county_fips) is recommended to limit results.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    county_fips: Five-digit county FIPS code (e.g. '06037' for LA County).
    year: Data year (e.g. 2022). Defaults to 2022 if not specified.
    action_taken: Loan action code: '1' (originated), '2' (approved not
        accepted), '3' (denied), '4' (withdrawn), '5' (incomplete).
    loan_type: Loan type code: '1' (conventional), '2' (FHA-insured),
        '3' (VA-guaranteed), '4' (USDA/RHS).
    limit: Maximum number of records to return (default 100, max 1000).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
limitNo
stateNo
loan_typeNo
county_fipsNo
action_takenNo

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.