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
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 about | It sees |
|---|---|
| The studio | Your services, prices, hours and staff |
| The schedule | Any day or range, bookings and blocked time |
| Clients | Search by name, or list who has drifted away |
| One client | Their whole visit history and notes |
| The numbers | Visits, revenue, no-shows, top services (owners only) |
| Money owed | Past 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
- What does tomorrow look like?
- Who has not been in since June?
- How did last month compare with the month before?
- 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.