Deallens Mcp
About
Real estate deal analysis MCP server with 8 tools: rental analysis, BRRRR, flip calculator, deal comparison, sensitivity testing, expense estimation, live mortgage rates from FRED, and HUD Fair Market Rents by ZIP code. Free government APIs, zero cost.
Details
- Author
- bilal0310
- Downloads
- 108
- Categories
- Other
Jump to
- Rental analysis, BRRRR, and flip calculators
- Deal comparison and sensitivity testing
- Expense estimation and HUD Fair Market Rents
- Live mortgage rate retrieval from FRED API
- Uses free government data sources
- 8 distinct real estate analysis tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Deallens McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
get_mortgage_rates
Get current US mortgage rates (30-year and 15-year fixed) from the Federal Reserve (FRED). No inputs required. Returns the latest weekly rates.
get_area_rents
Look up HUD Fair Market Rents (FMR) for any US ZIP code. Returns rent estimates by bedroom count (0-4BR), county, and metro area. Useful for validating rent assumptions on a potential deal.
estimate_expenses
Estimate monthly operating expenses for a rental property using industry-standard ratios (50% rule baseline). Breaks down: property tax, insurance, maintenance, vacancy, CapEx reserve, and property management. Adjusts for property age and type.
analyze_rental_deal
Full investment analysis for a rental property. Calculates mortgage payment, expenses, cash flow, NOI, cap rate, cash-on-cash return, DSCR, and 1% rule. Fetches current mortgage rates and area rent data for context. Returns a verdict: Strong deal, Marginal, or Pass.
compare_deals
Side-by-side comparison of 2-5 rental property deals. Runs full analysis on each and ranks by cash-on-cash return. Highlights best and worst metrics.
sensitivity_analysis
Stress-test a deal by varying interest rates, vacancy, rent, or expenses. Shows how cash flow and returns change across a range. Answer "what if rates go up?" questions.
brrrr_analysis
Analyze a Buy-Rehab-Rent-Refinance-Repeat deal. Calculates total cash invested, refinance proceeds, cash left in deal, post-refi cash flow, and whether you get all your money back out.
flip_analysis
Analyze a fix-and-flip deal. Calculates total investment, holding costs, selling costs, net profit, ROI, and annualized return. Supports cash, hard money, and conventional financing.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"deallens mcp": {
"deallens": {
"command": "npx",
"args": [
"deallens-mcp"
],
"env": {
"HUD_API_TOKEN": "<YOUR_TOKEN>",
"FRED_API_KEY": "<YOUR_KEY>",
"CENSUS_API_KEY": "<YOUR_KEY>"
}
}
}
}
}
McpServers
{
"deallens": {
"command": "npx",
"args": [
"deallens-mcp"
],
"env": {
"HUD_API_TOKEN": "<YOUR_TOKEN>",
"FRED_API_KEY": "<YOUR_KEY>",
"CENSUS_API_KEY": "<YOUR_KEY>"
}
}
}
Real estate deal analysis MCP server with 8 tools: rental analysis, BRRRR, flip calculator, deal comparison, sensitivity testing, expense estimation, live mortgage rates from FRED, and HUD Fair Market Rents by ZIP code. Free government APIs, zero cost.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



