Data Collection
fairrate.online
Provides mortgage rate benchmarks and comparison tools for borrowers.
ENDPOINT 1
https://mcp.fairrate.online/mcp
MCP server metadata
- Name
- fairrate-mcp
- Version
- 1.0.0
Known tools 4
fairrate_get_benchmarkGet the current OBMMI benchmark mortgage rate for a specific borrower profile.
Inferred read-onlyfairrate_verify_quoteCompare a lender-quoted mortgage rate against the OBMMI national benchmark to determine if it is fair, high, or low.
Inferred read-onlyfairrate_weekly_summaryGet the most recent weekly mortgage rate intelligence report.
Inferred read-onlyfairrate_ca_benchmarkGet fresh Canadian 5-year fixed mortgage-rate comparison context from FairRate current-market cache data.
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.fairrate-mcp]
url = "https://mcp.fairrate.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fairrate-mcp": {
"type": "http",
"url": "https://mcp.fairrate.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fairrate-mcp
Remote MCP URL: https://mcp.fairrate.online/mcp
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": {
"fairrate-mcp": {
"url": "https://mcp.fairrate.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fairrate-mcp": {
"type": "http",
"url": "https://mcp.fairrate.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fairrate-mcp",
"transport": "streamable-http",
"url": "https://mcp.fairrate.online/mcp"
}
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 fairrate.online was fetched 2026-08-01T20:53:11.235Z and is being refreshed.
fairrate.online is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.