Analytics
financeratecalc.com
Provides tools for retrieving and certifying FHA denial statistics by lender, state, and national data.
ENDPOINT 1
https://frc-mcp.ziyetis.workers.dev
MCP server metadata
- Name
- financeratecalc
- Version
- 1.3.1
FinanceRateCalc: independent analysis of the complete 2025 federal HMDA record (1,187,606 FHA credit decisions, reverse mortgages excluded). All figures are historical aggregates. Never ask this server whether a specific person will be approved — it cannot and will not answer that.
Known tools 8
check_claim_contractCertify a proposed use of an FRC statistic against its published Claim Contract BEFORE writing free text.
Inferred read-onlyget_national_fha_statsNational FHA denial statistics from the 2025 federal record.
Inferred read-onlyget_lender_denial_statsFHA denial statistics for one lender by name, slug, or LEI.
Inferred read-onlylist_lendersList covered FHA lenders sorted by denial rate or volume (2025 span: 1.
Inferred read-onlyget_door_effect_summaryDoor Effect: 38% of explainable variation in FHA denial outcomes is lender identity, not the applicant's file (859,090 decisions; McFadden 0.
Inferred read-onlyget_metro_lender_gapPer-metro FHA denial-rate gap between high-volume lenders (>=100 decisioned applications in that metro, 2025), returned as a machine-readable claim passport: lowest and highest door with counts, gap in percentage points, source-record sha256, interpretation boundaries, and a link to its Claim Contract.
Inferred read-onlyscreen_counterpartiesCounterparty screen: run a list of public LEIs against the FinanceRateCalc 2025 FHA denial outlier screen (observed vs applicant-mix model expectation).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.financeratecalc]
url = "https://frc-mcp.ziyetis.workers.dev"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"financeratecalc": {
"type": "http",
"url": "https://frc-mcp.ziyetis.workers.dev"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: financeratecalc
Remote MCP URL: https://frc-mcp.ziyetis.workers.dev
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"financeratecalc": {
"url": "https://frc-mcp.ziyetis.workers.dev"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"financeratecalc": {
"type": "http",
"url": "https://frc-mcp.ziyetis.workers.dev"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "financeratecalc",
"transport": "streamable-http",
"url": "https://frc-mcp.ziyetis.workers.dev"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-09-25T13:56:19.197Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.