DoorLoop Connector for AI agents.
12 live capabilities
Manage your rental property portfolio and tenant leases with natural language.
Waiting for input…
Why people use DoorLoop
DoorLoop Rental Property Management: Stop Clicking and Start Asking
This Connector changes that by letting you talk to your DoorLoop data directly. Instead of hunting for a specific lease agreement, you just ask your agent to find it. If a tenant reports a leaky faucet, you can create the work order and assign it to a vendor in one go. You can also get a bird's-eye view of your financial health by asking for a rent roll summary or checking the status of all active maintenance requests across your entire portfolio. It moves your property management from a manual data entry job to a conversational workflow. Because Vinkius hosts this Connector, you can plug it into your existing AI setup and start treating your property data like a searchable knowledge base. You'll spend less time navigating software and more time actually running your real estate business.
What Vinkius changes
You get a conversational interface for your entire rental operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking unit availability
A property manager needs to find out which units in 'Sunset Apartments' are empty and wants to use list_units to see them.
- Real-world use case 02
Logging a new repair
A maintenance coordinator receives a call about a leak and needs to use create_work_order to log it for a specific unit.
- Real-world use case 03
Reviewing portfolio revenue
An investor wants to know the total monthly revenue from their portfolio and asks for a rent roll using get_rent_roll_report.
Complete set · 12capabilities
The complete DoorLoop capability set.
These are the exact actions your AI can choose when you ask it to work with DoorLoop.
01—04
4 capabilities in this set.
Part of 12 available through DoorLoop.
- 01 Capability
List leases
See a complete list of all lease agreements in your account. Use this for a high-level audit.
- 02 Capability
Create work order
Create a new maintenance work order with a subject and unit ID. This helps you log repairs instantly.
- 03 Capability
Get lease details
Pull specific details for a single lease agreement. Use this to check dates or terms quickly.
- 04 Capability
Get property details
Get all the metadata and information for a specific property. This provides a full overview of a site.
05—08
4 capabilities in this set.
Part of 12 available through DoorLoop.
- 05 Capability
Get rent roll report
Fetch the current rent roll report for your portfolio. It gives you an instant view of your revenue.
- 06 Capability
Get tenant details
Retrieve the full profile for a specific tenant. This is useful for getting contact info fast.
- 07 Capability
List properties
Get a full list of every property in your rental portfolio. This helps you see your entire scope.
- 08 Capability
List prospects
View a directory of potential tenants and leads. Use this to manage your vacancy pipeline.
09—12
4 capabilities in this set.
Part of 12 available through DoorLoop.
- 09 Capability
List tenants
See a list of all current tenants across your properties. This is great for general oversight.
- 10 Capability
List units
List all rental units, with the option to filter by property ID. Use this to check specific buildings.
- 11 Capability
List vendors
View a directory of all service vendors and contractors. Use this to find your preferred repair team.
- 12 Capability
List work orders
See all maintenance work orders currently in the system. This keeps you on top of every repair.
Set up in minutes
One URL. Then ask DoorLoop to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DoorLoop from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PvtBbxlM7nMMPsmnlIPeJBWWSlfOFBR2m1LYOVEn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it DoorLoop, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DoorLoop for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PvtBbxlM7nMMPsmnlIPeJBWWSlfOFBR2m1LYOVEn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the DoorLoop URL.
- Step 03
Save and start
Save the connection and enable DoorLoop in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"doorloop": {
"url": "https://edge.vinkius.com/vk_preview_PvtBbxlM7nMMPsmnlIPeJBWWSlfOFBR2m1LYOVEn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using DoorLoop
Open Agent mode in chat and ask: "Using DoorLoop, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"doorloop": {
"url": "https://edge.vinkius.com/vk_preview_PvtBbxlM7nMMPsmnlIPeJBWWSlfOFBR2m1LYOVEn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using DoorLoop
Ask Copilot: "Using DoorLoop, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"doorloop": {
"url": "https://edge.vinkius.com/vk_preview_PvtBbxlM7nMMPsmnlIPeJBWWSlfOFBR2m1LYOVEn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using DoorLoop
Open Cascade and ask: "Using DoorLoop, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"doorloop": {
"url": "https://edge.vinkius.com/vk_preview_PvtBbxlM7nMMPsmnlIPeJBWWSlfOFBR2m1LYOVEn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using DoorLoop
Ask Cline: "Using DoorLoop, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add doorloop --transport http "https://edge.vinkius.com/vk_preview_PvtBbxlM7nMMPsmnlIPeJBWWSlfOFBR2m1LYOVEn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using DoorLoop
Ask Claude: "Using DoorLoop, show me...". 12 tools are ready
Where the request belongs
Work DoorLoop can move forward.
Property managers who are buried in spreadsheets and maintenance tickets, and real estate investors who need a quick pulse on their portfolio's financial health.
Property Manager
Handles the day-to-day chaos of tenant requests and vendor scheduling.
Maintenance Coordinator
Dispatches repairs and tracks work orders across multiple sites.
Real Estate Investor
Monitors high-level portfolio performance and rent collection.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBuildium
Manage rental properties via Buildium. track units, tenants, and maintenance tasks directly from any AI agent.
Evernest Property Management
Equip your AI agent to manage rental properties, track tenants, and monitor maintenance via the Evernest API.
Rentvine
Manage your property portfolio via Rentvine. list properties, manage units, and track leases directly from any AI agent.
RentCast
Automate real estate data and valuation tracking via RentCast. manage properties, rental yields, and market trends directly from any AI agent.
Apex27
Manage letting agency operations with property listings, tenant applications, and maintenance tracking built for estate agents.
Brokermint
Manage real estate back-office via Brokermint. track transactions, contacts, and commissions directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep DoorLoop connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about DoorLoop.
The practical details behind the request, access and result.
Can DoorLoop MCP help me manage my rental properties?
Yes, it lets you use natural language to interact with your DoorLoop account. You can ask questions about your properties, tenants, and maintenance requests without navigating the dashboard.
How do I use DoorLoop MCP to see my rent roll?
You can simply ask your AI client for a rent roll report. It will fetch the current data from DoorLoop and summarize your monthly revenue and occupancy for you.
Can I create maintenance requests with DoorLoop MCP?
Yes, you can tell your agent to create a new work order. Just provide the subject and the unit ID, and the Connector handles the rest in DoorLoop.
Does DoorLoop MCP work with my existing DoorLoop account?
Yes, it connects directly to your existing DoorLoop account using your API key. All your current properties and tenants will be accessible to your AI client.
Can I use DoorLoop MCP to find tenant contact information?
Absolutely. You can ask for specific tenant details, and the Connector will retrieve their profile from DoorLoop so you don't have to go looking for it.
Is DoorLoop MCP good for real estate investors?
It's perfect for investors who need a quick pulse on their portfolio. You can quickly query lease statuses and financial reports across multiple properties at once.
How does DoorLoop MCP help with vendor management?
You can ask your agent to list your service vendors or find specific contractors. This keeps your maintenance team organized and easily accessible in one place.
How do I find my DoorLoop API Key?
Log in to DoorLoop, navigate to Settings > Integrations, and generate a new key for the Public API.
Can I filter units by property?
Yes! The list_units capability allows you to specify a property_id to retrieve only the units belonging to a specific building or site.
Does it support creating maintenance work orders?
Absolutely. Use the create_work_order capability to programmatically generate a maintenance request for a specific unit with a subject and description.
One connection away
Give your agent a direct line to DoorLoop.
Connect DoorLoop once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available