hr
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.
9 functions 7 read 2 write API key auth
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.
Machine-Readable Metadata
- integration_slug
bamboohr- route_slug
bamboohr- package
bamboohr- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. BambooHR CLIHeadless setup and direct function calls. BambooHR MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
BambooHR MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for BambooHR.
Claude Code BambooHR MCP setup for Claude Code. Cursor BambooHR MCP setup for Cursor. Codex BambooHR MCP setup for Codex. OpenAI Agents BambooHR MCP setup for OpenAI Agents SDK. Claude Agent SDK BambooHR MCP setup for Claude Agent SDK. Vercel AI SDK BambooHR MCP setup for Vercel AI SDK. LangChain BambooHR MCP setup for LangChain. LangGraph BambooHR MCP setup for LangGraph. CrewAI BambooHR MCP setup for CrewAI. MCP clients BambooHR MCP setup for Generic MCP Clients.
BambooHR CLI Matrix
Use these pages for direct BambooHR CLI workflows in scripts, CI, cron, and agent wrappers.
CI BambooHR CLI for CI. Cron Jobs BambooHR CLI for cron jobs. Shell Scripts BambooHR CLI for shell scripts. Headless Automation BambooHR CLI for headless automation. Coding Agents BambooHR CLI for coding agents.
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. |