Kombo Connector for AI agents.
21 live capabilities
Manage employee records and job applications across multiple HR platforms.
Waiting for input…
Why people use Kombo
Kombo HRIS and ATS Management for HR Teams
With Kombo, your agent does the jumping for you. You just ask for the data, and it pulls it from the right place. You get a single source of truth in your chat window instead of five open browser tabs.
What Vinkius changes
You get one single point of access to all your HR and recruitment software.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Hiring a new engineering team
A recruiter asks the agent to list all active job openings and then creates new applications for the top candidates.
- Real-world use case 02
Quarterly audit
An HR lead asks for a list of all legal entities and a breakdown of employees by location to verify regional compliance.
- Real-world use case 03
Training rollout
An L&D manager asks the agent to pull all available courses and sync them to a new group of hires.
Complete set · 21capabilities
The complete Kombo capability set.
These are the exact actions your AI can choose when you ask it to work with Kombo.
01—04
4 capabilities in this set.
Part of 21 available through Kombo.
- 01 Capability
Get ats applications
Retrieve job applications from your ATS. This helps you see who has applied for specific roles.
- 02 Capability
Get ats candidates
Pull candidate profiles from your ATS. Use this to get background info on potential hires.
- 03 Capability
Create ats application
Create a new application and candidate for a job. This lets you add new people to your pipeline.
- 04 Capability
Get ats interviews
List scheduled interviews from your ATS. Use this to see your upcoming hiring schedule.
05—08
4 capabilities in this set.
Part of 21 available through Kombo.
- 05 Capability
Get ats jobs
Retrieve all job openings from your ATS. This gives you a quick look at your current vacancies.
- 06 Capability
Get ats rejection reasons
List reasons for rejecting applications in your ATS. Use this to track hiring trends.
- 07 Capability
Get ats roles
List system and job roles in your ATS. This helps you understand your organizational structure.
- 08 Capability
Get ats users
List ATS users like recruiters and hiring managers. Use this to see who has access to your hiring capabilities.
09—12
4 capabilities in this set.
Part of 21 available through Kombo.
- 09 Capability
Get hris absence types
List available absence types in your HRIS. Use this to see what kind of leave is offered.
- 10 Capability
Get hris absences
Retrieve employee absences like vacation or sick leave. This helps you see who is out of the office.
- 11 Capability
Create hris employee form
Create an employee using a capability-specific form. Use this to add new hires to your HR system.
- 12 Capability
Get hris employees
Retrieve all employees from your HRIS with filtering. This helps you pull specific lists of staff.
13—15
3 capabilities in this set.
Part of 21 available through Kombo.
- 13 Capability
Get hris groups
Retrieve organizational groups like teams and departments. Use this to see how the company is structured.
- 14 Capability
Get hris legal entities
List legal entities in your HRIS. Use this to see the different companies under your organization.
- 15 Capability
Get hris locations
List work locations in your HRIS. Use this to see where your teams are based.
16—18
3 capabilities in this set.
Part of 21 available through Kombo.
- 16 Capability
Get lms courses
Retrieve available courses from your LMS. This lets you see what training is available.
- 17 Capability
Upsert lms courses bulk
Asynchronously upsert courses into your LMS. Use this to sync large amounts of training data.
- 18 Capability
Get lms users
Retrieve learners from your LMS. This helps you see who is enrolled in training.
19—21
3 capabilities in this set.
Part of 21 available through Kombo.
- 19 Capability
Passthrough request
Call the native API of the underlying capability directly. Use this for actions not covered by specific capabilities.
- 20 Capability
Put assessment order result
Write back results for an assessment order. Use this to update scores for background checks.
- 21 Capability
Put assessment packages
Define available assessment or background check packages. Use this to set up your testing options.
Set up in minutes
One URL. Then ask Kombo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kombo 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_ZXziX5fjo2GxJosNw38MhEDQcfYslVfuqY9B52PA/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 Kombo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kombo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZXziX5fjo2GxJosNw38MhEDQcfYslVfuqY9B52PA/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 Kombo URL.
- Step 03
Save and start
Save the connection and enable Kombo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kombo": {
"url": "https://edge.vinkius.com/vk_preview_ZXziX5fjo2GxJosNw38MhEDQcfYslVfuqY9B52PA/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 Kombo
Open Agent mode in chat and ask: "Using Kombo, help me...". 21 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kombo": {
"url": "https://edge.vinkius.com/vk_preview_ZXziX5fjo2GxJosNw38MhEDQcfYslVfuqY9B52PA/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 Kombo
Ask Copilot: "Using Kombo, help me...". 21 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kombo": {
"url": "https://edge.vinkius.com/vk_preview_ZXziX5fjo2GxJosNw38MhEDQcfYslVfuqY9B52PA/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 Kombo
Open Cascade and ask: "Using Kombo, help me...". 21 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kombo": {
"url": "https://edge.vinkius.com/vk_preview_ZXziX5fjo2GxJosNw38MhEDQcfYslVfuqY9B52PA/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 Kombo
Ask Cline: "Using Kombo, help me...". 21 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kombo --transport http "https://edge.vinkius.com/vk_preview_ZXziX5fjo2GxJosNw38MhEDQcfYslVfuqY9B52PA/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 Kombo
Ask Claude: "Using Kombo, show me...". 21 tools are ready
Where the request belongs
Work Kombo can move forward.
For HR managers and recruiters who are tired of tab fatigue and manual data entry across disconnected HR platforms.
HR Operations Manager
Pulls absence reports and organizational lists to handle internal requests without manual lookups.
Technical Recruiter
Checks candidate statuses and job openings in real-time while chatting with other team members.
L&D Coordinator
Monitors course progress and manages bulk training enrollments across multiple learning platforms.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBeisen (iTalentX)
Comprehensive HR cloud platform. manage employees, attendance, and recruitment via AI.
WebHR
Manage employees, attendance, and recruitment on WebHR with AI agents.
BambooHR
Human Resources management platform. organize employee data, track time off, and audit HR workflows via AI.
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.
BrioHR
Orchestrate BrioHR management. retrieve employee profiles, monitor leave, and integrate claim reports directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Kombo 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 Kombo.
The practical details behind the request, access and result.
Can Kombo connect to my specific HRIS?
Yes, it works with over 50 different platforms. You just need your Kombo API key to get started.
How does Kombo help with recruiting?
It lets your agent pull candidate profiles, list job openings, and track interview stages in one place.
Can I use Kombo to update training records?
Yes, you can manage user enrollments and sync course data across your learning platforms.
Does Kombo work with my existing AI client?
It works with any MCP-compatible client like Claude or Cursor.
Is it hard to set up?
Not at all. You just need your Kombo API key and an optional integration ID to start.
Can it handle multiple job roles?
Yes, it can list system roles and specific job roles across different ATS providers.
Can I list all employees from my HRIS system using this server?
Yes! Use the get_hris_employees capability. You can also apply filters like updated_after to find recently modified records or use pagination for large datasets.
How do I check for active job openings in our connected ATS?
Simply ask the agent to run the get_ats_jobs capability. It will retrieve all job openings, including metadata like descriptions and status, from your integrated recruitment platform.
Is it possible to see why a candidate was rejected?
Yes, the get_ats_rejection_reasons capability allows you to list the configured rejection reasons in your ATS, helping you understand the hiring outcomes.
One connection away
Give your agent a direct line to Kombo.
Connect Kombo once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available