How to Use the Wellhub MCP in Claude Code
Run Wellness Reports Headless with Claude Code: Batch processing for Wellhub via terminal scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Wellhub MCP to Claude Code
Create your Vinkius account to connect Wellhub to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Employee Reporting Scripts
Write a shell script that needs to check employee access. You can pipe the output of `check_eligibility` directly into other tools, determining if an employee has sufficient plan tier and access permissions for the batch run. This makes it perfect for CI/CD pipelines: running nightly scripts against thousands of records without needing a graphical interface.
Process Batch Check-Ins via MCP Server
Need to reconcile day-end usage? Use `list_check_ins` in your terminal script. It pulls the gym name, date, time, and plan used for every recorded visit. The output streams directly into a CSV file for accounting. This batch processing capability is vital when managing high volumes of utilization data across multiple locations.
Generate Scheduled Booking Reports
Build a cron job that runs `list_bookings` every morning. The script reads the class name, time, member name, and booking status for all upcoming classes. You can then pipe this output through other CLI utilities to filter for overdue or conflicting bookings before sending an alert email.
Set up Wellhub MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seewellhub-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Wellhub transactions." It will automatically discover and invoke the available Wellhub tools.
claude mcp add --transport http wellhub-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Wellhub MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Wellhub MCP today
We host it, we monitor it, we maintain it. You just paste one token.