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
Available Tools
4 toolsget_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.| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | No | ||
| county_fips | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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.| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | No | ||
| county_fips | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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.| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | No | ||
| county_fips | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| state | No | ||
| loan_type | No | ||
| county_fips | No | ||
| action_taken | No |
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!