Winslow MCP — Builders Docs

The Winslow MCP

One server. Every Winslow capability. Connect Claude, ChatGPT, Cursor, Lovable, or any MCP-capable agent to the same API your admin UI uses — full read/write, gated by role, audited on every action.

What is the Winslow MCP?

One protocol, every Winslow capability.

The Winslow MCP server is a Model Context Protocol endpoint that exposes 50+ first-class tools covering employees, payroll, benefits, documents, time off, approvals, custom properties, and your agent runtime. It uses the same authorization layer as the admin UI — agents inherit the role of the API key, not a separate "service" permission.

Supported tools

50+ tools, organized by domain.

Every tool listed below is callable through the MCP endpoint with the auth model described above. Parameter shorthand uses ? for optional, with the most common required params shown first.

Workspace & Identity

Tool

Parameters

Parameters

Employees

Tool

Parameters

Parameters

Organization

Tool

Parameters

Parameters

Employee Documents

Tool

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Benefits

Tool

Parameters

Parameters

Payroll

Tool

Parameters

Parameters

Payroll Adjustments

Tool

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Contractor Invoices

Tool

Parameters

Parameters

Parameters

Parameters

Parameters

Approvals

Tool

Parameters

Parameters

Parameters

Time Off & Holidays

Tool

Parameters

Parameters

Parameters

Terminations

Tool

Parameters

Custom Properties

Tool

Parameters

Parameters

Parameters

Artifacts

Tool

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Parameters

Winslow Events

Tool

Parameters

Parameters

AI & Knowledge Base

Tool

Parameters

Parameters

OAuth App Management

Tool

Parameters

Parameters

Parameters

Feedback

Tool

Parameters

Parameters

API Documentation

Tool

Parameters

Sample prompts

What it looks like in practice.

Real prompts you can drop into Claude or ChatGPT once your MCP is connected. The right-hand side shows the tools the model picks up to answer.

"Who's on PTO next week and is anyone managing more than 8 direct reports?"
→ list_time_off + list_org_chart + list_employees

"Pay everyone in the Boston office a $500 spot bonus on the next payroll."
→ list_employees (filter by office) → create_payroll_adjustment (per employee)

"Find Cooper's signed offer letter and check it's been countersigned."
→ find_employee_documents + get_employee_document_content + set_employee_document_validation

"Build me a dashboard of comp by department for engineering."
→ ask_reporting_question (natural-language) or list_employees + list_departments

"What does our parental leave policy say for someone in NY on the PPO plan?"
→ ask_policy_question (context-aware: pulls plan + state from the asker's record)

Build something in an afternoon.

Point your favorite agent at the MCP and build the People-team tool you've been waiting on procurement for. We'll show you how if you want help — or get out of your way if you don't.