productivity
BambooHR MCP, CLI, and Lua Integration for AI Agents
BambooHR integration docs for AI agents: MCP gateway setup, BambooHR CLI commands, Lua API reference, credentials, and function schemas.BambooHR for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
bamboohr.bamboohr_list_employees | Read read | 0 | List employees from the BambooHR company directory. Returns employee names, job titles, departments, and other directory fields. |
bamboohr.bamboohr_get_employee | Read read | 2 | Get detailed information for a specific BambooHR employee by ID. Optionally specify which fields to retrieve. |
bamboohr.bamboohr_create_employee | Write write | 9 | Create a new employee in BambooHR. Provide employee data such as first name, last name, work email, job title, and department. |
bamboohr.bamboohr_update_employee | Write write | 9 | Update an existing employee in BambooHR. Provide the employee ID and the fields to update. |
bamboohr.bamboohr_list_departments | Read read | 0 | List all departments in the BambooHR company account. |
bamboohr.bamboohr_list_time_off_requests | Read read | 5 | List time-off requests from BambooHR. Optionally filter by date range, status, or employee ID. |
bamboohr.bamboohr_get_time_off_request | Read read | 1 | Get detailed information for a specific BambooHR time-off request by its ID. |
bamboohr.bamboohr_list_reports | Read read | 2 | Generate a custom report from BambooHR. Specify which employee fields to include in the report results. |
bamboohr.bamboohr_get_current_user | Read read | 0 | Get information about the currently authenticated BambooHR user. |