com.jamesrosingmd/zenoti
NPM · ZENOTI-MCP-SERVER · SCANNED AUG 3
MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 13 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add com-jamesrosingmd-zenoti -- npx -y zenoti-mcp-server
codex mcp add com-jamesrosingmd-zenoti -- npx -y zenoti-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-jamesrosingmd-zenoti": {
"type": "local",
"command": [
"npx",
"-y",
"zenoti-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-jamesrosingmd-zenoti --command npx --arg -y --arg zenoti-mcp-server
mcp_servers:
com-jamesrosingmd-zenoti:
command: "npx"
args: ["-y", "zenoti-mcp-server"] {
"mcpServers": {
"com-jamesrosingmd-zenoti": {
"command": "npx",
"args": [
"-y",
"zenoti-mcp-server"
]
}
}
} 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.
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.
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.
zenoti-appointments-checkin ~25
Check in an appointment
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-appointments-get ~24
Get detailed appointment information
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-appointments-list ~72
List appointments for a center with filtering options
| Name | Type | Req | Description |
|---|---|---|---|
| center_id | string | yes | — |
| date | string | yes | — |
| guest_id | string | — | — |
| page | integer | — | — |
| size | integer | — | — |
| status | string | — | — |
| therapist_id | string | — | — |
No output schema declared.
No examples provided.
zenoti-appointments-noshow ~26
Mark appointment as no-show
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-appointments-progress ~39
Update appointment progress status
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_id | string | yes | — |
| service_id | string | — | — |
| status | string | yes | — |
No output schema declared.
No examples provided.
zenoti-availability-slots ~47
Get available slots
| Name | Type | Req | Description |
|---|---|---|---|
| center_id | string | yes | — |
| date | string | yes | — |
| service_id | string | yes | — |
| therapist_id | string | — | — |
No output schema declared.
No examples provided.
zenoti-booking-confirm ~29
Confirm booking
| Name | Type | Req | Description |
|---|---|---|---|
| notes | string | — | — |
| reservation_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-booking-reserve ~56
Reserve a slot
| Name | Type | Req | Description |
|---|---|---|---|
| center_id | string | yes | — |
| guest_id | string | yes | — |
| service_id | string | yes | — |
| slot_time | string | yes | — |
| therapist_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-centers-list ~28
List centers
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | — |
| size | integer | — | — |
No output schema declared.
No examples provided.
zenoti-feedback-submit ~44
Submit feedback
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_id | string | yes | — |
| feedback | string | yes | — |
| nps_score | integer | — | — |
| rating | integer | yes | — |
No output schema declared.
No examples provided.
zenoti-forms-get ~23
Get form data
| Name | Type | Req | Description |
|---|---|---|---|
| form_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-forms-list ~25
List forms for an appointment
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-guests-create ~71
Create a new guest
| Name | Type | Req | Description |
|---|---|---|---|
| center_id | string | yes | — |
| string | — | — | |
| first_name | string | yes | — |
| gender | string | — | — |
| last_name | string | yes | — |
| mobile_country_code | integer | — | — |
| mobile_number | string | — | — |
No output schema declared.
No examples provided.
zenoti-guests-get ~23
Get guest details
| Name | Type | Req | Description |
|---|---|---|---|
| guest_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-guests-search ~53
Search for guests
| Name | Type | Req | Description |
|---|---|---|---|
| center_id | string | yes | — |
| page | integer | — | — |
| search_type | string | yes | — |
| search_value | string | yes | — |
| size | integer | — | — |
No output schema declared.
No examples provided.
zenoti-guests-update ~70
Update guest information
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | — | |
| first_name | string | — | — |
| gender | string | — | — |
| guest_id | string | yes | — |
| last_name | string | — | — |
| mobile_country_code | integer | — | — |
| mobile_number | string | — | — |
No output schema declared.
No examples provided.
zenoti-invoices-close ~48
Close invoice with payment
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_id | string | yes | — |
| payment_amount | number | yes | — |
| payment_notes | string | — | — |
| payment_type | string | yes | — |
No output schema declared.
No examples provided.
zenoti-invoices-confirm ~23
Confirm an invoice
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-invoices-get ~23
Get invoice details
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-services-get ~30
Get service details
| Name | Type | Req | Description |
|---|---|---|---|
| center_id | string | yes | — |
| service_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-services-list ~29
List services
| Name | Type | Req | Description |
|---|---|---|---|
| category_id | string | — | — |
| center_id | string | yes | — |
No output schema declared.
No examples provided.
zenoti-therapists-list ~39
List therapists
| Name | Type | Req | Description |
|---|---|---|---|
| center_id | string | yes | — |
| date | string | — | — |
| service_id | string | — | — |
No output schema declared.
No examples provided.
zenoti-webhooks-subscribe ~33
Subscribe to webhooks
| Name | Type | Req | Description |
|---|---|---|---|
| callback_url | string | yes | — |
| event_type | string | yes | — |
No output schema declared.
No examples provided.