Urbanise Connector for AI agents.
12 live capabilities
Coordinate building operations and property finances through natural conversation.
Waiting for input…
Why people use Urbanise
Urbanise for Property Management and Strata Coordination
With this Connector, you just ask your agent for the owner's name and the remaining budget in one go. You get the facts you need without ever leaving your chat window.
What Vinkius changes
You get a conversational interface for your entire property management operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding tenant contact info
A property manager needs to find the owner of a unit to discuss a repair.
- Real-world use case 02
Scheduling urgent repairs
A facility manager notices an elevator is down.
- Real-world use case 03
Checking project funding
A strata company needs to check if there's enough budget for a roof repair.
Complete set · 12capabilities
The complete Urbanise capability set.
These are the exact actions your AI can choose when you ask it to work with Urbanise.
01—04
4 capabilities in this set.
Part of 12 available through Urbanise.
- 01 Capability
Create maintenance job
Create a new maintenance job by providing a title and description. This populates the FM module so your team can start the repair immediately.
- 02 Capability
List facility assets
List all facility assets and infrastructure equipment in your FM module. This helps you keep track of every piece of equipment across your buildings.
- 03 Capability
List property budgets
List property budgets for your various property plans. Use this to see how much capital is remaining for specific projects.
- 04 Capability
List financial data
List financial data including ledger and billing info for your properties. This gives you a clear view of your chart of accounts without opening a spreadsheet.
05—08
4 capabilities in this set.
Part of 12 available through Urbanise.
- 05 Capability
List maintenance jobs
List maintenance jobs to see all current and past facility tasks. This helps you monitor the status of every repair in your portfolio.
- 06 Capability
List accounting ledgers
List accounting ledgers to view the chart of accounts for your records. This provides a structured look at your financial categories.
- 07 Capability
List configured webhooks
List configured webhooks to see the active event triggers in your system. This helps you monitor which automated triggers are currently live.
- 08 Capability
Check api health
Check the Urbanise API health to ensure your connection is active. This confirms your agent can see your data without errors.
09—12
4 capabilities in this set.
Part of 12 available through Urbanise.
- 09 Capability
List managed suppliers
List managed suppliers to see all service providers linked to your properties. Use this to coordinate with your regular vendors for building maintenance.
- 10 Capability
Get client profile
Get your authenticated client profile details to confirm your account status. This helps you verify which property management profile the agent is currently accessing.
- 11 Capability
List property occupants
List property occupants to see residents and owners for a specific site. This makes it easy to find contact details for community engagement.
- 12 Capability
List property plans
List property plans to see a complete list of all plans in your account. This lets you quickly toggle between different managed sites.
Set up in minutes
One URL. Then ask Urbanise to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Urbanise 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_8dhVvKuvJzPCGNI0ahgbnaTa84yhh3BLpTQ3eyFN/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 Urbanise, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Urbanise for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8dhVvKuvJzPCGNI0ahgbnaTa84yhh3BLpTQ3eyFN/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 Urbanise URL.
- Step 03
Save and start
Save the connection and enable Urbanise in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"urbanise": {
"url": "https://edge.vinkius.com/vk_preview_8dhVvKuvJzPCGNI0ahgbnaTa84yhh3BLpTQ3eyFN/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 Urbanise
Open Agent mode in chat and ask: "Using Urbanise, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"urbanise": {
"url": "https://edge.vinkius.com/vk_preview_8dhVvKuvJzPCGNI0ahgbnaTa84yhh3BLpTQ3eyFN/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 Urbanise
Ask Copilot: "Using Urbanise, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"urbanise": {
"url": "https://edge.vinkius.com/vk_preview_8dhVvKuvJzPCGNI0ahgbnaTa84yhh3BLpTQ3eyFN/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 Urbanise
Open Cascade and ask: "Using Urbanise, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"urbanise": {
"url": "https://edge.vinkius.com/vk_preview_8dhVvKuvJzPCGNI0ahgbnaTa84yhh3BLpTQ3eyFN/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 Urbanise
Ask Cline: "Using Urbanise, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add urbanise --transport http "https://edge.vinkius.com/vk_preview_8dhVvKuvJzPCGNI0ahgbnaTa84yhh3BLpTQ3eyFN/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 Urbanise
Ask Claude: "Using Urbanise, show me...". 12 tools are ready
Where the request belongs
Work Urbanise can move forward.
Property managers, facility managers, and strata companies are often buried in dozens of tabs every day. They need to find resident info, track repair statuses, and monitor budgets without constant manual data entry. This Connector lets them use natural language to get answers instantly, making it easier to manage multiple sites from a single chat window.
Property Manager
They use this to pull occupant lists and verify property budgets instantly during tenant inquiries.
Facility Manager
They use this to schedule maintenance jobs and track asset health without leaving their workspace.
Strata Management Company
They use this to coordinate supplier lists and monitor financial ledgers for entire property portfolios.
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.
DoorLoop
Manage rental properties, collect rent online, screen tenants, and handle maintenance requests from one landlord platform.
Home River Group
Connect and manage Home River Group properties, units, and residents via Entrata API.
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 Urbanise 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 Urbanise.
The practical details behind the request, access and result.
Can I use Urbanise MCP to manage my residents?
Yes, you can use it to pull lists of owners and occupants instantly to handle communications and community engagement.
Does Urbanise MCP support strata management?
Yes, it's specifically designed for strata companies to coordinate supplier lists and monitor financial ledgers for multiple sites.
Can I create maintenance tasks with this?
Yes, you can schedule new jobs with titles and descriptions directly through your AI agent without opening a new form.
How do I see my property budgets?
You can ask your agent to list budgets for any plan to see how much capital is remaining in your accounts in real time.
Can I track my building assets?
Yes, the Connector lets you see all infrastructure and equipment managed in your FM module through simple conversation.
Is this for individual property owners?
This is primarily for property managers and facility teams who need to manage multiple plans and complex operations.
Can I create a new maintenance job for a property via AI?
Yes! Use the create_maintenance_job capability and provide a title and description. This will instantly register a new task in the Facility Management (FM) module.
How do I see all residents living in a specific property plan?
Run the list_property_occupants query. Your agent will retrieve the complete list of owners and residents across your managed property plans.
Is it possible to check the remaining budget for a building via AI?
Absolutely. Use the list_property_budgets query to retrieve the current budget definitions and allocations for your managed properties.
One connection away
Give your agent a direct line to Urbanise.
Connect Urbanise once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available