Labsco
MCP SERVER

Paylocity

by mz462

Pull employee, earnings, tax and pay statement data out of Paylocity for the companies you configure.

HR, Recruiting & Workforce
Summary
Payroll records become answerable questions.

It reads: employees, earnings, local taxes, pay statements and the code lists that decode them. Because the company IDs are fixed in configuration, the set of records an assistant can reach is decided before it starts rather than per call.

What it is

A read server over the Paylocity API. Six tools fetch employees, their details, earnings, local taxes and pay statements, plus the company code lists those records refer to. The same data is also addressable through a paylocity:// resource scheme.

What you get
  • Every employee for a company
  • Details for a specific employee
  • Earnings data for an employee
  • Local taxes for an employee
  • Pay statement details for a given year and check date
  • Company codes for a named code resource
  • The same records reachable as paylocity:// resources
Requirements

Paylocity API credentials - a client ID and secret - plus the company IDs you want reachable and which API environment to use, production or testing. All are set as environment variables.