WebHR Connector for AI agents.
11 live capabilities
Automate employee records, recruitment pipelines, and attendance tracking.
Waiting for input…
Why people use WebHR
WebHR for Automated Attendance Tracking
With this Connector, you just ask your agent to pull that info. It handles the data retrieval so you can focus on the actual people. You get the answers you need in plain English.
What Vinkius changes
You get a conversational way to manage your HR data without the manual clicking.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Hiring Updates
An HR lead asks for the status of the 'Senior Engineer' job posting and sees all active candidates in the pipeline using `list_job_postings` and `list_job_candidates`.
- Real-world use case 02
Attendance Check
An ops manager asks for a summary of who clocked in late in the New York office this week using `get_attendance_summary`.
- Real-world use case 03
Leave Balance
A manager asks to check the vacation balance for Marcus Johnson using `list_leave_requests` before approving a new request.
Complete set · 11capabilities
The complete WebHR capability set.
These are the exact actions your AI can choose when you ask it to work with WebHR.
01—04
4 capabilities in this set.
Part of 11 available through WebHR.
- 01 Capability
Get attendance summary
Get aggregated attendance metrics. It gives you a high-level look at punctuality and presence.
- 02 Capability
List job postings
List open job positions. Check which roles are currently being advertised to the public.
- 03 Capability
List job requests
List internal job requisitions. Use this to track internal needs for new roles.
- 04 Capability
List available leave types
List categories of leave. This shows you what different types of time-off are available.
05—08
4 capabilities in this set.
Part of 11 available through WebHR.
- 05 Capability
List leave requests
List employee leave history. It lets you see all past and pending time-off requests.
- 06 Capability
List office locations
List company offices. Use this to find out where your different teams are based.
- 07 Capability
List attendance logs
List clock-in/out records. Use this to see exactly when your staff members are arriving or leaving.
- 08 Capability
Get employee details
Get details for an employee. It helps you quickly find personal info without searching through the dashboard.
09—11
3 capabilities in this set.
Part of 11 available through WebHR.
- 09 Capability
List job candidates
List applicants for positions. It lets you see who is currently in your hiring funnel.
- 10 Capability
List company departments
List organizational departments. Use this to get a clear view of your company's internal structure.
- 11 Capability
List employees
List organization employees. This gives you a full headcount of everyone on the team.
Set up in minutes
One URL. Then ask WebHR to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use WebHR 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_JKMn3KVk3OevTT5JwyyDvrvTUGLfpiHCmBNuVlXG/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 WebHR, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable WebHR for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JKMn3KVk3OevTT5JwyyDvrvTUGLfpiHCmBNuVlXG/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 WebHR URL.
- Step 03
Save and start
Save the connection and enable WebHR in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"webhr": {
"url": "https://edge.vinkius.com/vk_preview_JKMn3KVk3OevTT5JwyyDvrvTUGLfpiHCmBNuVlXG/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 WebHR
Open Agent mode in chat and ask: "Using WebHR, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"webhr": {
"url": "https://edge.vinkius.com/vk_preview_JKMn3KVk3OevTT5JwyyDvrvTUGLfpiHCmBNuVlXG/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 WebHR
Ask Copilot: "Using WebHR, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"webhr": {
"url": "https://edge.vinkius.com/vk_preview_JKMn3KVk3OevTT5JwyyDvrvTUGLfpiHCmBNuVlXG/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 WebHR
Open Cascade and ask: "Using WebHR, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"webhr": {
"url": "https://edge.vinkius.com/vk_preview_JKMn3KVk3OevTT5JwyyDvrvTUGLfpiHCmBNuVlXG/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 WebHR
Ask Cline: "Using WebHR, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add webhr --transport http "https://edge.vinkius.com/vk_preview_JKMn3KVk3OevTT5JwyyDvrvTUGLfpiHCmBNuVlXG/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 WebHR
Ask Claude: "Using WebHR, show me...". 11 tools are ready
Where the request belongs
Work WebHR can move forward.
This is for HR leads who are tired of manual data entry and ops managers who need quick answers about team availability.
HR Manager
Handles recruitment and leave requests via natural language on a Tuesday afternoon.
Operations Lead
Checks office attendance and department structures quickly without opening multiple tabs.
Business Owner
Gets high-level summaries of organizational health and personnel metrics through a chat.
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.
Hurma
Manage your HR processes with employee records, leave tracking, and performance reviews designed for growing teams.
Beisen (iTalentX)
Comprehensive HR cloud platform. manage employees, attendance, and recruitment via AI.
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.
Deel
Manage global contracts, team members, invoices, payments, time-off, and expenses. global HR for AI agents.
Bring your own AI
Change the model, client or framework. Keep WebHR 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 WebHR.
The practical details behind the request, access and result.
How does the WebHR MCP help with my daily HR tasks?
It lets you use natural language to query your employee data. You can ask about attendance, leave balances, or hiring status without having to log into the WebHR dashboard manually.
Can I use the WebHR MCP to see who is currently in the office?
Yes. You can ask your agent to list the latest attendance logs or get a summary of who is clocked in at specific locations.
Does the WebHR MCP support tracking my recruitment pipeline?
It does. You can ask your agent to list open job postings and show you the active candidates currently moving through the hiring stages.
Is it possible to check vacation balances using the WebHR MCP?
Yes. Your agent can pull specific leave requests and check the remaining vacation balances for individual employees.
What kind of organizational data can I get from WebHR?
You can get a full view of your company departments, office locations, and a complete headcount of your organization's employees.
Can I use this to manage internal hiring needs?
Yes. The Connector can list internal job requisitions so you can track internal hiring progress alongside your external job postings.
How do I find my WebHR API Key?
Log in to your WebHR portal, navigate to Setup > API Settings, and generate a new key for your integration.
Can the agent check employee leave balances?
Yes! Use the list_leaves capability to retrieve current leave applications and balance details for employees in your system.
One connection away
Give your agent a direct line to WebHR.
Connect WebHR once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available