Apideck HRIS MCP connector
Apideck HRIS is a unified API that provides access to human resource information system data across multiple HR platforms through a single interface. The Apideck HRIS MCP connector allows AI agents to manage companies, departments, employees, and time-off requests across connected HR systems. It also supports working with payroll data, employee documents, and organizational structures without requiring platform-specific integrations.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Apideck HRIS MCP connector to perform the following actions:
- Retrieve employee records and organizational data from multiple HRIS platforms in one unified interface
- Create and update employee profiles, departments, and company information across your HRIS
- Track time off requests and employee schedules to manage workforce availability
- Monitor payroll data and employee compensation across different HRIS systems
- Automate employee onboarding by creating new employee records in your HRIS
- Delete outdated company, department, and employee records to maintain data accuracy
- Access job listings and positions to align hiring with organizational structure
Example prompts
Use the following example prompts to invoke Apideck HRIS MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all employees in the engineering department in Apideck HRIS.Create a new employee record for Sarah Chen in Apideck HRIS.List all open time off requests for next month in Apideck HRIS.Get the payroll information for employee ID 12345 in Apideck HRIS.Update the department name from 'Sales' to 'Revenue Operations' in Apideck HRIS.Delete the old company record for Acme Corp in Apideck HRIS.What are all the active jobs we have posted in Apideck HRIS?Retrieve the schedule for all employees in the marketing department in Apideck HRIS.Create a new time off request for vacation starting January 15th in Apideck HRIS.List all companies we have in Apideck HRIS.
Apideck HRIS MCP connector tools
The Apideck HRIS MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| companiesAll | Retrieves a list of all companies in the system. |
| companiesAdd | Creates a new company with the provided information. |
| companiesDelete | Removes a company from the system. |
| companiesOne | Retrieves details for a specific company. |
| companiesUpdate | Modifies information for an existing company. |
| departmentsAll | Retrieves a list of all departments in the system. |
| departmentsAdd | Creates a new department with the provided information. |
| departmentsDelete | Removes a department from the system. |
| departmentsOne | Retrieves details for a specific department. |
| departmentsUpdate | Modifies information for an existing department. |
| employeesAll | Retrieves a list of all employees in the system. |
| employeesAdd | Creates a new employee record with the provided information. |
| employeesDelete | Removes an employee from the system. |
| employeesOne | Retrieves details for a specific employee. |
| employeesUpdate | Modifies information for an existing employee. |
| jobsAll | Retrieves a list of all job positions in the system. |
| jobsOne | Retrieves details for a specific job position. |
| payrollsAll | Retrieves a list of all payroll records in the system. |
| employeePayrollsAll | Retrieves all payroll records for a specific employee. |
| employeePayrollsOne | Retrieves a specific payroll record for an employee. |
| payrollsOne | Retrieves details for a specific payroll record. |
| employeeSchedulesAll | Retrieves all work schedules for a specific employee. |
| timeOffRequestsAll | Retrieves a list of all time off requests in the system. |
| timeOffRequestsAdd | Creates a new time off request with the provided information. |
| timeOffRequestsDelete | Removes a time off request from the system. |
| timeOffRequestsOne | Retrieves details for a specific time off request. |
| timeOffRequestsUpdate | Modifies information for an existing time off request. |