{ "name": "dealflowpro-mcp", "version": "1.2.6", "mcpName": "io.github.jbechtel-97/dealflowpro", "description": "DealFlowPro MCP Server — Analyze multifamily real estate deals from Claude Code or Claude Desktop", "main": "index.js", "type": "module", "bin": "./index.js", "scripts": { "start": "node index.js", "test": "node test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "keywords": ["mcp", "mcp-server", "mcp-tools", "claude", "anthropic", "real-estate", "commercial-real-estate", "multifamily", "underwriting", "deal-analysis", "cap-rate", "investment-analysis", "dealflowpro"], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jbechtel-97/dealflowpro-mcp-server" } }