Sapling (Kallidus) Connector for AI agents.
10 live capabilities
Manage HR onboarding and employee records directly through your AI client.
Waiting for input…
Why people use Sapling (Kallidus)
Sapling (Kallidus) for Automated HR Onboarding
This Connector lets your AI agent do the heavy lifting. You can ask for a summary of all pending tasks or a list of employees in a specific location, and the agent pulls it instantly. You get a clear view of your people without the tab fatigue.
What Vinkius changes
You get a direct line from your AI to your HR data without manual searching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking new hire status
An HR manager asks for a status update on all new hires.
- Real-world use case 02
Preparing an audit
An auditor needs a list of all job titles and office locations.
- Real-world use case 03
Managing employee exits
An IT admin asks for the offboarding checklist for a departing staff member.
Complete set · 10capabilities
The complete Sapling (Kallidus) capability set.
These are the exact actions your AI can choose when you ask it to work with Sapling (Kallidus).
01—04
4 capabilities in this set.
Part of 10 available through Sapling (Kallidus).
- 01 Capability
List job titles
View all configured job titles to keep your records standardized.
- 02 Capability
Get account
Check if your connection to Sapling is active and see your account settings.
- 03 Capability
Get employee
Pull deep history and custom attributes for a specific team member.
- 04 Capability
List departments
See every department defined in your company structure for easier mapping.
05—07
3 capabilities in this set.
Part of 10 available through Sapling (Kallidus).
- 05 Capability
List employees
Get a full list of names, emails, and IDs for HR auditing.
- 06 Capability
List groups
See all custom employee groups you've created.
- 07 Capability
List onboarding tasks
Monitor the progress of new hire integrations with a full task list.
08—10
3 capabilities in this set.
Part of 10 available through Sapling (Kallidus).
- 08 Capability
List teams
See all internal teams to understand your organization beyond departments.
- 09 Capability
List locations
See every office location to audit site-based employee distribution.
- 10 Capability
List offboarding tasks
View all offboarding tasks to ensure a secure and compliant exit.
Set up in minutes
One URL. Then ask Sapling (Kallidus) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sapling (Kallidus) 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_A94Ntd28QVepVlJha7bs9RmipUCoFyQjlRaEaEL5/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 Sapling (Kallidus), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sapling (Kallidus) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_A94Ntd28QVepVlJha7bs9RmipUCoFyQjlRaEaEL5/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 Sapling (Kallidus) URL.
- Step 03
Save and start
Save the connection and enable Sapling (Kallidus) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sapling-kallidus": {
"url": "https://edge.vinkius.com/vk_preview_A94Ntd28QVepVlJha7bs9RmipUCoFyQjlRaEaEL5/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 Sapling (Kallidus)
Open Agent mode in chat and ask: "Using Sapling (Kallidus), help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sapling-kallidus": {
"url": "https://edge.vinkius.com/vk_preview_A94Ntd28QVepVlJha7bs9RmipUCoFyQjlRaEaEL5/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 Sapling (Kallidus)
Ask Copilot: "Using Sapling (Kallidus), help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sapling-kallidus": {
"url": "https://edge.vinkius.com/vk_preview_A94Ntd28QVepVlJha7bs9RmipUCoFyQjlRaEaEL5/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 Sapling (Kallidus)
Open Cascade and ask: "Using Sapling (Kallidus), help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sapling-kallidus": {
"url": "https://edge.vinkius.com/vk_preview_A94Ntd28QVepVlJha7bs9RmipUCoFyQjlRaEaEL5/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 Sapling (Kallidus)
Ask Cline: "Using Sapling (Kallidus), help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sapling-kallidus --transport http "https://edge.vinkius.com/vk_preview_A94Ntd28QVepVlJha7bs9RmipUCoFyQjlRaEaEL5/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 Sapling (Kallidus)
Ask Claude: "Using Sapling (Kallidus), show me...". 10 tools are ready
Where the request belongs
Work Sapling can move forward.
HR managers who are tired of manual data entry and ops leads who need to see the big picture of team distribution without digging through a messy UI.
HR Generalist
Uses this on Tuesday afternoons to check which new hires are lagging on their onboarding tasks.
IT Admin
Uses this to quickly pull offboarding tasks to ensure all company assets are recovered.
Ops Manager
Uses this to audit team structures and office locations for headcount planning.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPersonio
Orchestrate HR logistics via Personio. manage workforce lists, track specific absences, log attendances securely, and evaluate custom attributes structurally via AI.
BambooHR
Human Resources management platform. organize employee data, track time off, and audit HR workflows via AI.
SmartHR
Empower your AI to manage employee records, organizational structures, and payrolls directly from your SmartHR workspace.
Rippling
Manage your workforce via Rippling. list employees, update profiles, and manage departments directly from any AI agent.
Humanity
Manage workforce scheduling, employee shifts, and team communication via Humanity. list employees, manage locations, and track shifts directly from any AI agent.
Hurma
Manage your HR processes with employee records, leave tracking, and performance reviews designed for growing teams.
Bring your own AI
Change the model, client or framework. Keep Sapling 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 Sapling.
The practical details behind the request, access and result.
Can Sapling (Kallidus) MCP help with new hire paperwork?
Yes, it allows your AI agent to see all onboarding tasks. This helps you monitor progress and ensure every new hire completes their required training and paperwork.
Can I use Sapling (Kallidus) MCP to see where my team is located?
Yes, you can ask for a list of office locations and see which employees are assigned to them, making it easier to plan for hybrid work or office events.
Does Sapling (Kallidus) MCP allow me to edit employee salaries?
No, this Connector is designed for reading and auditing data. You should use the Sapling web dashboard to make sensitive changes like salary updates or contract edits.
How do I check off a task with Sapling (Kallidus) MCP?
This Connector is used to view and monitor tasks. To check off a completed task or update a status, you'll need to use the Sapling web interface.
Can I get a list of all departments using Sapling (Kallidus) MCP?
Yes, your AI agent can pull a full list of all departments defined in your Sapling account to help you map out the company structure.
Is Sapling (Kallidus) MCP good for auditing employee roles?
Yes, it's great for auditing. You can quickly pull a list of all job titles and employee profiles to ensure your records are consistent and up to date.
How do I get Sapling API credentials?
Log in to your Sapling account and navigate to the API settings in your admin dashboard to generate an API Key.
Does it support onboarding and offboarding tasks?
Yes, you can list both onboarding and offboarding tasks using the corresponding capabilities in this Connector.
Can I see employee profiles?
Yes, the list_employees and get_employee capabilities provide access to comprehensive personnel data.
One connection away
Give your agent a direct line to Sapling.
Connect Sapling once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available