HomeOther › dealflowpro-mcp-server

dealflowpro-mcp-server

Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price

TypeScript Cloud
★ 3 stars Last pushed 2026-08-24 License: MIT

Topics: Real Estate

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.6)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dealflowpro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DFP_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DFP_API_KEY required secret — Your DealFlowPro API key (get one at dealflowpro.io/api/)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry