Vinkius
SuperSaaS logo
Vinkius
Vinkius runs on CrewAI

How to Use the SuperSaaS MCP in CrewAI

Autonomous operations with SuperSaaS: Build collaborative scheduling teams using crewai.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

SuperSaaS MCP on Cursor AI Code Editor MCP Client SuperSaaS MCP on Claude Desktop App MCP Integration SuperSaaS MCP on OpenAI Agents SDK MCP Compatible SuperSaaS MCP on Visual Studio Code MCP Extension Client SuperSaaS MCP on GitHub Copilot AI Agent MCP Integration SuperSaaS MCP on Google Gemini AI MCP Integration SuperSaaS MCP on Lovable AI Development MCP Client SuperSaaS MCP on Mistral AI Agents MCP Compatible SuperSaaS MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect SuperSaaS MCP to CrewAI

Create your Vinkius account to connect SuperSaaS to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Coordinating Availability Checks

You can set up a Research Agent to call `list_schedules` first. Then, assign the result to an Analysis Agent which uses `get_schedule` for specific times. This lets your crew figure out complex availability windows autonomously. The collaboration allows one agent to gather all the data points before the final Action Agent even attempts the booking.

Managing the Booking Lifecycle

Designate a Coordinator Agent to call `get_appointment_details` for verification. Once verified, an Execution Agent can run `create_appointment`. This multi-step handoff ensures every piece of data is checked by a specialized role. A cleanup task can be given to another agent that calls `delete_appointment` and logs the action via `list_changes`, completing the operation cycle.

User and System Auditing

Assign an Audit Agent to run `list_account_users` and feed that list into a second agent which calls `get_user` for deep dives. This simulates a full audit of all system users. Another workflow involves querying the system state by having one agent call `list_appointments` while another checks overall schedules using `list_schedules`.

Setup guide

Set up SuperSaaS MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke SuperSaaS tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="SuperSaaS Analyst",
    goal="Access and analyze SuperSaaS data via MCP.",
    backstory="Expert analyst with direct SuperSaaS access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent SuperSaaS transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

You define roles. One agent gets the schedule list (`list_schedules`), and a second, specialized agent uses `get_schedule` to validate specific times before a third agent attempts booking.
Yes. You can set up an Accounting Agent that first checks the balance using `get_account_balance`. Only if this agent confirms sufficient funds does a separate Scheduling Agent proceed.
It's designed for it. You pass multiple MCP tools to the crew, letting different specialized agents collaborate on solving one large business problem autonomously.
The framework supports sequential or hierarchical execution paths. If an agent's tool call fails, you can define fallback procedures for the next collaborating agent to handle gracefully.
This server handles user accounts and financial balances. The `get_account_balance` tool is used to verify the current account credit balance before any high-value operation takes place.

Start using the SuperSaaS MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 11 tools

We've already built the connector for SuperSaaS. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 11 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.