← saferate.com

INDIVIDUAL MCP TOOL

fetch

Fetch one Safe Rate published page by the id returned from `search`.

saferate.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.saferate.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

saferate.com

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.saferate]
url = "https://mcp.saferate.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "saferate": {
      "type": "http",
      "url": "https://mcp.saferate.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: saferate
Remote MCP URL: https://mcp.saferate.com/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": {
    "saferate": {
      "url": "https://mcp.saferate.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "saferate": {
      "type": "http",
      "url": "https://mcp.saferate.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "saferate",
  "transport": "streamable-http",
  "url": "https://mcp.saferate.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_quote_estimate — Get live mortgage quote estimates for any US location without collecting the borrower's name, email, or phone number.
  • track_quote_estimate — Check a previously created Safe Rate quote estimate by its estimate ID.
  • assess_property_context — Assess hazard exposure and insurance conditions for a US location: FEMA National Risk Index score, flood-zone coverage and whether flood insurance is likely to be required for a mortgage, wildfire and earthquake exposure, and local insurance-market conditions.
  • get_market_context — Get local housing-market context for a US location: median home value with its national percentile, median rent, recent price appreciation, and historical mortgage activity from HMDA filings.
  • find_lenders_in_market — List the lenders Safe Rate publishes rankings for in a metro area, sliced by loan type OR by institution type.
  • research_lender — Look up any US mortgage lender by name or NMLS ID: origination volume, approval and pull-through rates, product mix, geographic footprint, and responsiveness, from federal HMDA data.
  • search — Search Safe Rate's published pages: local mortgage-rate indexes by geography, and lender profiles.