Brokermint Connector for AI agents.
10 live capabilities
Manage real estate transactions and commissions through your agent.
Waiting for input…
Why people use Brokermint
Simplify Real Estate Back-Office Work with Brokermint
With this Connector, you just tell your agent what you need. You can ask for the payout details on a specific deal or see a list of all pending transactions in one go. It pulls the data directly from Brokermint and puts it in front of you instantly.
What Vinkius changes
You get to manage your real estate back-office using natural language instead of a cluttered dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Closing a deal
A coordinator asks the agent to show the commission split for a specific ID using `list_commissions`.
- Real-world use case 02
New lead intake
An admin tells the agent to create a contact for a new buyer using `create_contact`.
- Real-world use case 03
Status check
An agent asks for a full list of all current deals in the workspace using `list_transactions`.
Complete set · 10capabilities
The complete Brokermint capability set.
These are the exact actions your AI can choose when you ask it to work with Brokermint.
01—04
4 capabilities in this set.
Part of 10 available through Brokermint.
- 01 Capability
List users
See all agents and users currently in your account. This helps you manage your team directory efficiently.
- 02 Capability
Create contact
Create a new buyer or seller in your database. Use this to log new leads quickly during a conversation.
- 03 Capability
Create transaction
Add a new property deal to your workspace. This helps you start tracking a new lead immediately.
- 04 Capability
Get account info
Pull your core account and site details. Use this to verify your workspace settings with your agent.
05—07
3 capabilities in this set.
Part of 10 available through Brokermint.
- 05 Capability
Get contact
Look up specific details for a single contact. This is useful for finding phone numbers or emails quickly.
- 06 Capability
Get transaction
Fetch the full details of a specific real estate deal. Use this to see the full history of a property sale.
- 07 Capability
List commissions
See the commission splits and payouts for a transaction. This clarifies how much each agent is making.
08—10
3 capabilities in this set.
Part of 10 available through Brokermint.
- 08 Capability
List contacts
Get a list of all buyers, sellers, and other participants. Use this to see your entire lead database.
- 09 Capability
List transactions
Get a full list of all your current real estate deals. Use this to see your entire active pipeline at once.
- 10 Capability
Update transaction
Change the status or metadata of an existing deal. Use this to move a deal from pending to closed.
Set up in minutes
One URL. Then ask Brokermint to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Brokermint 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_oJ3kM25NXZrjtuqYvhRulNFMtzKa4rSXzhqxLxhj/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 Brokermint, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Brokermint for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oJ3kM25NXZrjtuqYvhRulNFMtzKa4rSXzhqxLxhj/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 Brokermint URL.
- Step 03
Save and start
Save the connection and enable Brokermint in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"brokermint": {
"url": "https://edge.vinkius.com/vk_preview_oJ3kM25NXZrjtuqYvhRulNFMtzKa4rSXzhqxLxhj/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 Brokermint
Open Agent mode in chat and ask: "Using Brokermint, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"brokermint": {
"url": "https://edge.vinkius.com/vk_preview_oJ3kM25NXZrjtuqYvhRulNFMtzKa4rSXzhqxLxhj/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 Brokermint
Ask Copilot: "Using Brokermint, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"brokermint": {
"url": "https://edge.vinkius.com/vk_preview_oJ3kM25NXZrjtuqYvhRulNFMtzKa4rSXzhqxLxhj/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 Brokermint
Open Cascade and ask: "Using Brokermint, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"brokermint": {
"url": "https://edge.vinkius.com/vk_preview_oJ3kM25NXZrjtuqYvhRulNFMtzKa4rSXzhqxLxhj/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 Brokermint
Ask Cline: "Using Brokermint, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add brokermint --transport http "https://edge.vinkius.com/vk_preview_oJ3kM25NXZrjtuqYvhRulNFMtzKa4rSXzhqxLxhj/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 Brokermint
Ask Claude: "Using Brokermint, show me...". 10 tools are ready
Where the request belongs
Work Brokermint can move forward.
This is for real estate professionals who are buried in paperwork and need a way to query deal data or update records without opening a dozen browser tabs.
Transaction Coordinator
Updates deal statuses and pulls commission info during the closing process to keep things moving.
Real Estate Broker
Monitors the entire portfolio of active deals and agent lists to maintain high-level oversight.
Office Administrator
Manages the contact database and ensures new leads are logged correctly without manual data entry.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDealMachine
Equip your AI agent to manage real estate leads, track properties, and monitor marketing campaigns via the DealMachine API.
AgentFire
Build high-converting real estate websites, manage property listings, and capture leads for your brokerage with ease.
kvCORE
Manage real estate leads. search contacts, track listings, and audit agent tasks.
Follow Up Boss
Convert real estate leads into closings with a CRM that routes inquiries, automates follow-ups, and tracks agent performance.
Skylink
Connect your AI agents to Skylink to manage leads, deals, calls, contacts, tasks, and agent performance in a real estate CRM.
Apex27
Manage letting agency operations with property listings, tenant applications, and maintenance tracking built for estate agents.
Bring your own AI
Change the model, client or framework. Keep Brokermint 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 Brokermint.
The practical details behind the request, access and result.
How can Brokermint help with real estate transactions?
It lets you query and update your deal statuses, contact lists, and commission payouts using natural language. You can ask your agent to find specific deal details or update a status without leaving your chat.
Can I use Brokermint to track commissions?
Yes. You can ask your agent to pull up the commission structure for any specific transaction to see exactly how the payouts are split.
Does Brokermint work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, allowing your agent to interact with your Brokermint account.
How do I manage my real estate contacts with Brokermint?
You can ask your agent to list all your contacts, find a specific person's details, or create a new contact for a lead instantly.
Can I update deal statuses using Brokermint?
Absolutely. You can tell your agent to update a transaction's status or metadata, and it will sync that information directly with your Brokermint workspace.
Can I check the commissions for a specific deal?
Yes! Use the list_commissions capability with the Transaction ID. Your agent will fetch the detailed breakdown of payouts and commission structures for that deal.
How do I list all the active real estate transactions?
Simply ask the agent to list_transactions. It will retrieve the current deals from your Brokermint account, including addresses and status information.
Does the integration allow creating a new contact?
Yes. Use the create_contact action and provide the full name and email. The contact will be added to your Brokermint account instantly.
One connection away
Give your agent a direct line to Brokermint.
Connect Brokermint once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available