How to Use the SuperSaaS MCP in Claude Code
Run headless SuperSaaS workflows from the terminal using claude-code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect SuperSaaS MCP to Claude Code
Create your Vinkius account to connect SuperSaaS to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Terminal SuperSaaS Scheduling
Use a single command to manage your entire SuperSaaS setup. You can run `list_schedules` and pipe the output directly into another script for processing. This works perfectly in CI/CD pipelines. Need to check availability? Your terminal job calls `get_schedule`, processes the JSON, and exits with a clean status code, letting subsequent scripts know if booking is possible.
SuperSaaS MCP Server for User Management
From the command line, you can manage users without any GUI. Run `list_account_users` to get a list of IDs and names. You can then pipe that output into a script that validates every user using `get_user`. This is perfect for nightly batch jobs where you need to audit your entire user base.
Automating SuperSaaS Appointment CRUD
You can build robust shell scripts around the core tools. For example, a script that gets an appointment ID, runs `get_appointment_details`, and then uses `update_appointment` to change its status or notes. If you need bulk cleanup, your job calls `list_appointments` for a given date range, filters them locally, and executes `delete_appointment` on the results. Zero hand-holding required.
Set up SuperSaaS 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 seesupersaas-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest SuperSaaS transactions." It will automatically discover and invoke the available SuperSaaS tools.
claude mcp add --transport http supersaas-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 SuperSaaS MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the SuperSaaS MCP today
We host it, we monitor it, we maintain it. You just paste one token.