Hurma Connector for AI agents.
12 live capabilities
Manage your employee records and recruiting pipeline through natural conversation.
Waiting for input…
Why people use Hurma
Hurma for Streamlining HR Operations
This Connector puts that data where you already work. You can ask your agent to list everyone in the Interview stage or check a new hire's onboarding checklist in a single sentence. You get a clean summary of your people ops without the tab fatigue.
What Vinkius changes
You turn your AI into a direct interface for your Hurma HR data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Hiring Sprint
A manager needs to see all candidates in the Interview stage and add a new one from a resume.
- Real-world use case 02
The Team Sync
A lead wants to see who is away this week and check the Engineering department's head count.
- Real-world use case 03
The Onboarding Check
An HR admin needs to see if a new hire's checklist is done and what their current position is.
Complete set · 12capabilities
The complete Hurma capability set.
These are the exact actions your AI can choose when you ask it to work with Hurma.
01—04
4 capabilities in this set.
Part of 12 available through Hurma.
- 01 Capability
Create candidate
Add a new person to your recruiting pipeline. This lets you log new applicants as soon as you find them.
- 02 Capability
Create leave request
Submit a new time-off or absence request for an employee. This makes it easy to log leaves without navigating the full HR portal.
- 03 Capability
Export overtimes
Download your overtime data for reporting. Use this to get the numbers you need for payroll or audits.
- 04 Capability
Get vacation balance
Check how many vacation days an employee has left. You can quickly verify availability before approving a request.
05—08
4 capabilities in this set.
Part of 12 available through Hurma.
- 05 Capability
Get employee details
View the full profile and details of a specific employee. Use this to get a quick overview of a team member's role and history.
- 06 Capability
List departments
Get a list of all the different departments in your company. This helps you understand the current organizational structure.
- 07 Capability
List employees
Browse the entire list of employees in your organization. Use this to find any team member across the company.
- 08 Capability
List out of office
See which team members are currently away from their desks. It's the fastest way to check team availability.
09—12
4 capabilities in this set.
Part of 12 available through Hurma.
- 09 Capability
List custom properties
View the custom fields you've defined in your HR records. This helps you see the specific data points you're tracking.
- 10 Capability
List vacancy stages
See the different steps in your hiring process. You can see where every candidate sits in the pipeline.
- 11 Capability
Get candidate details
Pull specific information about a single candidate. This helps you review a profile quickly during a hiring sprint.
- 12 Capability
List candidates
See all the people currently in your recruiting pipeline. You can monitor your hiring progress at a glance.
Set up in minutes
One URL. Then ask Hurma to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Hurma 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_ANK9b0icI5MYIH9ONPQERXGt3fEs6KRTAAut0oF3/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 Hurma, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Hurma for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ANK9b0icI5MYIH9ONPQERXGt3fEs6KRTAAut0oF3/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 Hurma URL.
- Step 03
Save and start
Save the connection and enable Hurma in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hurma": {
"url": "https://edge.vinkius.com/vk_preview_ANK9b0icI5MYIH9ONPQERXGt3fEs6KRTAAut0oF3/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 Hurma
Open Agent mode in chat and ask: "Using Hurma, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hurma": {
"url": "https://edge.vinkius.com/vk_preview_ANK9b0icI5MYIH9ONPQERXGt3fEs6KRTAAut0oF3/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 Hurma
Ask Copilot: "Using Hurma, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hurma": {
"url": "https://edge.vinkius.com/vk_preview_ANK9b0icI5MYIH9ONPQERXGt3fEs6KRTAAut0oF3/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 Hurma
Open Cascade and ask: "Using Hurma, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hurma": {
"url": "https://edge.vinkius.com/vk_preview_ANK9b0icI5MYIH9ONPQERXGt3fEs6KRTAAut0oF3/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 Hurma
Ask Cline: "Using Hurma, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hurma --transport http "https://edge.vinkius.com/vk_preview_ANK9b0icI5MYIH9ONPQERXGt3fEs6KRTAAut0oF3/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 Hurma
Ask Claude: "Using Hurma, show me...". 12 tools are ready
Where the request belongs
Work Hurma can move forward.
This is for HR managers who are tired of toggling between 20 tabs to find a single candidate, and hiring leads who need to check team availability without leaving their chat window.
HR Manager
Manages the candidate pipeline and handles onboarding checklists without manual data entry.
Hiring Manager
Quickly checks candidate profiles and vacancy stages during interviews.
Team Lead
Checks who is out of office before scheduling team syncs or project kickoffs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBambooHR
Official HR software automation. manage employee directories, time off requests, and company reports via AI.
Factorial
Modernize HR operations with time-off management, payroll processing, and performance reviews that employees actually enjoy using.
WebHR
Manage employees, attendance, and recruitment on WebHR with AI agents.
SmartHR
Empower your AI to manage employee records, organizational structures, and payrolls directly from your SmartHR workspace.
Personio
Orchestrate HR logistics via Personio. manage workforce lists, track specific absences, log attendances securely, and evaluate custom attributes structurally via AI.
Bring your own AI
Change the model, client or framework. Keep Hurma 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 Hurma.
The practical details behind the request, access and result.
How does Hurma MCP help my HR team?
It lets your team manage employee records, track leave requests, and handle recruiting pipelines through natural conversation with your AI agent.
Can I use Hurma MCP to see who is on vacation?
Yes, you can ask your agent to list everyone who is currently out of office or check specific vacation balances.
Can I add new candidates to my pipeline with Hurma MCP?
Absolutely. You can tell your agent to create a new candidate record with their name and position to add them to your pipeline.
Does Hurma MCP work with my current HR data?
Yes, it connects directly to your existing Hurma instance so you can manage your actual company data.
How do I get started with Hurma MCP?
Just subscribe to the Connector on Vinkius and enter your Hurma domain and API key in your AI client's settings.
Can I check vacation balances using Hurma MCP?
Yes, you can ask your agent to check how many vacation days a specific employee has remaining.
Can I manage the recruiting pipeline through the AI agent?
Yes. Use list_candidates to see all candidates with status, get_candidate_details for full profiles, and create_candidate to add new applicants.
Can I monitor who is out of office today?
Yes. list_out_of_office retrieves all current and upcoming time-off entries. Use list_leave_requests for pending approvals and get_leave_balances for remaining vacation days.
Does Hurma require a custom domain in addition to the API Key?
Yes. Each Hurma account has a unique subdomain. Provide the domain name and API Key. Requests go to https://{domain}.hurma.work/api/v1 with a Bearer token.
One connection away
Give your agent a direct line to Hurma.
Connect Hurma once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available