Install
openclaw skills install @b-gutman/pipeworx-bamboohrAccess and manage BambooHR employee data, including directory, individual profiles, time-off requests, and employee files via API.
openclaw skills install @b-gutman/pipeworx-bamboohrBambooHR MCP Pack — wraps the BambooHR API v1
List all employees with directory info. Returns IDs, names, departments, job titles, and contact det
Get detailed employee info by ID (e.g., "12345"). Specify fields like firstName, lastName, email, de
Get complete employee directory with names, titles, departments, contact info, and manager assignmen
Search time-off requests by date range (e.g., "2024-01-01" to "2024-12-31"). Returns approved/pendin
Get files in an employee's profile by ID. Returns file names, upload dates, and file types.
{
"mcpServers": {
"bamboohr": {
"url": "https://gateway.pipeworx.io/bamboohr/mcp"
}
}
}