← relendi.com

INDIVIDUAL MCP TOOL

estimate_closing_costs

Itemize commercial closing costs for a New York or Florida transaction — lender, title, government (mortgage recording tax, transfer taxes) prepaid and third-party lines.

relendi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://relendi.com/api/mcp/public

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "relendi-public": {
      "type": "http",
      "url": "https://relendi.com/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: relendi-public
Remote MCP URL: https://relendi.com/api/mcp/public

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": {
    "relendi-public": {
      "url": "https://relendi.com/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • size_loan — Size a commercial real estate loan from first principles.
  • run_scenario — Run what-if loan sizing across a range of assumptions: a rate ladder, an NOI sensitivity table, or the feasibility of a target loan amount against each constraint.
  • calculate_metrics — Compute the standard commercial real estate underwriting metrics from raw figures: NOI, cap rate, DSCR, debt yield, LTV, LTC, operating expense ratio, break-even occupancy and yield on cost.
  • calculate_payment — Amortizing and interest-only payment math for a commercial loan: monthly and annual debt service, total interest over the term, and the balloon balance at maturity when the term is shorter than the amortization (the normal CRE case — a 10-year term on a 30-year schedule).
  • stress_test — Stress a loan against rate shocks, income decline, and combined scenarios.
  • analyze_cash_out_refinance — Full cash-out refinance waterfall: the largest new loan the property supports across LTV, DSCR and debt-yield, then down through payoff, prepayment penalty and closing costs to net cash in hand.
  • compare_loan_offers — Rank competing loan offers by true cost of capital, not headline rate.
  • search_cre_knowledge — Search Relendi's curated commercial-real-estate knowledge base — lending concepts, deal lifecycle, typical fees and timelines.