HMDA Mortgage Data
com.olyport/hmdaHome mortgage lending patterns, denial rates, and fair lending data
Tools · 4
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 …
Get aggregate mortgage lending statistics for a geographic area. Returns summary statistics including total applications, originations, denials, and loan amounts. Useful for understanding ove…
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 homeowne…
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 ana…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hmda_mortgage_data": {
"url": "https://mcp.olyport.com/hmda/mcp",
"transport": "streamable-http"
}
}
}