npm frc-mcpstreamable-httpupdated 23d ago
Query lender-level FHA denial statistics from the complete 2025 federal HMDA record (1,217,297 credit decisions) directly from an AI agent.
O que dá para fazer com frc mcp?
frc-mcp — FinanceRateCalc MCP Server
Query lender-level FHA denial statistics from the complete 2025 federal HMDA record (1,217,297 credit decisions) directly from an AI agent.
Tools: get_national_fha_stats · get_lender_denial_stats · list_lenders ·
get_state_denial_stats · get_door_effect_summary
The red line: every figure is a historical aggregate. This server will never accept borrower details or return individual approval predictions.
Remote (no install)
Streamable HTTP endpoint — connect any MCP client directly:
https://frc-mcp.ziyetis.workers.dev
Install (Claude Desktop / any MCP host)
{
"mcpServers": {
"financeratecalc": {
"command": "npx",
"args": ["-y", "frc-mcp"]
}
}
}
Data: CC BY 4.0, attribution to financeratecalc.com. Source of truth: public CFPB HMDA 2025 (loan_type 2; actions 1,2,3). Methodology: https://financeratecalc.com/about.html and SSRN 7156938.
Instalação
Adicione frc mcp ao seu cliente. Escolha o que você usa.
{
"servers": {
"frc-mcp": {
"type": "http",
"url": "https://frc-mcp.ziyetis.workers.dev"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add frc-mcp -- npx -y frc-mcpcodex mcp add frc-mcp -- npx -y frc-mcpamp mcp add frc-mcp -- npx -y frc-mcp{
"mcpServers": {
"frc-mcp": {
"command": "npx",
"args": [
"-y",
"frc-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"frc-mcp": {
"command": "npx",
"args": [
"-y",
"frc-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"frc-mcp": {
"command": "npx",
"args": [
"-y",
"frc-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"frc-mcp": {
"command": "npx",
"args": [
"-y",
"frc-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"frc-mcp": {
"command": "npx",
"args": [
"-y",
"frc-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"frc-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"frc-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"frc-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"frc-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y frc-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação15/25
- Manutenção25/25
- Confiança6/20
- Capacidade0/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 15 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.1.0Mais recente | 17 de ago. de 2026 |
| 1.0.2 | 10 de ago. de 2026 |
| 1.0.1 | 10 de ago. de 2026 |