mcpbeat Sign in

Acuity Scheduling MCP Server

answering

Acuity Scheduling is answering right now. Last checked 10 min ago. It exposes 18 tools. Last commit 1 Sep 2026.

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

Uptime history 47 days of history · worst day 10%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
18
Tools
read from the server
172 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

What the code does

We read the source, 21 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime portal/index.html:231
        results.innerHTML = order.map(function (g) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 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 193 ms 10 min ago

Alternatives to Acuity Scheduling

same job, measured the same way
Kirah Local Services
by kirubel

Discover local services and availability, then create, track, reschedule, or cancel bookings.

10 tools answering
Marketplace
by bookingmaven

Book, reschedule and cancel appointments at any business on the BookingMaven marketplace.

11 tools answering
MCP Server Cal
by aiwerk

Cal.com scheduling MCP server: manage bookings, event types, and availability.

55 installs/wk local only
Astrocal
by astrocal

AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP

82 installs/wk answering
Easytable MCP
by chrischall

easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings

487 installs/wk local only
Novacal MCP Server
by ste7

Manage Novacal event types, availability, and bookings.

answering
Reservations
by tehprof-booking

Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.

8 tools answering
Google Calendar MCP
by mmedum

Google Calendar over MCP: calendars, events, recurrence and availability.

local only

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 91 of 91 checks got a reply (100.0%), average response time 172 ms. The bar chart above shows every period we have measured.
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 172 ms on average, which is faster than 72% 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.