Skip to main content
Feedback

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.

ToolDescription
companiesAllRetrieves a list of all companies in the system.
companiesAddCreates a new company with the provided information.
companiesDeleteRemoves a company from the system.
companiesOneRetrieves details for a specific company.
companiesUpdateModifies information for an existing company.
departmentsAllRetrieves a list of all departments in the system.
departmentsAddCreates a new department with the provided information.
departmentsDeleteRemoves a department from the system.
departmentsOneRetrieves details for a specific department.
departmentsUpdateModifies information for an existing department.
employeesAllRetrieves a list of all employees in the system.
employeesAddCreates a new employee record with the provided information.
employeesDeleteRemoves an employee from the system.
employeesOneRetrieves details for a specific employee.
employeesUpdateModifies information for an existing employee.
jobsAllRetrieves a list of all job positions in the system.
jobsOneRetrieves details for a specific job position.
payrollsAllRetrieves a list of all payroll records in the system.
employeePayrollsAllRetrieves all payroll records for a specific employee.
employeePayrollsOneRetrieves a specific payroll record for an employee.
payrollsOneRetrieves details for a specific payroll record.
employeeSchedulesAllRetrieves all work schedules for a specific employee.
timeOffRequestsAllRetrieves a list of all time off requests in the system.
timeOffRequestsAddCreates a new time off request with the provided information.
timeOffRequestsDeleteRemoves a time off request from the system.
timeOffRequestsOneRetrieves details for a specific time off request.
timeOffRequestsUpdateModifies information for an existing time off request.
On this Page