Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server host for SSE transport | 0.0.0.0 |
| MCP_PORT | No | Server port for SSE transport | 3000 |
| MCP_SSL_KEY | No | Path to SSL private key file (optional) | |
| MCP_SSL_CERT | No | Path to SSL certificate file (optional) | |
| MCP_TRANSPORT | No | Transport mode (sse for production deployment) | |
| MCP_CORS_ORIGIN | No | CORS origin configuration for SSE transport | |
| MCP_SERVER_NAME | No | The MCP server name | mindbody-mcp |
| MINDBODY_API_KEY | Yes | Your Mindbody API key from the developer portal | |
| MINDBODY_API_URL | No | The Mindbody API URL | https://api.mindbodyonline.com/public/v6 |
| MINDBODY_SITE_ID | Yes | Your Mindbody site ID (use -99 for sandbox testing) | |
| CACHE_TTL_MINUTES | No | Cache time-to-live in minutes | 5 |
| MCP_SERVER_VERSION | No | The MCP server version | 2.0.0 |
| MINDBODY_SOURCE_NAME | Yes | Your Mindbody source name credentials | |
| MINDBODY_SOURCE_PASSWORD | Yes | Your Mindbody source password credentials |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |