mcpbeat Sign in

Onboarding MCP Server

answering

Onboarding is answering right now. Last checked 6 min ago. It exposes 9 tools. Last commit 22 Sep 2026.

New-hire onboarding: role-based task templates, day-one to day-ninety checklists, completion.

Uptime history 55 hours of history · worst hour 50%
55 hours agonow
97.7%
Uptime 24h
86 of 88 checks
9
Tools
read from the server
198 ms
Response time
average over 24h
0
Stars
last commit 22 Sep 2026

Onboarding does not always answer

Over the last week it answered 98.5% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add onboarding --transport http https://mcp.zovo.one/mcp/onboarding
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "onboarding": {
      "url": "https://mcp.zovo.one/mcp/onboarding"
    }
  }
}
~/.codex/config.toml
[mcp_servers.onboarding]
url = "https://mcp.zovo.one/mcp/onboarding"
.cursor/mcp.json
{
  "mcpServers": {
    "onboarding": {
      "url": "https://mcp.zovo.one/mcp/onboarding"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "onboarding": {
      "url": "https://mcp.zovo.one/mcp/onboarding"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

onboarding
onboarding_hire_add
Add a new hire and return its H-NNNN id: a name, a role and the day they start. The role is a grouping key, lower-cased and hyphenated. Add tasks with onboarding_task_add, or apply a role template with onboarding_template_apply.
onboarding_hire_list
Every hire with their role, start date, task counts, percent complete and overdue count. Filter by role or by a word in the name. Returns at most 500 rows, newest change first.
onboarding_overdue
Every task that is still outstanding past its due date, across all hires or one hire, with how many days late. Returns at most 500 rows, most overdue first.
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. Pass as_csv for a Pro-only CSV export of the plan.
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. The due date is counted from the hire's start date.
onboarding_task_done
Mark one task on a hire done or skipped, with the day it happened. done counts toward the percent complete; skipped is a deliberate dismissal and never counts as done. A task can be set back to todo to reopen it.
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. Editing the template afterwards never changes a hire already under way. If no template exists for the role, one is created from the tasks you pass.
license
license_activate
Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.
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. Call it to explain a free-tier refusal. No arguments, nothing changes.

Endpoints

URLTransportStateLatencyChecked
https://mcp.zovo.one/mcp/onboarding streamable-http answering 68 ms 6 min ago

Alternatives to Onboarding

same job, measured the same way
Onboarding Checklist Inspection Runs
by theluckystrike

Onboarding and inspection checklists you reuse: dated runs, who ticked what, and a sign-off.

local only
TARGET Checklist MCP
by blackswancausallabs

Score how completely a target-trial-emulation study reports what the TARGET guideline requires.

129 installs/wk local only
Planner MCP — provable "done" for AI agents
by monopoly-gold-planner

Goal and task planning MCP for Codex and AI agents, with evidence-backed completion.

43 tools answering
Done Bear
by donebear

Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.

15 tools answering
Imperium Manifold
by cohereon-manifold

Lightning-gated Cohereon Doctrine v6.1. 398 components, tiered pricing, agent onboarding.

27 tools answering
Taxact MCP
by taxact

Tax filing guidance, cost comparison, document checklists, and refund estimates by TaxAct.

8 tools answering
HiringCensus
by hiringcensus

Is this company actually hiring, or is the board just still up? Real dates on 187,923 roles.

6 tools answering
chat-recall
by munhq

One searchable history across every AI coding tool, with secret scanning and a shared task board.

407 installs/wk answering

Onboarding — questions

Answers built from our own checks of this server.

What can Onboarding do?
It exposes 9 tools, read directly from the server on our last check. Among them: license_activate, license_status, onboarding_hire_add, onboarding_hire_list, onboarding_overdue, onboarding_progress and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Onboarding mostly used for?
Its tools cluster around onboarding and license. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Onboarding working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 86 of 88 checks got a reply (97.7%), average response time 198 ms. The bar chart above shows every period we have measured.
How do I connect Onboarding?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Onboarding need an API key?
No. Onboarding completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Onboarding?
It answers our handshake in 198 ms on average, which is faster than 73% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Onboarding open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.