csainath0210/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.
Tools
Functions exposed to the LLM to take actions
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)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client