Features Pricing Learn Start free
Owner AI Connector

Connect your AI assistant to DoorVault.

Ask your own MCP-compatible assistant what Knox already knows about your rental portfolio, with a read-only token you can revoke anytime.

Direct answer: DoorVault exposes a read-only MCP endpoint at https://app.doorvault.app/api/mcp/user. Create an owner-AI token in Settings, add it as an Authorization: Bearer header, and your assistant can read household-scoped portfolio facts without any write access.

Last verified: June 14, 2026. The connector is read-only and revocable.

What It Can Read

QuestionDoorVault Read
"List my properties."Property names, addresses, entities, and linked portfolio details.
"What was my P&L this year?"Split-safe income, expenses, NOI, financing, and net income.
"Did my PM payout tie out?"PM statement versus bank deposit reconciliation, using the same read model as DoorVault's PM vs Bank screen.
"What needs my attention?"Open Night Watch and Action Center items, highest severity first.
"What should I send my CPA?"Schedule E summary by property and portfolio.

What It Cannot Do

Setup

  1. Open DoorVault Settings, Integrations, then API.
  2. Under "Connect your AI", create a token and copy the snippet immediately.
  3. Add the endpoint and bearer token to an MCP-compatible assistant.
  4. Ask a read-only portfolio question, for example: "List my properties" or "Did my PM payouts tie out this month?"
{
  "doorvault_owner_ai": {
    "endpoint": "https://app.doorvault.app/api/mcp/user",
    "authorization": "Bearer dvai_your_token_here"
  }
}

Audit Trail

DoorVault logs every owner-AI tool call with the token id, tool name, timestamp, IP address, and success status. The raw token is never stored.

Ask the portfolio, not another spreadsheet.

Knox keeps the records organized. Your assistant can read the answers, read-only.