Odel
dealflowpro mcp server

dealflowpro mcp server

Local
@jbechtel-972JavaScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdealflowpro-mcpv1.2.6

Run

npx -y dealflowpro-mcp

MCP client config

{
  "mcpServers": {
    "dealflowpro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dealflowpro-mcp"
      ]
    }
  }
}