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

How to Use the myClub MCP in CrewAI

Run autonomous agent teams to coordinate myClub rosters, event schedules, and billing tasks in CrewAI using this myClub MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect myClub MCP to CrewAI

Create your Vinkius account to connect myClub 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 team coordination in CrewAI

Set up a digital front office. One specialized crew agent can run `list_members` to find new sign-ups, while another agent uses `list_merits` to check which athletes qualify for advanced training groups. The agents collaborate using shared memory. By combining roster details from `get_member` with achievement history, they build complete athlete profiles for coaches without manual data entry.

Autonomous event and roster monitoring

Let your agents manage event logistics. A scheduler agent queries `list_events` to find upcoming matches, while a moderator agent monitors attendance limits by calling `get_event` to inspect the roster. If an event is overbooked, the CrewAI team flags the conflict. Because this MCP Server provides direct access to event data, the agents can coordinate alternative times without human intervention.

Collaborative invoice auditing

Stop wasting hours tracking down unpaid fees. Your finance agent runs `list_invoices` to pull outstanding balances, while a communication agent uses `get_invoice` to draft personalized reminders. This multi-agent setup ensures that financial auditing happens in the background. The agents pass the billing data between themselves sequentially, keeping your club accounts reconciled.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Install the package via `pip install crewai "crewai[tools]"`. Then, pass your Vinkius HTTP endpoint directly into your agent's configuration using the `mcps` parameter to instantly expose tools like `list_members`.
Yes. Use `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter`. This lets you restrict a scheduling agent to `list_events` and `get_event` while completely hiding financial tools like `list_invoices`.
Agents use CrewAI's shared memory system. When one agent pulls a profile using `get_member`, the details are cached, allowing the rest of the crew to access the athlete's record without making duplicate API calls.
Yes. You can configure the integration to use stdio for local CLI scripts or SSE/HTTP for production deployments, giving you reliable MCP access to `list_cards` and `list_merits` in any environment.
Yes. Your member credentials, invoice records, and merit history are handled through Vinkius's zero-trust sandboxed environment. CrewAI only queries the specific myClub tools you allow, keeping sensitive athlete data locked down.

Start using the myClub MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

No hosting. No infrastructure. No complex setup.
All 8 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.