payroll-mcp-server
If you are the rightful owner of payroll-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation using TypeScript and Express for payroll management.
view-people
View information about a specific person using employee ID (requires authId and authKey authentication)
view-all-people
View all people with optional filtering and pagination (supports both API authentication with authId/authKey or Partner authentication with partnerKey/clientKey)
getEmployeeInfo
A simplified employee information retrieval tool that returns basic employee data (name, department, role) based on employee ID
calculatePayroll
Calculate payroll for an employee based on hours worked and hourly rate (computes gross pay, 20% tax, and net pay)