acuity_get_appointment — acuity scheduling MCP Tool
acuity_get_appointment
(acuity get appointment) is one of 18 tools on the
acuity scheduling
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call acuity_get_appointment from your client
- Claude Code acuity scheduling acuity_get_appointment run in your project directory
- Claude Desktop acuity scheduling acuity_get_appointment ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor acuity scheduling acuity_get_appointment ~/.cursor/mcp.json
- VS Code acuity scheduling acuity_get_appointment .vscode/mcp.json
- Zed acuity scheduling acuity_get_appointment ~/.config/zed/settings.json
- Windsurf acuity scheduling acuity_get_appointment ~/.codeium/windsurf/mcp_config.json
- Cline acuity scheduling acuity_get_appointment ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI acuity scheduling acuity_get_appointment ~/.gemini/settings.json
- Grok acuity scheduling acuity_get_appointment .mcp.json (in your project root)
- ChatGPT acuity scheduling acuity_get_appointment Settings → Connectors → Advanced → Developer mode
- Claude.ai acuity scheduling acuity_get_appointment Settings → Connectors → Add custom connector
- LangChain acuity scheduling acuity_get_appointment pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http acuity-scheduling https://acuity-scheduling.usefulapi.io/mcp
Other tools on this server
- acuity_list_appointments
- acuity_list_appointment_types
- acuity_list_calendars
- acuity_availability_dates
- acuity_availability_times
- acuity_availability_classes
- acuity_list_clients
- acuity_list_forms
- acuity_list_products
- acuity_list_orders
- acuity_list_blocks
- acuity_list_labels
- acuity_get_me
- acuity_create_appointment
- acuity_cancel_appointment
- acuity_reschedule_appointment
- acuity_create_client
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.