dealcalc-core

dealcalcpro2026/dealcalc-core
★ 0 stars Python AI/LLM Updated 1mo ago
Open-source real estate investment calculation engine — ARV, BRRRR, cap rate, cash-on-cash, DSCR, and more — with an MCP server for AI agents. Powers DealCalcPro.com.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dealcalc-core": {
      "command": "uvx",
      "args": [
        "dealcalc-core"
      ]
    }
  }
}

Or install with pip: pip install dealcalc-core

README Excerpt

A pure-Python real estate investment **calculation engine** plus a local (stdio) **MCP server** that exposes every calculator as a tool an AI agent can call. No hosting, no external data APIs, no accounts — just the math. This is **Phase 1** of [dealcalcpro.com](https://dealcalcpro.com): the engine and