Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Paylocity MCP server with 49 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Paylocity — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Paylocity MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Paylocity tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Paylocity call.
Tools Discovery →A Paylocity MCP server lets AI agents read and write Paylocity data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Paylocity MCP server ships with 49 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Paylocity's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a paginated list of employees with optional demographic, position, status, and pay rate data.
Retrieve detailed information for a single employee by their ID.
Update existing employee data including personal info, address, tax settings, and direct deposit.
Create a new job code for a company.
Get a list of job codes for a company.
Get a single job code by its code identifier.
Update an existing job code for a company.
Delete a job code from a company.
Create a new deduction for an employee in Paylocity.
Retrieve all deductions for a specific employee.
Update an employee deduction by resourceId.
Delete an employee deduction by code and resourceId.
Create a new earning on an employee record.
Retrieve all active earnings for a specific employee.
Get details for a specific earning code occurrence by resourceId.
Update details for a specific earning code occurrence by resourceId.
Delete a specific earning code occurrence by resourceId.
Create a new employee record in Paylocity with personal info, tax settings, pay rates, and more.
Add a new local tax record for an employee. Requires a valid taxCode configured in your Paylocity company setup.
Retrieve detailed employee information including benefit setup data via WebLink v2 API.
Retrieve company details including name, address, EIN, and configuration settings.
Retrieve all custom field definitions for a specific category.
Retrieve all local tax information for an employee.
Retrieve local tax information for an employee by specific tax code.
Retrieve a list of tax codes for a company.
Retrieve main and additional direct deposit accounts for an employee.
Retrieve a list of pay grades configured for the company.
Retrieve a list of rate codes configured for the company.
Retrieve a list of pay frequency codes configured for the company.
Get all work locations for a company
List employee deductions filtered by deduction code.
Get a specific employee deduction occurrence by deduction code and resourceId.
Retrieve a list of deduction codes for a company.
Retrieve employee pay statement details for a specified year.
Retrieve employee pay statement summary for a specified year.
Retrieve cost center codes and levels for a company.
List employee pay statement details for a specified year and check date. checkDate must be in MM-DD-YYYY format (e.g., 01-01-2024).
Get a list of open shifts not assigned to any employee.
Get a list of all shifts for a company.
Get shifts assigned to a specific employee.
Get a list of position codes for a company.
Retrieve a list of workers compensation codes for a company.
List employee earnings filtered by earning code.
Retrieve a list of earning codes for a company.
Get employee sensitive data information.
Add or update an employee's benefit setup in Paylocity.
Add or update non-primary state tax information for an employee.
Add or update primary state tax information for an employee.
Add or update emergency contact information for an employee.
One endpoint. Any framework. Your agent is talking to Paylocity in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}140+ actions
128+ actions
127+ actions
123+ actions
120+ actions
117+ actions
100+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.