payroll-mcp-server
1
This project is a TypeScript-based Model Context Protocol (MCP) server designed for payroll management, enabling AI models to interact with external systems in a standardized way. It offers tools for managing employee information and payroll, and includes support for API and partner authentication.
view-people
View specific employee details (authId and authKey certification required)
view-all-people
View all employee information, support filtering and paging (support API certification or partner certification)
getEmployeeInfo
Obtain basic employee information (name, department, role)
calculatePayroll
Calculate employee salary (based on work hours and hourly rates)