Jake Shore f8e0b3246f feat: Complete Acuity Scheduling MCP server with 40+ tools and 14 React apps
- Full API client with Basic Auth and OAuth2 support
- 40+ tools across 10 categories (appointments, availability, clients, calendars, products, forms, labels, webhooks, coupons, blocks)
- 14 interactive React-based MCP apps for rich UI experiences
- Comprehensive error handling and pagination
- TypeScript implementation with full type definitions
- Complete documentation and examples
2026-02-12 17:41:55 -05:00

12 lines
376 B
Plaintext

# Acuity Scheduling API Credentials
# Get your credentials from: https://secure.acuityscheduling.com/app.php?key=api&action=settings
# Required: Your Acuity User ID
ACUITY_USER_ID=your_user_id_here
# Required: Your Acuity API Key
ACUITY_API_KEY=your_api_key_here
# Optional: OAuth2 Token (if using OAuth2 instead of Basic Auth)
# ACUITY_OAUTH2_TOKEN=your_oauth2_token_here