Server data from the Official MCP Registry
Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price
Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price
DealFlowPro MCP server is well-structured with proper authentication via API key environment variables and appropriate input validation using Zod schemas. The code has good error handling and makes legitimate external API calls to a real-estate underwriting service. Permissions are appropriate for the stated purpose. Minor code quality suggestions exist but do not introduce security vulnerabilities. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DFP_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jbechtel-97-dealflowpro": {
"env": {
"DFP_API_KEY": "your-dfp-api-key-here"
},
"args": [
"-y",
"dealflowpro-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Analyze multifamily real estate deals from Claude Code or Claude Desktop. The first real estate underwriting tool in the MCP ecosystem.
DealFlowPro is an AI-powered multifamily deal analysis platform. This MCP server wraps the DealFlowPro REST API, giving AI agents access to institutional-grade underwriting calculations.
Ask Claude naturally and it calls the right tool:
| Tool | Description |
|---|---|
analyze_deal | Full deal analysis: cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, yearly cashflows |
score_deal | Quick screening: DFP Score + verdict (PASS/REVIEW/PURSUE) + key metrics |
reverse_calc | Max offer price from target returns (cap rate, CoC, DSCR, IRR) |
market_data | Flood zone, neighborhood income vs state median, job growth for any address |
Visit dealflowpro.io/api to purchase API credits and get your key instantly.
Claude Desktop — add to your claude_desktop_config.json:
{
"mcpServers": {
"dealflowpro": {
"command": "npx",
"args": ["-y", "dealflowpro-mcp"],
"env": {
"DFP_API_KEY": "dfp_sk_your_key_here"
}
}
}
}
Claude Code — add from the terminal:
claude mcp add dealflowpro -e DFP_API_KEY=dfp_sk_your_key_here -- npx -y dealflowpro-mcp
Just ask Claude about a deal. It automatically picks the right tool.
## Deal Analysis Results
**DFP Score: 19/100 (Poor)** | Verdict: **PASS**
### Verdict Reasons
- Cash-on-cash return is negative — property loses money monthly
- Cap rate below 5% — thin returns for the risk
### Key Metrics
| Metric | Value |
|--------|-------|
| Cap Rate | 4.48% |
| DSCR | 0.86 |
| Cash-on-Cash | -1.95% |
| IRR | -12.17% |
| NOI | $89,524 |
### Max Offer Price
**$1,197,476** (binding constraint: cash-on-cash)
Full REST API docs at dealflowpro.io/api/docs
DealFlowPro automates multifamily underwriting for 2-200 unit properties. Upload a broker email or OM and get a full investment analysis in 10 minutes instead of 2 hours. Used by operators, syndicators, and PE firms to screen deals faster.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.