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

How to Use the Luma MCP in CrewAI

Coordinate specialized CrewAI agent teams to manage Luma invite lists and calendar schedules autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Luma MCP to CrewAI

Create your Vinkius account to connect Luma 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 guest vetting pipelines

The `list_event_guests` tool lets your researcher agent fetch the current attendee list, while a moderator agent analyzes their profiles for alignment. CrewAI coordinates this handoff, passing the guest data between specialized agents without manual intervention. One agent pulls the list, another cross-references it with your CRM, and a third decides if they need VIP tags. This keeps your community quality high without eating up your afternoon.

Autonomous calendar subscriber growth

The `list_calendar_subscribers` tool provides the raw subscriber feed that your marketing crew needs to run re-engagement campaigns. CrewAI assigns a manager agent to oversee this data, delegating tasks to writer agents who draft personalized updates based on subscriber history. The manager agent monitors the subscriber count, notices stagnation, and tasks the crew with launching a new event. It's a self-contained growth loop running entirely in the background.

Scheduling events using CrewAI and MCP Server

The `create_event` tool allows your scheduling agent to book slots, while a separate coordinator agent verifies the timing against `list_events`. This MCP Server integration prevents your crew from booking overlapping webinars or scheduling events during holidays. The agents talk to each other to resolve conflicts. If a conflict is found, they reschedule and update the team channel with the new details automatically.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You pass the Luma MCP Server URL in the agent's mcps array. This gives that specific agent access to tools like `add_guests_to_event` while keeping other agents focused on analysis.
Yes. The manager agent can execute `list_organization_events` to track overall performance and assign tasks to subordinate agents based on attendance rates.
You can use a tool_filter to restrict access to `add_guests_to_event`, or set up a moderator agent to review the guest list before execution.
Yes. CrewAI connects to the MCP Server using standard SSE or Streamable HTTP transports, making it easy to run agents in distributed cloud environments.
Subscriber data retrieved via `list_calendar_subscribers` remains local to the crew's execution memory. It is never transmitted to external servers or used for model training.

Start using the Luma MCP today

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

Built & Managed by Vinkius 30s setup 6 tools

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

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