BookYourPTO MCP is a hosted server that gives AI tools secure access to your BookYourPTO workspace. Built on the Model Context Protocol (MCP) open standard, it lets AI assistants like Claude Code, Cursor, VS Code Copilot, Claude Desktop, and more interact with your HR data.
┌─────────────────┐ SSE ┌──────────────────┐ REST API ┌──────────────────┐
│ AI Client │ ◄──────────────► │ BookYourPTO MCP │ ◄───────────────► │ BookYourPTO API │
│ (Claude, Cursor │ Tool calls & │ Server (hosted) │ Authenticated │ (app.bookyourpto│
│ VS Code, etc.) │ responses │ mcp.bookyourpto │ API requests │ .com) │
└─────────────────┘ │ .com │ └──────────────────┘
└──────────────────┘
mcp.bookyourpto.com/sse via Server-Sent Events (SSE)With BookYourPTO MCP, your AI assistant can:
BookYourPTO MCP provides 28 tools across 9 categories:
| Category | Tools | Description |
|---|---|---|
| Auth | — | OAuth 2.0 browser-based login (automatic) |
| Leaves | 5 | Query, create, approve/reject leave requests, check balances |
| Time Tracking | 3 | Clock in/out, breaks, query entries |
| Expenses | 4 | Query reports, view details, approve/reject |
| Users | 3 | Team members, profiles, departments |
| Organization | 4 | Org info, holidays, dashboard stats, notifications |
| Projects | 3 | List, view details, create tasks |
| Schedules | 3 | Query shifts, create shifts, publish schedules |
| Reports | 2 | Leave and timesheet reports |
See the Tools Reference for complete documentation of every tool and its parameters.
The MCP server also exposes read-only resources that provide context to AI clients:
bypto://org-settings — Organization configuration (timezone, currency, fiscal year)bypto://leave-types — Available leave types and their settingsbypto://team-directory — Team members with roles and departmentsPublic Holidays
Learn how to configure public holidays by location and ensure accurate calendar visibility without affecting leave balances.
Connecting
Step-by-step instructions for connecting your AI tool to BookYourPTO using MCP. Supports Claude Code, Cursor, VS Code, Claude Desktop, Windsurf, and ChatGPT.