Serverscom.jamesrosingmd/zenoti
Z

com.jamesrosingmd/zenoti

com.jamesrosingmd/zenoti · v1.0.0
▦ npm
v1.0.0npm npm: zenoti-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.jamesrosingmd/zenoti",
  "description": "MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices",
  "repository": {
    "url": "https://github.com/tacit-code/zenoti-mcp-server",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "zenoti-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Zenoti API key from Org Settings → API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ZENOTI_API_KEY"
        },
        {
          "description": "Zenoti API base URL (e.g. https://api.zenoti.com/v1)",
          "isRequired": true,
          "format": "string",
          "name": "ZENOTI_API_URL"
        },
        {
          "description": "Center/location identifier",
          "isRequired": true,
          "format": "string",
          "name": "ZENOTI_CENTER_ID"
        },
        {
          "description": "Organization identifier",
          "isRequired": true,
          "format": "string",
          "name": "ZENOTI_ORG_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}