Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.jamesrosingmd/zenoti

NPM · ZENOTI-MCP-SERVER · SCANNED AUG 3

MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices

Available components

+8 this week 50 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.6.1, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (50 of 51), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability40
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 880 tokens (~38/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · zenoti-mcp-server

# add to Claude Code
claude mcp add com-jamesrosingmd-zenoti -- npx -y zenoti-mcp-server
# add to Codex CLI
codex mcp add com-jamesrosingmd-zenoti -- npx -y zenoti-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-jamesrosingmd-zenoti": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "zenoti-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-jamesrosingmd-zenoti --command npx --arg -y --arg zenoti-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-jamesrosingmd-zenoti:
    command: "npx"
    args: ["-y", "zenoti-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-jamesrosingmd-zenoti": {
      "command": "npx",
      "args": [
        "-y",
        "zenoti-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +20
    • Known CVEs: unverified → fail security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Malware scan: unverified → pass security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Known CVEs: fail → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −34
    • Known CVEs: fail → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • CVE-2025-66414 no longer affects this package security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Dependency health: partial → unverified functional
    • Licence: MIT functional
  • 28 Jul 26 +18
    • CVE-2025-66414 affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → poor functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 50 packages

50 packages in the resolved dependency tree · 50 deprecated · 14 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~880 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
zenoti-appointments-checkin ~25

Check in an appointment

NameTypeReqDescription
appointment_idstringyes

No output schema declared.

No examples provided.

zenoti-appointments-get ~24

Get detailed appointment information

NameTypeReqDescription
appointment_idstringyes

No output schema declared.

No examples provided.

zenoti-appointments-list ~72

List appointments for a center with filtering options

NameTypeReqDescription
center_idstringyes
datestringyes
guest_idstring
pageinteger
sizeinteger
statusstring
therapist_idstring

No output schema declared.

No examples provided.

zenoti-appointments-noshow ~26

Mark appointment as no-show

NameTypeReqDescription
appointment_idstringyes

No output schema declared.

No examples provided.

zenoti-appointments-progress ~39

Update appointment progress status

NameTypeReqDescription
appointment_idstringyes
service_idstring
statusstringyes

No output schema declared.

No examples provided.

zenoti-availability-slots ~47

Get available slots

NameTypeReqDescription
center_idstringyes
datestringyes
service_idstringyes
therapist_idstring

No output schema declared.

No examples provided.

zenoti-booking-confirm ~29

Confirm booking

NameTypeReqDescription
notesstring
reservation_idstringyes

No output schema declared.

No examples provided.

zenoti-booking-reserve ~56

Reserve a slot

NameTypeReqDescription
center_idstringyes
guest_idstringyes
service_idstringyes
slot_timestringyes
therapist_idstringyes

No output schema declared.

No examples provided.

zenoti-centers-list ~28

List centers

NameTypeReqDescription
pageinteger
sizeinteger

No output schema declared.

No examples provided.

zenoti-feedback-submit ~44

Submit feedback

NameTypeReqDescription
appointment_idstringyes
feedbackstringyes
nps_scoreinteger
ratingintegeryes

No output schema declared.

No examples provided.

zenoti-forms-get ~23

Get form data

NameTypeReqDescription
form_idstringyes

No output schema declared.

No examples provided.

zenoti-forms-list ~25

List forms for an appointment

NameTypeReqDescription
appointment_idstringyes

No output schema declared.

No examples provided.

zenoti-guests-create ~71

Create a new guest

NameTypeReqDescription
center_idstringyes
emailstring
first_namestringyes
genderstring
last_namestringyes
mobile_country_codeinteger
mobile_numberstring

No output schema declared.

No examples provided.

zenoti-guests-get ~23

Get guest details

NameTypeReqDescription
guest_idstringyes

No output schema declared.

No examples provided.

zenoti-guests-search ~53

Search for guests

NameTypeReqDescription
center_idstringyes
pageinteger
search_typestringyes
search_valuestringyes
sizeinteger

No output schema declared.

No examples provided.

zenoti-guests-update ~70

Update guest information

NameTypeReqDescription
emailstring
first_namestring
genderstring
guest_idstringyes
last_namestring
mobile_country_codeinteger
mobile_numberstring

No output schema declared.

No examples provided.

zenoti-invoices-close ~48

Close invoice with payment

NameTypeReqDescription
invoice_idstringyes
payment_amountnumberyes
payment_notesstring
payment_typestringyes

No output schema declared.

No examples provided.

zenoti-invoices-confirm ~23

Confirm an invoice

NameTypeReqDescription
invoice_idstringyes

No output schema declared.

No examples provided.

zenoti-invoices-get ~23

Get invoice details

NameTypeReqDescription
invoice_idstringyes

No output schema declared.

No examples provided.

zenoti-services-get ~30

Get service details

NameTypeReqDescription
center_idstringyes
service_idstringyes

No output schema declared.

No examples provided.

zenoti-services-list ~29

List services

NameTypeReqDescription
category_idstring
center_idstringyes

No output schema declared.

No examples provided.

zenoti-therapists-list ~39

List therapists

NameTypeReqDescription
center_idstringyes
datestring
service_idstring

No output schema declared.

No examples provided.

zenoti-webhooks-subscribe ~33

Subscribe to webhooks

NameTypeReqDescription
callback_urlstringyes
event_typestringyes

No output schema declared.

No examples provided.