Brivo Connector for AI agents.
10 live capabilities
Manage physical security and facility access control through natural conversation.
Waiting for input…
Why people use Brivo
Brivo for Automated Facility Access Control
With this Connector, you just tell your agent what you need. You can check a door status, pull a list of recent alarms, or unlock a gate in one sentence. It replaces the manual clicking with a direct conversation, giving you control over your facility from any workspace.
What Vinkius changes
You get a natural language interface for your physical security hardware.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Granting courier access
A courier is stuck at the front gate.
- Real-world use case 02
Auditing server room entries
A manager needs to know who entered the server room last night.
- Real-world use case 03
Provisioning new staff
An HR lead asks the agent to create a profile and assign a card for a new employee using list_users and list_access_groups.
Complete set · 10capabilities
The complete Brivo capability set.
These are the exact actions your AI can choose when you ask it to work with Brivo.
01—04
4 capabilities in this set.
Part of 10 available through Brivo.
- 01 Capability
List users
See a list of every person registered in your access system. Use this to get a full roster of everyone with building access.
- 02 Capability
Get account info
Get the core account and site information for your Brivo setup. Use this to verify your connection details and account status.
- 03 Capability
Get door status
Check the live status of a specific door. This tells you if an entrance is currently open, closed, or locked.
- 04 Capability
Get user
Retrieve the full profile for a specific user in your system. This is helpful for checking a person's individual access levels.
05—07
3 capabilities in this set.
Part of 10 available through Brivo.
- 05 Capability
List doors
See a complete list of all access points in your facility. Use this to identify specific doors by their names and IDs.
- 06 Capability
List credentials
See all physical cards and mobile passes assigned to your users. This helps you manage your inventory of physical security credentials.
- 07 Capability
List access events
Get a history of recent access events and security alarms. This is the quickest way to audit who entered or exited a building.
08—10
3 capabilities in this set.
Part of 10 available through Brivo.
- 08 Capability
List access groups
See all the access groups defined in your system. Use this to understand how permissions are organized for different teams.
- 09 Capability
List schedules
View the time schedules for door locking and unlocking. This helps you check the automated rules for your facility's security.
- 10 Capability
Unlock door
Trigger a momentary unlock for a specific door. Use this to let someone in immediately without needing a physical key.
Set up in minutes
One URL. Then ask Brivo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Brivo 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_MdNGkgie64MajxjITSfww2qx1JeoDVUmZ0NCdOYy/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 Brivo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Brivo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MdNGkgie64MajxjITSfww2qx1JeoDVUmZ0NCdOYy/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 Brivo URL.
- Step 03
Save and start
Save the connection and enable Brivo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"brivo": {
"url": "https://edge.vinkius.com/vk_preview_MdNGkgie64MajxjITSfww2qx1JeoDVUmZ0NCdOYy/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 Brivo
Open Agent mode in chat and ask: "Using Brivo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"brivo": {
"url": "https://edge.vinkius.com/vk_preview_MdNGkgie64MajxjITSfww2qx1JeoDVUmZ0NCdOYy/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 Brivo
Ask Copilot: "Using Brivo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"brivo": {
"url": "https://edge.vinkius.com/vk_preview_MdNGkgie64MajxjITSfww2qx1JeoDVUmZ0NCdOYy/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 Brivo
Open Cascade and ask: "Using Brivo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"brivo": {
"url": "https://edge.vinkius.com/vk_preview_MdNGkgie64MajxjITSfww2qx1JeoDVUmZ0NCdOYy/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 Brivo
Ask Cline: "Using Brivo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add brivo --transport http "https://edge.vinkius.com/vk_preview_MdNGkgie64MajxjITSfww2qx1JeoDVUmZ0NCdOYy/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 Brivo
Ask Claude: "Using Brivo, show me...". 10 tools are ready
Where the request belongs
Work Brivo can move forward.
This is for the facility manager who's tired of constant 'let me in' requests and the IT admin who needs to provision building access without leaving their terminal.
Security Manager
Checks security alarms and audits access events during a shift change.
Facility Operations Lead
Unlocks doors for maintenance crews and checks door statuses remotely.
IT Administrator
Provision new user credentials and manages access groups for remote employees.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKisi
Control building access with cloud-managed smart locks, mobile credentials, and audit trails that replace traditional key cards.
HID Origo
Automate identity and access management via HID Origo. manage mobile identities, users, and readers directly from any AI agent.
Traction Guest
Manage visitor operations via Traction Guest. list hosts, locations, invites, sign-ins, and group visits directly from any AI agent.
Zapier Smart Home
Control smart home devices via natural language through Zapier NLA API. access 5000+ app integrations for home automation.
Envoy
Manage workplace operations via Envoy. register visitors, book desks and rooms, track deliveries, and monitor office capacity directly from any AI agent.
Honeywell Home
Connect Honeywell Home to any AI agent via MCP.
Bring your own AI
Change the model, client or framework. Keep Brivo 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 Brivo.
The practical details behind the request, access and result.
Can I use Brivo MCP to unlock doors remotely?
Yes, you can use the unlock_door capability to trigger a momentary unlock for specific access points from your chat interface.
How do I see who entered my building?
You can ask your agent to pull the latest entries from the system, and it will show you a list of recent events.
Can this help me manage employee badges?
Yes, you can use it to list all credentials and see which cards are assigned to which users.
Is Brivo MCP good for checking door status?
You can check the live status of any door to see if it's open or locked in real time.
Can I manage user permissions with Brivo MCP?
You can list and retrieve user profiles and access groups to manage who has permission to enter where.
Does Brivo MCP support security alarms?
Yes, it can pull recent security alarms and access events so you can monitor facility safety.
Can I see my door schedules?
You can ask your agent to list the time schedules that control when your facility's doors lock and unlock automatically.
Can I unlock a door remotely using the agent?
Yes! Use the unlock_door capability with the Access Point ID. Your agent will trigger a momentary unlock command in Brivo, allowing entry instantly.
How do I check if a door is currently open or closed?
Simply ask the agent to get_door_status and provide the Access Point ID. It will retrieve the live state of the door from the Brivo cloud.
Does the integration allow adding a new user to the building?
The current toolset focuses on control and monitoring (Read-Only/Unlock) for operational efficiency. Provisioning new users or changing core permissions should be managed via the Brivo administrator portal.
One connection away
Give your agent a direct line to Brivo.
Connect Brivo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available