MindbodyMCP
Verified Safeby vespo92
Overview
This server provides AI assistants with tools to manage a fitness and wellness studio using the Mindbody API, covering class, client, staff, sales, site operations, appointments, and enrollments.
Installation
npx @vespo92/mindbody-mcpEnvironment Variables
- MINDBODY_API_KEY
- MINDBODY_SITE_ID
- MINDBODY_SOURCE_NAME
- MINDBODY_SOURCE_PASSWORD
Security Notes
The server handles API credentials via environment variables and uses OAuth 2.0 with automatic token refresh, which are good practices. It relies on `axios` for HTTP requests, which is generally secure. The SSE transport defaults to `enableDnsRebindingProtection: false` but warns that it should be set to `true` with `allowedHosts` in production, which is a minor risk if not properly configured. No 'eval' or direct arbitrary code execution patterns were found.
Similar Servers
mcp
Build and expose AI-compatible servers for Laravel applications using the Model Context Protocol, enabling AI clients to interact with application logic.
grafana-ui-mcp-server
Provides AI assistants with comprehensive access to Grafana UI components, documentation, design system tokens, and metadata for building observability interfaces.
stock_intelligence_mcp
An MCP server that enables AI agents to access and analyze Yahoo Finance data for stock intelligence, providing financial insights and recommendations.
expenselm-mcp-server
This server likely functions as a backend API for an expense management system, potentially integrating with or serving an expense-specific language model.