@coretext-ai/qa-bamboohr-d4e5f6a7-b8c9-4012-a345-456789012345
v1.0.2
Published
MCP server with bamboohr integration
Readme
bamboohr-mcp-server
MCP server with bamboohr integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 15 tools across 1 integrations:
Bamboohr Tools
- bamboohr_get_employee_directory: Get employee directory with basic contact information and job titles
- bamboohr_get_employee: Get detailed information about a specific employee
- bamboohr_add_employee: Add a new employee to the system
- bamboohr_update_employee: Update an existing employee's information
- bamboohr_get_time_off_policies: List all time off policies available in the company
- bamboohr_assign_time_off_policies: Assign time off policies to an employee
- bamboohr_get_time_off_requests: Get time off requests with optional filtering
- bamboohr_add_time_off_request: Add a time off request for an employee
- bamboohr_estimate_future_time_off_balances: Estimate future time off balances for an employee
- bamboohr_get_company_information: Get general company information
- bamboohr_get_company_eins: Get company EIN (Employer Identification Number) information
- bamboohr_get_timesheet_entries: Get timesheet entries for time tracking
- bamboohr_add_timesheet_clock_in: Add a clock-in entry for time tracking
- bamboohr_add_timesheet_clock_out: Add a clock-out entry for time tracking
- bamboohr_generate_custom_report: Generate a custom report with specified fields and filters
Installation
npm install @coretext-ai/qa-bamboohr-d4e5f6a7-b8c9-4012-a345-456789012345Environment Setup
Create a .env file with the following variables:
BAMBOOHR_API_KEY=your_bamboohr_api_key_here
BAMBOOHR_EMAIL=your_bamboohr_email_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"bamboohr-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-bamboohr-d4e5f6a7-b8c9-4012-a345-456789012345"],
"env": {
"BAMBOOHR_API_KEY": "your_bamboohr_api_key_here",
"BAMBOOHR_EMAIL": "your_bamboohr_email_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 02:31:55 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 15
