DealMachine Connector for AI agents.
10 live capabilities
Manage property equity data and real estate leads from your chat.
Waiting for input…
Why people use DealMachine
DealMachine for Real Estate Lead Management
This Connector changes that by letting your agent do the heavy lifting. You just tell your agent to find the equity on a specific address, and it pulls that data directly from DealMachine. You get a clean summary of the owner's info and mortgage status without ever leaving your conversation.
What Vinkius changes
You get real estate data and CRM actions directly in your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding high-equity targets
An investor asks for properties with over 50% equity to prioritize their next direct mail blast.
- Real-world use case 02
Field research
A wholesaler searches for an owner's name by address while standing in front of a house.
- Real-world use case 03
Campaign auditing
A team lead asks for a summary of the 'Probate List' campaign to see how many postcards went out.
Complete set · 10capabilities
The complete DealMachine capability set.
These are the exact actions your AI can choose when you ask it to work with DealMachine.
01—04
4 capabilities in this set.
Part of 10 available through DealMachine.
- 01 Capability
List marketing campaigns
Shows summaries of your direct mail campaigns, including send dates and recipient counts. It helps you track your marketing ROI.
- 02 Capability
Add new lead
Saves a new lead to your CRM and starts the property data resolution process. It makes it easy to add new targets to your pipeline.
- 03 Capability
Get account details
Shows your subscription plan, credit balance, and organizational settings. Use this to check your current plan limits.
- 04 Capability
Get lead details
Pulls owner contact info and the history of marketing actions for a specific lead. It gives you a full picture of your outreach history.
05—07
3 capabilities in this set.
Part of 10 available through DealMachine.
- 05 Capability
Get property details
Fetches technical data like estimated equity, mortgage info, and deed history. This is perfect for quick property research.
- 06 Capability
List real estate leads
Lists all leads in your account with addresses, owner names, and current statuses. Use this to get a bird's eye view of your pipeline.
- 07 Capability
List tracked properties
Returns address data and internal identifiers for properties you're currently tracking. It helps you keep your property list organized.
08—10
3 capabilities in this set.
Part of 10 available through DealMachine.
- 08 Capability
List lead tags
Lists the tags you use to categorize different leads and properties. Use this to see how you're segmenting your data.
- 09 Capability
List driving teams
Shows the teams, active drivers, and roles within your workspace. It helps you coordinate field activities in real time.
- 10 Capability
Search leads by address
Matches search terms against property addresses and owner names using partial matching. It is the fastest way to find a specific lead.
Set up in minutes
One URL. Then ask DealMachine to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DealMachine 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_0MSlmONtp4tRJZlUETR1ylQyIlCBm1KB2R2hw42v/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 DealMachine, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DealMachine for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0MSlmONtp4tRJZlUETR1ylQyIlCBm1KB2R2hw42v/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 DealMachine URL.
- Step 03
Save and start
Save the connection and enable DealMachine in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dealmachine": {
"url": "https://edge.vinkius.com/vk_preview_0MSlmONtp4tRJZlUETR1ylQyIlCBm1KB2R2hw42v/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 DealMachine
Open Agent mode in chat and ask: "Using DealMachine, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dealmachine": {
"url": "https://edge.vinkius.com/vk_preview_0MSlmONtp4tRJZlUETR1ylQyIlCBm1KB2R2hw42v/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 DealMachine
Ask Copilot: "Using DealMachine, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dealmachine": {
"url": "https://edge.vinkius.com/vk_preview_0MSlmONtp4tRJZlUETR1ylQyIlCBm1KB2R2hw42v/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 DealMachine
Open Cascade and ask: "Using DealMachine, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dealmachine": {
"url": "https://edge.vinkius.com/vk_preview_0MSlmONtp4tRJZlUETR1ylQyIlCBm1KB2R2hw42v/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 DealMachine
Ask Cline: "Using DealMachine, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dealmachine --transport http "https://edge.vinkius.com/vk_preview_0MSlmONtp4tRJZlUETR1ylQyIlCBm1KB2R2hw42v/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 DealMachine
Ask Claude: "Using DealMachine, show me...". 10 tools are ready
Where the request belongs
Work DealMachine can move forward.
Real estate investors and wholesalers who are tired of manual data entry and constantly switching between property research capabilities and their CRM.
Real Estate Investor
Checks property equity and owner details while reviewing new lists to prioritize high-value targets.
Wholesaler
Researches property ownership and manages new leads during field research to speed up acquisitions.
Team Lead
Monitors marketing campaigns and coordinates driving teams via chat to keep field operations organized.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrokermint
Manage real estate back-office via Brokermint. track transactions, contacts, and commissions directly from any AI agent.
kvCORE
Manage real estate leads. search contacts, track listings, and audit agent tasks.
AgentFire
Build high-converting real estate websites, manage property listings, and capture leads for your brokerage with ease.
Skylink
Connect your AI agents to Skylink to manage leads, deals, calls, contacts, tasks, and agent performance in a real estate CRM.
Follow Up Boss
Convert real estate leads into closings with a CRM that routes inquiries, automates follow-ups, and tracks agent performance.
RentCast
Automate real estate data and valuation tracking via RentCast. manage properties, rental yields, and market trends directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep DealMachine 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 DealMachine.
The practical details behind the request, access and result.
What does the DealMachine MCP do for my real estate business?
It connects your DealMachine CRM to your AI agent, allowing you to query property data, manage leads, and check marketing stats through a simple chat interface.
Can I use the DealMachine MCP to find property owner info?
Yes, you can ask your agent to pull owner contact information and deed history for any property already tracked in your DealMachine account.
How does the DealMachine MCP help with direct mail marketing?
It lets you see your campaign summaries, including how many postcards were sent and your engagement metrics, without having to log into the full dashboard.
Can the DealMachine MCP manage my real estate leads?
Absolutely. You can use it to list all your leads, search for specific addresses, and even add new leads to your CRM automatically.
Does the DealMachine MCP show me my CRM credit balance?
Yes, you can ask your agent to retrieve your account details, which include your current subscription plan and credit balance.
Can I use the DealMachine MCP to see who is on my driving team?
Yes, the Connector can list all the teams, active drivers, and their specific roles within your workspace so you can coordinate field work faster.
How do I connect DealMachine to my AI agent?
You just need to connect the Connector via Vinkius and provide your DealMachine API key, which you can find in your account settings.
How do I get a DealMachine API Key?
Log in to your DealMachine account, navigate to Settings > API, and you can generate or retrieve your API Key from that section.
Can the agent create new leads?
Yes, you can use the add_new_lead capability to add a property address directly to your DealMachine CRM via the agent.
Does the integration show property equity?
Yes, when retrieving property details, the agent can provide information on owner equity and other public records data available in your plan.
One connection away
Give your agent a direct line to DealMachine.
Connect DealMachine once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available