Rezzy.

Connect Rezzy to your AI assistant

Ask about your own schedule, clients and numbers in plain language, from the assistant you already use. Read-only: your assistant can look things up, never change them.

The URL

https://app.letsrezzy.com/mcp

Claude on the web or desktop

Settings, Connectors, Add custom connector. Paste the URL above, click Add, then sign in with your Rezzy email and password and click Allow. No token needed.

ChatGPT

Settings, Connectors, Create. Paste the URL above and connect: ChatGPT sends you to the same Rezzy sign-in. Connectors need a paid ChatGPT plan, which is OpenAI's rule, not ours.

Claude Code

Either connect by sign-in:

claude mcp add rezzy --transport http https://app.letsrezzy.com/mcp

Or use a token from Settings, Profile, Rezzy MCP (shown once, treat it like a password):

claude mcp add rezzy --transport http https://app.letsrezzy.com/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Cursor

Settings, MCP, Add new server, then:

{ "mcpServers": { "rezzy": {
    "url": "https://app.letsrezzy.com/mcp",
    "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } }

What your assistant can do

Ask aboutIt sees
The studioYour services, prices, hours and staff
The scheduleAny day or range, bookings and blocked time
ClientsSearch by name, or list who has drifted away
One clientTheir whole visit history and notes
The numbersVisits, revenue, no-shows, top services (owners only)
Money owedPast visits not yet collected (owners only)

A token sees exactly what its owner sees in Rezzy, for their studio only. Every call is logged, and you can revoke a token any time.

Things to try

  1. What does tomorrow look like?
  2. Who has not been in since June?
  3. How did last month compare with the month before?
  4. Who still owes me money?

Fair use

60 requests a minute and 1,000 a day per token. Plenty for asking questions, not enough for bulk export. For exports, use the CSV download in Clients: it is faster and complete.