Line-Up

Line-Up MCP Connector for Claude

A+

Manage events, check ticket availability, and process bookings via the Line-Up API.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Line-Up account to any AI agent to automate your event ticketing and booking workflows. This MCP server enables your agent to list active events, check real-time ticket availability for specific performances, and manage customer orders directly from natural language interfaces.

What you can do

  • Event Discovery — List all available events and retrieve detailed metadata, descriptions, and schedules
  • Inventory Check — Query specific performances to check real-time availability across various ticket categories
  • Reservation Flow — Programmatically create temporary ticket holds and reservations for customers
  • Order Management — Confirm bookings, retrieve order histories, and monitor transaction statuses
  • Customer CRM — List and inspect customer profiles and their historical booking data
  • Operational Auditing — Access comprehensive logs of all confirmed orders within your portal

How it works

  1. Subscribe to this server
  2. Enter your Line-Up API Key and Subdomain
  3. Start managing your ticketing from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Event Organizers — Monitor ticket sales and event availability via simple natural language commands
  • Box Office Staff — Quickly retrieve order details and customer profiles without leaving your productivity tools
  • Developers — Integrate event booking logic and inventory monitoring into your custom applications
ticketingbooking-managementinventory-trackingorder-managementcustomer-profilesevent-scheduling

10 tools expose this connector's capabilities to your AI agent.

confirm_ticket_order

Requires a JSON body. Finalize a booking and create an order

create_ticket_reservation

Requires a JSON body. Reserve tickets temporarily

list_ticket_customers

List all customers in the database (Admin)

list_available_events

List all events available for booking

get_customer_profile

Get details for a specific customer

get_event_details

Get details for a specific event

get_order_details

Get details for a specific order

list_account_orders

List all historical orders (Admin)

list_event_performances

List specific dates and times (performances) for an event

check_ticket_availability

Check ticket types and availability for a performance

See how to talk to your AI agent using Line-Up.

List all active events in my Line-Up account.

I've retrieved your events. You have 3 active events: 'Summer Music Festival', 'Tech Conference 2024', and 'Art Gallery Opening'. Which one would you like to check availability for?

Check ticket availability for performance ID 'perf-123'.

I've checked the availability for performance perf-123. Currently, 'VIP Tickets' has 15 remaining and 'Standard Admission' has 120 available.

Show the 5 most recent confirmed orders.

I found 5 recent orders. Notable ones include Order #ORD-987 from 'John Smith' ($150.00) and Order #ORD-986 from 'Alice Doe' ($75.00).

First, use `list_event_performances` to get the performance ID for your target date, then use `check_ticket_availability` with that ID to see current stock.

Related Connectors