mcpbeat

Acuity Scheduling MCP Server

io.usefulapi/acuity-scheduling
not responding

Acuity Scheduling is listed as active in the registry but did not answer our last check. It exposes 18 tools. Last commit 1 Aug 2026.

Read appointments, types, calendars and availability; create, cancel or reschedule bookings.

Uptime history 40 hours of history · worst hour 0%
40 hours agonow
16.5%
Uptime 24h
15 of 91 checks
18
Tools
read from the server
177 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add acuity-scheduling --transport http https://acuity-scheduling.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "acuity-scheduling": {
      "url": "https://acuity-scheduling.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.acuity-scheduling]
url = "https://acuity-scheduling.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "acuity-scheduling": {
      "url": "https://acuity-scheduling.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "acuity-scheduling": {
      "url": "https://acuity-scheduling.usefulapi.io/mcp"
    }
  }
}

Available tools 18

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

acuity
acuity_availability_classes
List group class time slots (for class-type appointment types) in a month. Acuity REST: GET /availability/classes.
acuity_availability_dates
List dates in a month that have availability for an appointment type. Acuity REST: GET /availability/dates.
acuity_availability_times
List available time slots on a given date for an appointment type. Acuity REST: GET /availability/times.
acuity_cancel_appointment
CANCELS an existing appointment. This MODIFIES the calendar and, unless suppressed, may send cancellation emails. Acuity REST: PUT /appointments/{id}/cancel.
acuity_create_appointment
CREATES a new appointment (books a client into a time slot). This MODIFIES the calendar and, unless suppressed, may send confirmation emails. Acuity REST: POST /appointments.
acuity_create_client
CREATES a new client record in the account's client list. This ADDS data to the account. Acuity REST: POST /clients.
acuity_get_appointment
Get a single appointment by its id. Acuity REST: GET /appointments/{id}.
acuity_get_me
Get the authenticated Acuity account's profile (name, email, timezone, plan, currency). Acuity REST: GET /me.
acuity_list_appointment_types
List the account's appointment types (services and classes), including price, duration and calendars. Acuity REST: GET /appointment-types.
acuity_list_appointments
List appointments scheduled on the account, with optional filters. Acuity REST: GET /appointments.
acuity_list_blocks
List blocked-off (unavailable) time ranges on the account's calendars. Acuity REST: GET /blocks.
acuity_list_calendars
List the account's calendars (staff/resources appointments can be booked on). Acuity REST: GET /calendars.
acuity_list_clients
List clients on the account, optionally filtered by a search string (name/email/phone). Acuity REST: GET /clients.
acuity_list_forms
List the account's custom intake forms and their fields. Acuity REST: GET /forms.
acuity_list_labels
List the appointment labels (colored tags) defined on the account. Acuity REST: GET /labels.
acuity_list_orders
List store orders (product / package / gift-certificate purchases). Acuity REST: GET /orders.
acuity_list_products
List the account's products / packages / gift certificates for sale. Acuity REST: GET /products.
acuity_reschedule_appointment
RESCHEDULES an existing appointment to a new time (and optionally a new calendar). This MODIFIES the calendar and, unless suppressed, may send update emails. Acuity REST: PUT /appointments/{id}/reschedule.

Endpoints

URLTransportStateLatencyChecked
https://acuity-scheduling.usefulapi.io/mcp streamable-http answering 46 ms 9 min ago

Acuity Scheduling — questions

Answers built from our own checks of this server.

What can Acuity Scheduling do?
It exposes 18 tools, read directly from the server on our last check. Among them: acuity_availability_classes, acuity_availability_dates, acuity_availability_times, acuity_cancel_appointment, acuity_create_appointment, acuity_create_client and 12 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Acuity Scheduling working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 15 of 91 checks got a reply (16.5%), average response time 177 ms. The bar chart above shows every period we have measured.
The registry lists Acuity Scheduling as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Acuity Scheduling?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Acuity Scheduling need an API key?
No. Acuity Scheduling completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 18 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Acuity Scheduling?
It answers our handshake in 177 ms on average, which is faster than 67% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Acuity Scheduling open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.