INDIVIDUAL MCP TOOL
screen_counterparties
Counterparty screen: run a list of public LEIs against the FinanceRateCalc 2025 FHA denial outlier screen (observed vs applicant-mix model expectation).
LIVE ENDPOINT
https://frc-mcp.ziyetis.workers.dev
Connect to this endpoint to inspect the live schema for screen_counterparties and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
check_claim_contract— Certify a proposed use of an FRC statistic against its published Claim Contract BEFORE writing free text.get_national_fha_stats— National FHA denial statistics from the 2025 federal record.get_lender_denial_stats— FHA denial statistics for one lender by name, slug, or LEI.list_lenders— List covered FHA lenders sorted by denial rate or volume (2025 span: 1.get_state_denial_stats— FHA denial statistics for a US state.get_door_effect_summary— Door Effect: 38% of explainable variation in FHA denial outcomes is lender identity, not the applicant's file (859,090 decisions; McFadden 0.get_metro_lender_gap— Per-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.