# com.jamesrosingmd/zenoti (npm · zenoti-mcp-server)

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

- Trust score: 50/100 (low)
- Change this week: +8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `zenoti-mcp-server`: 50/100 (this document), [markdown](https://verifymcp.io/servers/com-jamesrosingmd-zenoti/zenoti-mcp-server.md), [page](https://verifymcp.io/servers/com-jamesrosingmd-zenoti/zenoti-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `zenoti-mcp-server`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.6.1, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (50 of 51), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 13 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 40/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 880 tokens (~38/item across 23 items; 23 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-jamesrosingmd-zenoti -- npx -y zenoti-mcp-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-jamesrosingmd-zenoti --command npx --arg -y --arg zenoti-mcp-server
```

### Hermes

```yaml
mcp_servers:
  com-jamesrosingmd-zenoti:
    command: "npx"
    args: ["-y", "zenoti-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "com-jamesrosingmd-zenoti": {
      "command": "npx",
      "args": [
        "-y",
        "zenoti-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 50, +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.

### 2026-08-02 (score 49, +20)

- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 29, −5)

- [security regression] Known CVEs: fail → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 34, +8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 26, −34)

- [security regression] Known CVEs: fail → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] CVE-2025-66414 no longer affects this package
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional] Licence: MIT

### 2026-07-28 (score 60, +18)

- [security regression] CVE-2025-66414 affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (23)

### `zenoti-appointments-list` (~72 tokens)

List appointments for a center with filtering options

Input parameters:

- `center_id` (string, required)
- `date` (string, required)
- `guest_id` (string)
- `page` (integer)
- `size` (integer)
- `status` (string)
- `therapist_id` (string)

### `zenoti-appointments-get` (~24 tokens)

Get detailed appointment information

Input parameters:

- `appointment_id` (string, required)

### `zenoti-appointments-checkin` (~25 tokens)

Check in an appointment

Input parameters:

- `appointment_id` (string, required)

### `zenoti-appointments-noshow` (~26 tokens)

Mark appointment as no-show

Input parameters:

- `appointment_id` (string, required)

### `zenoti-appointments-progress` (~39 tokens)

Update appointment progress status

Input parameters:

- `appointment_id` (string, required)
- `service_id` (string)
- `status` (string, required)

### `zenoti-guests-create` (~71 tokens)

Create a new guest

Input parameters:

- `center_id` (string, required)
- `email` (string)
- `first_name` (string, required)
- `gender` (string)
- `last_name` (string, required)
- `mobile_country_code` (integer)
- `mobile_number` (string)

### `zenoti-guests-search` (~53 tokens)

Search for guests

Input parameters:

- `center_id` (string, required)
- `page` (integer)
- `search_type` (string, required)
- `search_value` (string, required)
- `size` (integer)

### `zenoti-guests-get` (~23 tokens)

Get guest details

Input parameters:

- `guest_id` (string, required)

### `zenoti-guests-update` (~70 tokens)

Update guest information

Input parameters:

- `email` (string)
- `first_name` (string)
- `gender` (string)
- `guest_id` (string, required)
- `last_name` (string)
- `mobile_country_code` (integer)
- `mobile_number` (string)

### `zenoti-forms-list` (~25 tokens)

List forms for an appointment

Input parameters:

- `appointment_id` (string, required)

### `zenoti-forms-get` (~23 tokens)

Get form data

Input parameters:

- `form_id` (string, required)

### `zenoti-feedback-submit` (~44 tokens)

Submit feedback

Input parameters:

- `appointment_id` (string, required)
- `feedback` (string, required)
- `nps_score` (integer)
- `rating` (integer, required)

### `zenoti-invoices-get` (~23 tokens)

Get invoice details

Input parameters:

- `invoice_id` (string, required)

### `zenoti-invoices-confirm` (~23 tokens)

Confirm an invoice

Input parameters:

- `invoice_id` (string, required)

### `zenoti-invoices-close` (~48 tokens)

Close invoice with payment

Input parameters:

- `invoice_id` (string, required)
- `payment_amount` (number, required)
- `payment_notes` (string)
- `payment_type` (string, required)

### `zenoti-services-list` (~29 tokens)

List services

Input parameters:

- `category_id` (string)
- `center_id` (string, required)

### `zenoti-services-get` (~30 tokens)

Get service details

Input parameters:

- `center_id` (string, required)
- `service_id` (string, required)

### `zenoti-therapists-list` (~39 tokens)

List therapists

Input parameters:

- `center_id` (string, required)
- `date` (string)
- `service_id` (string)

### `zenoti-availability-slots` (~47 tokens)

Get available slots

Input parameters:

- `center_id` (string, required)
- `date` (string, required)
- `service_id` (string, required)
- `therapist_id` (string)

### `zenoti-booking-reserve` (~56 tokens)

Reserve a slot

Input parameters:

- `center_id` (string, required)
- `guest_id` (string, required)
- `service_id` (string, required)
- `slot_time` (string, required)
- `therapist_id` (string, required)

### `zenoti-booking-confirm` (~29 tokens)

Confirm booking

Input parameters:

- `notes` (string)
- `reservation_id` (string, required)

### `zenoti-centers-list` (~28 tokens)

List centers

Input parameters:

- `page` (integer)
- `size` (integer)

### `zenoti-webhooks-subscribe` (~33 tokens)

Subscribe to webhooks

Input parameters:

- `callback_url` (string, required)
- `event_type` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-jamesrosingmd-zenoti/zenoti-mcp-server#diagnostics

## Score history

- 2026-08-03: 50
- 2026-08-02: 49
- 2026-08-01: 29
- 2026-07-31: 34
- 2026-07-30: 26
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/zenoti-mcp-server
- Socket report: https://socket.dev/npm/package/zenoti-mcp-server
- Repository: https://github.com/tacit-code/zenoti-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-jamesrosingmd-zenoti/zenoti-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-jamesrosingmd-zenoti/zenoti-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-jamesrosingmd-zenoti/zenoti-mcp-server
