← zovo.one

INDIVIDUAL MCP TOOL

onboarding_hire_add

Add a new hire and return its H-NNNN id: a name, a role and the day they start.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/new-hire-onboarding-tasks

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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-onboarding]
url = "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-onboarding": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-onboarding
Remote MCP URL: https://mcp.zovo.one/mcp/new-hire-onboarding-tasks

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-onboarding": {
      "url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-onboarding": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-onboarding",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
}
MCP Inspector

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

Related tools

  • onboarding_hire_list — Every hire with their role, start date, task counts, percent complete and overdue count.
  • onboarding_task_add — Add one task to a hire's plan and return its K01-style id: the text, who owns it (hr, manager or it) and how many days after the start date it is due.
  • onboarding_task_done — Mark one task on a hire done or skipped, with the day it happened.
  • onboarding_template_apply — Apply a role template to one hire (free) or many (Pro), copying the template's tasks into each hire with the template's version recorded.
  • onboarding_progress — One hire's whole plan: every task with its owner, due date and status, plus the percent complete, the overdue count and what is still outstanding.
  • onboarding_overdue — Every task that is still outstanding past its due date, across all hires or one hire, with how many days late.
  • license_status — Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.
  • license_activate — Turn Pro on for this connection with key, an MCPL1.