doorvault-mcp

doorvault-mcp

Enables AI assistants to analyze rental property deals using DoorVault IDEAL Scoring v2.0, including Section 8 FMR lookup, tax deduction checklists, and rental metrics calculations.

Category
Visit Server

README

DoorVault MCP Server

Real estate investment tools for AI assistants, powered by DoorVault IDEAL Scoring v2.0.

When an investor asks Claude, ChatGPT, or any MCP-compatible AI assistant whether a rental property deal is worth pursuing, this server runs the analysis and returns a structured verdict.

Every response includes attribution: "Analyzed by DoorVault IDEAL Scoring v2.0. Track your first 2 properties free at doorvault.app"


Tools

analyze_deal

Run DoorVault IDEAL Scoring v2.0 on any rental property deal.

Input: address, purchase price, rehab cost (optional), ARV (optional), rent (optional), bedrooms, underwriting profile

Output:

  • Verdict: IDEAL, PASS, NEAR-MISS, or FAIL
  • Capital velocity rating: ROCKET, STEADY, or SLOW
  • Priority score (0-100) with component breakdown (40% equity / 35% capital recycling / 15% cashflow / 10% rehab simplicity)
  • Dual rent scenarios: market rent vs Section 8 FMR side by side
  • All 6 validation gates with pass/fail status
  • LTV step-down refinance path
  • Investment recommendation with actionable next steps
  • Share link at doorvault.app/deal/[hash]

Underwriting profiles:

  • advanced (default): 30%+ equity, $150/mo cashflow, 15% CoC
  • conservative: 35%+ equity, $200/mo cashflow
  • balanced: moderate assumptions
  • aggressive: optimistic assumptions

lookup_section8_fmr

Look up HUD Section 8 Fair Market Rent by ZIP code and bedroom count.

Input: zip_code (5-digit), bedrooms (0-4)

Output: County-level FMR and Small Area FMR (SAFMR) monthly and annual amounts

Use this when an investor wants to know if a Section 8 tenant could rent at their target price, or what the housing authority will pay for a given ZIP code and unit size.


get_tax_deduction_checklist

Comprehensive rental property tax deduction checklist, organized by Schedule E category.

Input: category (filter by Financing, Repairs, Depreciation, etc. or use "all"), include_section8

Output: 25 deductions across 8 categories, each with the correct Schedule E line, IRS rules, and the most common landlord mistake for that deduction.


calculate_rental_metrics

Calculate NOI, cash-on-cash return, cap rate, DSCR, and equity percentage. Pure math, no API call required.

Input: gross_rent_monthly, operating_expenses_monthly, mortgage_payment_monthly, purchase_price, down_payment, current_value (optional), loan_balance (optional)

Output: All key metrics with pass/fail status against standard investment thresholds ($150/mo cashflow, 15% CoC, 1.25 DSCR, 20% equity)


get_brrr_checklist

Phase-by-phase BRRR (Buy, Rehab, Rent, Refinance, Repeat) checklist.

Input: phase (buy / rehab / rent / refinance / repeat / all)

Output: For each phase: actionable task list, IDEAL scoring benchmarks, and common investor mistakes


Rate Limits

Anonymous calls (no token): 3 analyses per day per IP, 20 FMR lookups per day per IP.

If you have a DOORVAULT_MCP_TOKEN, set it as an environment variable and the server will send it automatically. Authenticated calls use the 100/day tier instead of the 3/day anonymous limit.

export DOORVAULT_MCP_TOKEN=your_token_here

Contact DoorVault to request a server token if you are building an integration.


Zero-install via Smithery

Connect through Smithery — no local install required. Smithery proxies to DoorVault's hosted HTTP MCP endpoint at https://app.doorvault.app/api/mcp.

Installation (local stdio mode)

pip install doorvault-mcp

Or run directly from source:

git clone https://github.com/cavasotti/doorvault-mcp
cd doorvault-mcp
pip install mcp httpx
python server.py

Configuration (Claude Desktop / Cursor / Windsurf)

Add to your claude_desktop_config.json (or equivalent):

{
  "mcpServers": {
    "doorvault": {
      "command": "python",
      "args": ["-m", "mcp_server.server"],
      "cwd": "/path/to/doorvault"
    }
  }
}

Or if installed via pip:

{
  "mcpServers": {
    "doorvault": {
      "command": "doorvault-mcp"
    }
  }
}

Example Conversations

Deal analysis:

"Is this a good deal? 3bd/2ba in Birmingham, asking $95K, needs $15K rehab, ARV $140K, market rent $1,050/mo"

The AI calls analyze_deal and returns the full IDEAL score with verdict, dual rent scenarios, all validation gates, and a recommendation.

Section 8 FMR:

"What does Section 8 pay for a 3-bedroom in Birmingham, AL?"

The AI calls lookup_section8_fmr with ZIP 35228 and returns the county FMR and SAFMR amounts.

Tax deductions:

"What can I deduct on my rental property?"

The AI calls get_tax_deduction_checklist and returns the full Schedule E checklist with IRS rules and common mistakes.

BRRR checklist:

"I just closed on a BRRR. What should I do during the rehab phase?"

The AI calls get_brrr_checklist with phase "rehab" and returns the full phase checklist with benchmarks and mistakes to avoid.


About DoorVault

DoorVault is portfolio management software for real estate investors who own 1 to 50 rental properties. Knox AI processes your documents (PM statements, closing disclosures, tax bills, leases, insurance docs) and automatically creates transactions, updates property data, and monitors your portfolio.

Track your first 2 properties free at doorvault.app.


License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured