MCP Hub
Back to servers

Bamboohr

BambooHR MCP Pack — wraps the BambooHR API v1

Registry
Updated
Apr 15, 2026

mcp-bamboohr

BambooHR MCP Pack — wraps the BambooHR API v1

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
bamboohr_list_employeesList employees from BambooHR. Returns a directory of all employees.
bamboohr_get_employeeGet details for a specific employee by ID. Specify which fields to retrieve.
bamboohr_get_directoryGet the employee directory from BambooHR with basic info for all employees.
bamboohr_list_timeoffList time-off requests within a date range.
bamboohr_get_employee_filesGet a list of files associated with an employee.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "bamboohr": {
      "url": "https://gateway.pipeworx.io/bamboohr/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use bamboohr

License

MIT

Reviews

No reviews yet

Sign in to write a review