Skip to content
Cursor

dealflowpro for Cursor

io.github.jbechtel-97/dealflowpro

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

client:Cursor transport:stdio runtime:npm

Install dealflowpro in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dealflowpro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dealflowpro-mcp"
      ],
      "env": {
        "DFP_API_KEY": "<DFP_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dealflowpro in other clients