# DoorVault IDEAL Scoring

Real estate investment tools powered by DoorVault IDEAL Scoring v2.0. Analyze any rental property deal and get a structured verdict (IDEAL/PASS/NEAR-MISS/FAIL), capital velocity rating, priority scor…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cavasotti/doorvault

# Browse available tools
npx -y smithery tool list cavasotti/doorvault

# Get full schema for a tool
npx -y smithery tool get cavasotti/doorvault analyze_deal

# Call a tool
npx -y smithery tool call cavasotti/doorvault analyze_deal '{}'
```

## Direct MCP Connection

Endpoint: `https://doorvault--cavasotti.run.tools`

## Tools (5)

- `analyze_deal` — Analyze any US rental property deal against IDEAL Scoring v2.0 — validates equity, cashflow, rehab cost, and rent floor…
- `lookup_section8_fmr` — Look up HUD Fair Market Rents by ZIP code and bedroom count. Returns FMR and SAFMR (Small Area FMR) monthly and annual …
- `get_tax_deduction_checklist` — Return a Schedule E rental property tax deduction checklist — 25 deductions across 8 categories. Each entry includes IR…
- `calculate_rental_metrics` — Calculate NOI, cash-on-cash return, cap rate, DSCR, and equity percentage from gross rent, operating expenses, mortgage…
- `get_brrr_checklist` — Return a phase-by-phase BRRR strategy checklist (Buy, Rehab, Rent, Refinance, Repeat). Each phase includes actionable t…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get cavasotti/doorvault <tool-name>
```
