BrioHR Connector for AI agents.
10 live capabilities
Manage employee records and payroll claims through your AI client.
Waiting for input…
Why people use BrioHR
BrioHR for Automated HR Data Retrieval
This Connector lets you just ask your AI client for that information. You get the data you need in a single chat window, cutting out the manual exports and the constant tab-switching.
What Vinkius changes
You turn your HR data into a conversational capability for your AI.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Payroll Reconciliation
A finance lead asks their agent for the January payroll summary and all approved claims to match against bank records using list_claim_reports.
- Real-world use case 02
Real-time Hiring Updates
An operations manager wants to see how many candidates are in the pipeline for a new engineering role using list_job_candidates.
- Real-world use case 03
Quick Leave Checks
An HRBP asks the agent who is away next week to coordinate a team meeting, and the agent uses get_who_is_away to find out.
Complete set · 10capabilities
The complete BrioHR capability set.
These are the exact actions your AI can choose when you ask it to work with BrioHR.
01—04
4 capabilities in this set.
Part of 10 available through BrioHR.
- 01 Capability
Get employee details
Get a full profile for a specific employee to check roles and departments. This helps you quickly verify staff information.
- 02 Capability
Get payroll summary
Pull a monthly payroll overview to see total costs and headcount. Use this for high-level monthly budget tracking.
- 03 Capability
Get who is away
List all employees currently on leave or scheduled to be away. It's perfect for checking office availability.
- 04 Capability
List departments
View the organizational structure and all departments. Use this to map out your company's layout.
05—07
3 capabilities in this set.
Part of 10 available through BrioHR.
- 05 Capability
List employees
Get the basic information for every employee in the company. Use this for a quick headcount check.
- 06 Capability
List job postings
See all active job openings in the recruitment module. This helps you keep an eye on your hiring status.
- 07 Capability
List leave requests
Retrieve specific leave requests for a single employee. Use this to see the details of an individual's time off.
08—10
3 capabilities in this set.
Part of 10 available through BrioHR.
- 08 Capability
List performance appraisals
View all active and past performance review cycles. Use this to keep track of employee development timelines.
- 09 Capability
List job candidates
See the current list of candidates for a specific job opening. This helps you monitor the hiring pipeline.
- 10 Capability
List claim reports
Download approved claim reports to sync with external accounting software. This automates your payroll reconciliation.
Set up in minutes
One URL. Then ask BrioHR to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BrioHR 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_7mbMhXcrsuttzw0qiypr2mImc7KN8zSAjN7ArBBE/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 BrioHR, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BrioHR for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7mbMhXcrsuttzw0qiypr2mImc7KN8zSAjN7ArBBE/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 BrioHR URL.
- Step 03
Save and start
Save the connection and enable BrioHR in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"briohr": {
"url": "https://edge.vinkius.com/vk_preview_7mbMhXcrsuttzw0qiypr2mImc7KN8zSAjN7ArBBE/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 BrioHR
Open Agent mode in chat and ask: "Using BrioHR, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"briohr": {
"url": "https://edge.vinkius.com/vk_preview_7mbMhXcrsuttzw0qiypr2mImc7KN8zSAjN7ArBBE/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 BrioHR
Ask Copilot: "Using BrioHR, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"briohr": {
"url": "https://edge.vinkius.com/vk_preview_7mbMhXcrsuttzw0qiypr2mImc7KN8zSAjN7ArBBE/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 BrioHR
Open Cascade and ask: "Using BrioHR, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"briohr": {
"url": "https://edge.vinkius.com/vk_preview_7mbMhXcrsuttzw0qiypr2mImc7KN8zSAjN7ArBBE/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 BrioHR
Ask Cline: "Using BrioHR, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add briohr --transport http "https://edge.vinkius.com/vk_preview_7mbMhXcrsuttzw0qiypr2mImc7KN8zSAjN7ArBBE/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 BrioHR
Ask Claude: "Using BrioHR, show me...". 10 tools are ready
Where the request belongs
Work BrioHR can move forward.
This is for HR and finance professionals who are tired of manual data entry. It's for the person who has to answer 'who is out today' ten times a day or the payroll lead who's stuck manually reconciling claims.
HR Business Partner
Uses the Connector to quickly check leave trends and employee details during team planning.
Finance & Payroll Specialist
Pulls approved claims and monthly payroll summaries to sync with accounting software.
Operations Manager
Monitors headcount and recruitment progress to keep the department on track.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBambooHR
Human Resources management platform. organize employee data, track time off, and audit HR workflows via AI.
WebHR
Manage employees, attendance, and recruitment on WebHR with AI agents.
Hurma
Manage your HR processes with employee records, leave tracking, and performance reviews designed for growing teams.
SmartHR
Empower your AI to manage employee records, organizational structures, and payrolls directly from your SmartHR workspace.
Oyster
Manage global HR, payroll, and compliance via Oyster. list engagements, track expenses, and manage time-off requests directly from any AI agent.
Beisen (iTalentX)
Comprehensive HR cloud platform. manage employees, attendance, and recruitment via AI.
Bring your own AI
Change the model, client or framework. Keep BrioHR 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 BrioHR.
The practical details behind the request, access and result.
Can the BrioHR MCP help with payroll reconciliation?
Yes, it can pull approved claim reports and monthly payroll summaries directly into your chat. This helps you sync your data with accounting software without manual exports.
How does BrioHR MCP handle staff leave?
The Connector allows your AI agent to see who is currently away or scheduled for leave on specific dates. You can ask for a summary of absences for any date range.
Can I use BrioHR MCP to track my hiring pipeline?
Yes, you can use it to list active job postings and see the list of candidates for specific jobs. It gives you a clear view of your recruitment status.
Does BrioHR MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
How do I get my API keys for the BrioHR MCP?
You'll need to contact BrioHR support to request your API Username, Password, and Company ID, and to have your IP address whitelisted.
Can the BrioHR MCP edit employee records?
This Connector is designed for data orchestration and monitoring. It allows you to retrieve and view information, but it does not support editing or deleting records.
How do I get API access for BrioHR?
You must reach out to the BrioHR support team at support@briohr.com. They will provide your credentials and require your IP addresses for whitelisting before you can connect.
Can my AI automatically list all active job postings?
Yes! Use the list_job_postings capability. Your agent will retrieve all current vacancies from your BrioHR recruitment module, including titles and IDs.
How do I retrieve the payroll summary for a specific month?
Use the get_payroll_summary capability with the month (MM) and year (YYYY). The agent will return the headcount and total calculations for that period.
One connection away
Give your agent a direct line to BrioHR.
Connect BrioHR once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available