Integrate Luma MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Luma
Send email invitations for a Luma event. Guests are invited but not automatically marked as going. Use Add Guests when guests should be added with status Going. See the documentation
List ticket types for a Luma event. Use this before assigning custom tickets through Luma's guest-management APIs. See the documentation
List events managed by the connected Luma calendar. Use this to find event IDs for Get Event, Get Guests, Add Guests, or Send Invites. This only returns events managed by the calendar, not external events merely listed on it. See the documentation
List guests who registered for, were invited to, or are waitlisted for a Luma event. Omit Approval Status to include all guest statuses. Use List Events first if you need to find the event ID. See the documentation
Get detailed information for a Luma event guest by guest ID, ticket key, guest key, or email. Use Get Guests first if you need to find a guest identifier. See the documentation
Get admin details for a Luma event the connected calendar can manage. Use List Events first if you need to find the event ID. See the documentation
Create an event on the connected Luma calendar. Required datetime fields must be ISO 8601 strings and Timezone must be an IANA timezone like America/New_York. See the documentation
Add guests to a Luma event with status Going. Guests receive the default ticket type unless Ticket JSON or Tickets JSON is provided. Use List Events first if you need to find the event ID, and List Ticket Types if assigning custom tickets. See the documentation