MCP server exposing 5 tools for bamboohr.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/bamboohr/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
bamboohr_list_employees — List all employees with directory info. Returns IDs, names, departments, job titles, and contact details.bamboohr_get_employee — Get detailed employee info by ID (e.g., "12345"). Specify fields like firstName, lastName, email, department. Returns requested data.bamboohr_get_directory — Get complete employee directory with names, titles, departments, contact info, and manager assignments for all staff.bamboohr_list_timeoff — Search time-off requests by date range (e.g., "2024-01-01" to "2024-12-31"). Returns approved/pending requests with employee names and absence types.bamboohr_get_employee_files — Get files in an employee's profile by ID. Returns file names, upload dates, and file types.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bamboohr/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io