4,500+ servers built on MCP Fusion
Vinkius
ClubPlanner logo
Vinkius
CrewAI logo

How to Use the ClubPlanner MCP in CrewAI

Deploy a collaborative crew of AI agents in CrewAI to run your gym operations, sales follow-ups, and front-desk scheduling.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

ClubPlanner MCP on Cursor AI Code Editor MCP Client ClubPlanner MCP on Claude Desktop App MCP Integration ClubPlanner MCP on OpenAI Agents SDK MCP Compatible ClubPlanner MCP on Visual Studio Code MCP Extension Client ClubPlanner MCP on GitHub Copilot AI Agent MCP Integration ClubPlanner MCP on Google Gemini AI MCP Integration ClubPlanner MCP on Lovable AI Development MCP Client ClubPlanner MCP on Mistral AI Agents MCP Compatible ClubPlanner MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect ClubPlanner MCP to CrewAI

Create your Vinkius account to connect ClubPlanner to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Gym Sales Pipelines

Set up a CrewAI team where specialized agents handle different parts of your gym's sales funnel. An outreach agent reads `list_prospects` from ClubPlanner, a qualification agent analyzes their interest, and a closer agent runs `create_prospect` to lock in the lead. Because these CrewAI agents share memory, they pass gym prospect context along without losing details. Your sales team gets fully qualified leads registered in the ClubPlanner database without any manual data entry.

Autonomous Front-Desk Operations with MCP Server

Run a digital front desk in CrewAI that coordinates member check-ins and schedules trainers. One CrewAI agent monitors check-ins via `list_checkins` while another cross-references the schedule using `list_appointments`. If a trainer is double-booked, the supervisor CrewAI agent assigns a new staff member from the `list_staff` pool. They coordinate these ClubPlanner logistics autonomously, keeping your gym floor running smoothly.

Automated Membership Audits

Audit your ClubPlanner database by running a CrewAI team that matches active member accounts with their financial agreements. A CrewAI compliance agent pulls the roster via `list_members` and hands it to a billing agent who checks `list_contracts` using this MCP integration. When the CrewAI agents detect an active member without a valid contract, they flag the account for review. You can restrict which ClubPlanner tools this crew can access by using `tool_filter` in your CrewAI configuration.

Setup guide

Set up ClubPlanner 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 ClubPlanner tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent ClubPlanner 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 ClubPlanner MCP in CrewAI

Install `crewai[tools]` and pass your Vinkius URL directly in the agent's `mcps` array. This gives your specialized gym agents instant access to tools like `get_member` and `list_members` with this MCP Server.
Yes. Use `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter` to expose only what that agent needs, like limiting a sales agent to `create_prospect`.
One agent can retrieve the schedule using `list_appointments`, while a coordinator agent calls `create_appointment` to resolve scheduling conflicts. They pass these data payloads back and forth using CrewAI's shared memory.
Yes, CrewAI handles standard SSE and Streamable HTTP transports natively. Your agents can query `list_products` to check membership pricing tiers over a secure connection.
All check-in logs read by `list_checkins` are processed in ephemeral V8 isolates. No gym data is persisted on Vinkius servers, ensuring complete privacy for your members' attendance records with this MCP setup.

Start using the ClubPlanner MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
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.