
Dealflowpro
@jbechtel-97
About Dealflowpro
Multifamily real estate deal analysis — analyze deals, score properties, calculate max offer prices, and look up market data via AI assistants.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dealflowpro": {
"command": "npx",
"args": [
"-y",
"dealflowpro-mcp"
],
"env": {
"DFP_API_KEY": "dfp_sk_your_key_here"
}
}
}
}Tools
4Analyze a multifamily real estate deal. Returns cap rate, cash-on-cash, DSCR, IRR, DFP Score (0-100), max offer price, and full financial projections. Use this when someone asks about analyzing a property, evaluating a deal, or running the numbers on a multifamily investment.
Quick-score a multifamily deal on the DFP 0-100 scale. Returns the DFP Score, verdict (PASS/REVIEW/PURSUE), and key metrics. Faster than full analysis — use this for quick screening.
Calculate the maximum offer price for a multifamily deal based on target return metrics. Back-solves from your desired cap rate, cash-on-cash, DSCR, and/or IRR to find what you should pay. Use this when someone asks 'what should I offer?' or 'what's the max price?'
Look up market intelligence for a property address. Returns flood zone, neighborhood income relative to state median, and job growth rate. Use this when someone asks about a market, neighborhood, or location.
Overview
What is Dealflowpro?
Dealflowpro is the first multifamily real estate underwriting tool in the MCP ecosystem, designed to analyze deals from Claude Code or Claude Desktop. It wraps the DealFlowPro REST API, giving AI agents access to institutional-grade underwriting calculations for 2–200 unit properties.
How to use Dealflowpro?
Obtain an API key at dealflowpro.io/api, then configure the server in Claude Desktop’s claude_desktop_config.json or add it from the Claude Code terminal using claude mcp add. Once set up, ask Claude naturally about a deal and it automatically selects the right tool.
Key features of Dealflowpro
- Full deal analysis with cap rate, DSCR, cash-on-cash, IRR, DFP Score, and max offer price
- Quick deal screening with DFP Score and key metrics
- Reverse calculator to find max offer price from target returns
- Market data: flood zone, neighborhood income vs state median, job growth
Use cases of Dealflowpro
- Analyze a multifamily property for investment viability
- Quickly screen deals with a single score
- Determine the maximum offer price for a desired return
- Research market characteristics (flood risk, income, job growth) for any address
FAQ from Dealflowpro
What tools does the Dealflowpro MCP server offer?
It provides four tools: analyze_deal (full analysis), score_deal (quick screening), reverse_calc (max offer from target returns), and market_data (flood zone, income, job growth).
What are the system requirements?
Node.js 18+ and a DealFlowPro API key are required.
How is pricing structured?
Pricing is pay-as-you-go at $1 per API request (starting at $5), with plans: Essentials ($79/mo, 50 requests/day), Premium ($149/mo, 200 requests/day plus reverse calculator), and Enterprise ($399/mo, 1,000 requests/day).
Where can I find the API documentation?
Full REST API documentation is available at dealflowpro.io/api/docs.
Is there a demo available?
Yes, the README includes a screenshot demonstrating the analysis of a 24-unit deal in Claude Code.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments