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.
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.
安装
把 frc mcp 添加到你的客户端。选择你正在使用的那个。
{
"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.
评分
39 / 100
不完整
- 文档15/25
- 维护25/25
- 可信度6/20
- 能力0/15
- 安装体验15/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.0最新 | 2026年8月17日 |
| 1.0.2 | 2026年8月10日 |
| 1.0.1 | 2026年8月10日 |