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.
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.
- 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
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.
