← zovo.one

INDIVIDUAL MCP TOOL

leave_request

Create a leave or PTO request and return its LV-NNNN id.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/leave-pto-requests-approvals

No auth detected

Connect to this endpoint to inspect the live schema for leave_request and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

zovo.one

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-leave]
url = "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-leave": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-leave
Remote MCP URL: https://mcp.zovo.one/mcp/leave-pto-requests-approvals

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-leave": {
      "url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-leave": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-leave",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • leave_employee_add — Add an employee to the leave tracker and return their EMP-NNNN id.
  • leave_approve — Approve a pending leave request by id.
  • leave_reject — Reject or cancel a leave request by id.
  • leave_balance — Show one employee's leave balance: allowance + carried-over, minus approved and pending, as whole days plus a possible half day.
  • leave_out_range — Who is out in a date range: start and end are inclusive YYYY-MM-DD.
  • leave_list — List all employees, or all leave requests (optionally filtered by employee and/or status).
  • leave_import — Pro.
  • leave_export_ics — Pro.