mcpbeat Sign in

Relendi — Commercial Real Estate Loan Tools MCP Server

answering

Relendi — Commercial Real Estate Loan Tools is answering right now. Last checked 6 min ago. It exposes 11 tools.

Free CRE loan sizing, DSCR stress tests, payments, closing costs and cited lending knowledge.

Uptime history 67 hours of history
67 hours agonow
100.0%
Uptime 24h
92 of 92 checks
11
Tools
read from the server
645 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Relendi — Commercial Real Estate Loan Tools every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add relendi-cre --transport http https://relendi.com/api/mcp/public
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "relendi-cre": {
      "url": "https://relendi.com/api/mcp/public"
    }
  }
}
~/.codex/config.toml
[mcp_servers.relendi-cre]
url = "https://relendi.com/api/mcp/public"
.cursor/mcp.json
{
  "mcpServers": {
    "relendi-cre": {
      "url": "https://relendi.com/api/mcp/public"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "relendi-cre": {
      "url": "https://relendi.com/api/mcp/public"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

calculate
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. Supply whatever you have — each metric is returned only when its inputs are present, with the formula used. Use this instead of computing CRE ratios yourself.
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).
analyze
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. Includes NY CEMA savings when applicable. prepaymentPenaltyPercent is REQUIRED — omitting a penalty overstates the borrower's proceeds by its entire amount, so state 0 explicitly when there is none.
ask
ask_cre_question
Ask a plain-English question about commercial real estate lending and get a short answer grounded in Relendi's knowledge base, with citations. For loan math prefer size_loan or run_scenario, which are exact.
compare
compare_loan_offers
Rank competing loan offers by true cost of capital, not headline rate. Accounts for origination, exit and other fees over the actual term, and returns an effective rate, total cost and fee burden in basis points for each — so a 'cheaper' rate with heavy fees sorts correctly.
cre
search_cre_knowledge
Search Relendi's curated commercial-real-estate knowledge base — lending concepts, deal lifecycle, typical fees and timelines. Returns source-cited excerpts. Use it to ground CRE answers rather than relying on memory.
estimate
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. Returns every line item plus totals. For New York you MUST say whether the property is in New York City: the city's recording and transfer taxes are several times the upstate rates and one of them does not exist outside the five boroughs.
prepare
prepare_deal
Prepare a Move this deal to Relendi link from the user's CRE scenario. Use when the user wants to keep a deal, continue in Relendi, or carry property details beyond a calculator. Include only facts the user supplied, not guessed values or calculated loan limits as a requested amount. This does not save or submit anything: the user follows the link, reviews the inputs and signs up or signs in to save a private draft. Do not include personal or account information.
scenario
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. Deterministic — same math as size_loan, swept.
size
size_loan
Size a commercial real estate loan from first principles. Returns the maximum supportable loan as the MINIMUM of four constraints — loan-to-value, debt-service-coverage, debt yield and loan-to-cost — plus which one binds. Deterministic math on the numbers you supply; it does not quote lender terms.
stress
stress_test
Stress a loan against rate shocks, income decline, and combined scenarios. Returns stressed DSCR per scenario with a pass/marginal/fail verdict — the same tests a credit committee runs. Rates are PERCENT (7.25 = 7.25%).

Endpoints

URLTransportStateLatencyChecked
https://relendi.com/api/mcp/public streamable-http answering 720 ms 6 min ago

Alternatives to Relendi — Commercial Real Estate Loan Tools

same job, measured the same way
Real Estate Analyzer
by reizer

Free real-estate underwriting, no key or account. 6 strategies, stress tests, max offer.

4 tools answering
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
Localstack MCP Server
by localstack

A LocalStack MCP Server providing essential tools for local cloud development & testing

209 installs/wk local only
Agent Eval
by rudrendupaul

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

161 installs/wk local only
Ship MCP
by colossal1598

Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.

45 installs/wk local only
Compass by 402rates
by 402rates

Free agent tests (no account or payment); paid ping.

20 tools answering
Keploy
by keploy

End-to-end API testing — generate and run tests from OpenAPI, curl, Postman, or real user traffic.

7 tools answering
Support Action Gate
by a2awire

Free to compete: testnet faucet funds everything. Resolve an escalation least-privilege.

23 tools answering

Relendi — Commercial Real Estate Loan Tools — questions

Answers built from our own checks of this server.

What can Relendi — Commercial Real Estate Loan Tools do?
It exposes 11 tools, read directly from the server on our last check. Among them: analyze_cash_out_refinance, ask_cre_question, calculate_metrics, calculate_payment, compare_loan_offers, estimate_closing_costs and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Relendi — Commercial Real Estate Loan Tools working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 645 ms. The bar chart above shows every period we have measured.
How do I connect Relendi — Commercial Real Estate Loan Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Relendi — Commercial Real Estate Loan Tools need an API key?
No. Relendi — Commercial Real Estate Loan Tools completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Relendi — Commercial Real Estate Loan Tools?
It answers our handshake in 645 ms on average, which is faster than 19% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.