intelliHR Connector for AI agents.
10 live capabilities
Manage employee records and HR data with your AI agent.
Waiting for input…
Why people use intelliHR
IntelliHR for automated people management
With the intelliHR MCP, you can just ask your agent to do the heavy lifting. Instead of clicking through menus, you can get a summary of your headcount or a list of skills in seconds. You get your data exactly when you need it, formatted and ready to use.
What Vinkius changes
You get a conversational interface for your entire HR database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Onboarding audit
An HR manager asks the agent to check if all new hires in the engineering department have finished their mandatory training using list_training.
- Real-world use case 02
Talent mapping
A People Ops lead asks for a list of all skills defined in the company to see if they have enough cloud architects for a new project.
- Real-world use case 03
Headcount reporting
An analyst asks the agent to list all currently assigned jobs to see how many roles are filled versus open.
Complete set · 10capabilities
The complete intelliHR capability set.
These are the exact actions your AI can choose when you ask it to work with intelliHR.
01—04
4 capabilities in this set.
Part of 10 available through intelliHR.
- 01 Capability
List jobs
Lists all jobs and positions currently assigned. Use this to see what roles are currently filled.
- 02 Capability
List locations
Lists all registered office locations. This is useful for checking physical work sites quickly.
- 03 Capability
List people
Lists all people in intelliHR. Use this to get a complete view of your entire employee directory.
- 04 Capability
List skills
Lists all skills defined in the organization. This helps you see the talent pool available to you.
05—07
3 capabilities in this set.
Part of 10 available through intelliHR.
- 05 Capability
List training
Lists all employee training and development records. Use this to track team growth and compliance.
- 06 Capability
List users
Lists all users with platform access. Use this to audit who has active accounts in your system.
- 07 Capability
Get person
Retrieves details for a specific person. Use this to get a full profile without searching through a directory.
08—10
3 capabilities in this set.
Part of 10 available through intelliHR.
- 08 Capability
List business entities
Lists all legal business entities. This helps you see your organization's legal structure at a glance.
- 09 Capability
List positions
Lists all defined position titles. This helps you see every role available in the company system.
- 10 Capability
List remuneration
Lists employee remuneration and pay details. Use this to check pay data across your organization.
Set up in minutes
One URL. Then ask intelliHR to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use intelliHR 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_29VLjcroEq4F1I01nHYnfxmXIVk8KYI2xzAEs3s3/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 intelliHR, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable intelliHR for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_29VLjcroEq4F1I01nHYnfxmXIVk8KYI2xzAEs3s3/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 intelliHR URL.
- Step 03
Save and start
Save the connection and enable intelliHR in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"intellihr": {
"url": "https://edge.vinkius.com/vk_preview_29VLjcroEq4F1I01nHYnfxmXIVk8KYI2xzAEs3s3/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 intelliHR
Open Agent mode in chat and ask: "Using intelliHR, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"intellihr": {
"url": "https://edge.vinkius.com/vk_preview_29VLjcroEq4F1I01nHYnfxmXIVk8KYI2xzAEs3s3/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 intelliHR
Ask Copilot: "Using intelliHR, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"intellihr": {
"url": "https://edge.vinkius.com/vk_preview_29VLjcroEq4F1I01nHYnfxmXIVk8KYI2xzAEs3s3/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 intelliHR
Open Cascade and ask: "Using intelliHR, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"intellihr": {
"url": "https://edge.vinkius.com/vk_preview_29VLjcroEq4F1I01nHYnfxmXIVk8KYI2xzAEs3s3/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 intelliHR
Ask Cline: "Using intelliHR, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add intellihr --transport http "https://edge.vinkius.com/vk_preview_29VLjcroEq4F1I01nHYnfxmXIVk8KYI2xzAEs3s3/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 intelliHR
Ask Claude: "Using intelliHR, show me...". 10 tools are ready
Where the request belongs
Work intelliHR can move forward.
This is for HR managers who are tired of manual reporting, People Ops specialists handling large-scale onboarding, and HR analysts who need to query data without building complex exports.
HR Manager
Uses the Connector to quickly check employee training completion rates during quarterly reviews.
People Ops Specialist
Queries office locations and business entities to coordinate remote work logistics.
HR Data Analyst
Pulls remuneration and job assignment data to create headcount reports for leadership.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHurma
Manage your HR processes with employee records, leave tracking, and performance reviews designed for growing teams.
BambooHR
Official HR software automation. manage employee directories, time off requests, and company reports via AI.
Rippling
Manage your workforce via Rippling. list employees, update profiles, and manage departments directly from any AI agent.
SmartHR
Empower your AI to manage employee records, organizational structures, and payrolls directly from your SmartHR workspace.
Humaans
Manage employees, leaves, and organization data via Humaans HRIS API.
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 intelliHR 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 intelliHR.
The practical details behind the request, access and result.
How does the intelliHR MCP help my HR team?
It lets your team ask questions about employees and company data in plain English. Instead of digging through the platform, you can just ask your AI agent to pull reports, check training status, or find specific profiles instantly.
Can I use the intelliHR MCP to see employee pay?
Yes, this Connector can retrieve remuneration and pay details. It's a great way to get a quick overview of pay data across your organization without having to manually export files.
Does the intelliHR MCP work with Claude or Cursor?
Yes, this Connector works with any MCP-compatible client, including Claude, Cursor, and Windsurf. You can connect it through Vinkius to give your AI agent access to your HR data.
Is the intelliHR MCP good for tracking employee growth?
It's perfect for that. You can use it to pull all training and development records, allowing you to see exactly what skills your team is building and who has completed required courses.
Can I use intelliHR MCP to manage my legal entities?
Yes, the Connector can list all legal business entities. This is helpful for high-level organizational planning or when you need to verify which entities are currently registered.
What happens when I connect the intelliHR MCP?
Once connected, your AI agent can perform actions like listing all people, checking office locations, and retrieving job assignments directly from your intelliHR account.
How do I get intelliHR API credentials?
Log in to your intelliHR platform, navigate to Settings > Public API Access Keys, and create a new access key. Note that the key is only displayed once.
What is the 'tenant'?
The tenant is your organisation's unique identifier in intelliHR, usually the subdomain of your login URL (e.g., if you log in at acme.intellihr.net, your tenant is 'acme').
Are sensitive fields like remuneration supported?
Yes, the list_remuneration capability provides access to remuneration data, provided your API Access Key has the necessary system administrator permissions.
One connection away
Give your agent a direct line to intelliHR.
Connect intelliHR once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available