Line-Up Connector for AI agents.
10 live capabilities
Manage event ticketing and real-time inventory with your AI agent.
Waiting for input…
Why people use Line-Up
Line-Up for Real-Time Event Ticketing
With this Connector, you just tell your AI agent what you need. You can ask it to check the VIP count for a specific date or pull up a customer's previous purchases instantly. It turns a multi-tab hunt into a single sentence, letting you stay focused on the person in front of you.
What Vinkius changes
Your ticketing system becomes a searchable, actionable database for your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Sold Out Inquiry
A customer asks if there are any VIP spots left.
- Real-world use case 02
The Frustrated Guest
A guest wants to know why their order is pending.
- Real-world use case 03
The Last-Minute Hold
A group wants to book but needs five minutes to decide.
Complete set · 10capabilities
The complete Line-Up capability set.
These are the exact actions your AI can choose when you ask it to work with Line-Up.
01—04
4 capabilities in this set.
Part of 10 available through Line-Up.
- 01 Capability
List available events
See every event currently open for booking. Use this to get a high-level view of your active schedule.
- 02 Capability
Get customer profile
Pull up specific details for a single customer. It makes looking up past purchases much faster.
- 03 Capability
Get event details
Get the full metadata and schedule for a specific event. Use this to provide accurate info to your audience.
- 04 Capability
Get order details
See the specifics of a particular order. It's the quickest way to troubleshoot a booking issue.
05—07
3 capabilities in this set.
Part of 10 available through Line-Up.
- 05 Capability
List account orders
Pull a history of all confirmed orders. This is essential for auditing and tracking total sales.
- 06 Capability
List event performances
See all dates and times for a specific event. Use this to help customers find the best time to attend.
- 07 Capability
Check ticket availability
See how many tickets are left for specific categories. It keeps your inventory numbers accurate in real-time.
08—10
3 capabilities in this set.
Part of 10 available through Line-Up.
- 08 Capability
Confirm ticket order
Finalize a booking and create a permanent order. This turns a reservation into a confirmed sale.
- 09 Capability
Create ticket reservation
Create a temporary hold on tickets for a customer. It's perfect for locking in seats while you finish the payment.
- 10 Capability
List ticket customers
Get a full list of everyone in your database. This is a great way to audit your customer base.
Set up in minutes
One URL. Then ask Line-Up to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Line-Up from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8vsp13x3vX6IVDbJkTK2PSh3TB6ur9ri2fjg1P0q/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Line-Up, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Line-Up for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8vsp13x3vX6IVDbJkTK2PSh3TB6ur9ri2fjg1P0q/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Line-Up URL.
- Step 03
Save and start
Save the connection and enable Line-Up in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"line-up": {
"url": "https://edge.vinkius.com/vk_preview_8vsp13x3vX6IVDbJkTK2PSh3TB6ur9ri2fjg1P0q/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Line-Up
Open Agent mode in chat and ask: "Using Line-Up, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"line-up": {
"url": "https://edge.vinkius.com/vk_preview_8vsp13x3vX6IVDbJkTK2PSh3TB6ur9ri2fjg1P0q/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Line-Up
Ask Copilot: "Using Line-Up, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"line-up": {
"url": "https://edge.vinkius.com/vk_preview_8vsp13x3vX6IVDbJkTK2PSh3TB6ur9ri2fjg1P0q/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Line-Up
Open Cascade and ask: "Using Line-Up, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"line-up": {
"url": "https://edge.vinkius.com/vk_preview_8vsp13x3vX6IVDbJkTK2PSh3TB6ur9ri2fjg1P0q/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Line-Up
Ask Cline: "Using Line-Up, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add line-up --transport http "https://edge.vinkius.com/vk_preview_8vsp13x3vX6IVDbJkTK2PSh3TB6ur9ri2fjg1P0q/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Line-Up
Ask Claude: "Using Line-Up, show me...". 10 tools are ready
Where the request belongs
Work Line-Up can move forward.
This is for the event organizers and box office staff who are tired of manual data entry and hunting through multiple dashboards during peak ticket sales.
Box Office Manager
Handles high-volume inquiries and needs to check availability or pull up customer profiles instantly while on the phone.
Event Organizer
Needs to monitor ticket sales trends and event metadata across multiple dates without manual exports.
Ticketing Developer
Wants to build custom booking flows that rely on the Line-Up inventory and reservation logic.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsEventzilla
Event management and ticketing platform. manage registrations, attendees, and check-ins via AI.
Brushfire
Manage events and attendees via Brushfire. track registrations, check-in guests, and monitor orders directly from any AI agent.
Eventbrite
Equip your AI agent to manage events, track attendees, and monitor ticket orders via the Eventbrite API.
Sympla
Orchestrate Sympla events. manage ticket orders, handle check-ins, and track event statistics directly from any AI agent.
Ticket Tailor
Sell event tickets with low fees, custom branding, and seating charts that give you full control over the ticketing experience.
Eventcube
Ticketing and event management with Eventcube.
Bring your own AI
Change the model, client or framework. Keep Line-Up connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Line-Up.
The practical details behind the request, access and result.
Can Line-Up MCP handle my live ticket sales?
Yes, it connects directly to your Line-Up account to provide real-time ticket counts and allow your agent to confirm sales as they happen.
Can I use Line-Up MCP to see my customer history?
Yes, you can ask your agent to pull up specific customer profiles to see their past purchases and contact details instantly.
Does Line-Up MCP support holding seats?
It does. You can have your agent create temporary holds so that seats aren't sold to someone else while a customer is deciding.
Can I use Line-Up MCP for auditing?
Yes, it can list all confirmed orders in your account, making it easy to review your sales history or troubleshoot specific bookings.
Is Line-Up MCP good for high-volume box offices?
It's designed for exactly that. It removes the need for manual data entry, allowing your staff to handle more inquiries with fewer clicks.
How do I connect Line-Up MCP to my AI agent?
Once you subscribe on Vinkius, you just need to provide your Line-Up API Key and Subdomain to get your agent connected.
How do I check if tickets are available for a specific date?
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.
What is required to confirm an order?
You typically need to create a reservation first using create_ticket_reservation, then provide the resulting reservation data to the confirm_ticket_order capability.
Where do I find my API Key?
Log in to your Line-Up dashboard and navigate to Settings > API to generate and copy your Secret API Key.
One connection away
Give your agent a direct line to Line-Up.
Connect Line-Up once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available