vespo92/MindbodyMCP
If you are the rightful owner of MindbodyMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Mindbody MCP Server is a high-performance server designed to facilitate interactions between AI assistants and the Mindbody API, specifically for managing fitness and wellness studios.
The Mindbody MCP Server leverages the Model Context Protocol (MCP) to provide a seamless interface for AI assistants to interact with the Mindbody API. Built with Bun, the server offers rapid startup times and efficient performance, making it ideal for real-time applications in the fitness and wellness industry. It supports secure OAuth 2.0 authentication, ensuring that all interactions are protected and credentials are safely managed. The server also includes smart caching mechanisms to optimize API usage and respect rate limits, alongside robust error handling to ensure reliability. With features like auto-retry for transient failures and comprehensive data insights, the Mindbody MCP Server is a powerful tool for studio management.
Features
- Lightning Fast: Built with Bun for 4x faster startup times.
- Secure Authentication: OAuth 2.0 with automatic token refresh.
- Smart Caching: Intelligent caching to respect API rate limits.
- Robust Error Handling: Graceful failures with clear error messages.
- Rich Data: Comprehensive schedule data with summaries and insights.
Usages
claude desktop integration
{ "mcpServers": { "mindbody": { "command": "bun", "args": ["run", "C:\\path\\to\\mindbody-mcp\\src\\index.ts"], "env": { "MINDBODY_API_KEY": "your_api_key", "MINDBODY_SITE_ID": "-99", "MINDBODY_SOURCE_NAME": "your_source_name", "MINDBODY_SOURCE_PASSWORD": "your_source_password" } } } }
Tools
getTeacherSchedule
Retrieves a teacher's class schedule for any date range.