How to Use the Line-Up MCP in Cursor
Inject live ticket availability and order data directly into your code as you build with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Line-Up MCP to Cursor
Create your Vinkius account to connect Line-Up to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pull live event details directly into Cursor code
The `get_event_details` tool fetches raw event configurations and pricing structures directly into your Cursor editor. You write code using actual Line-Up API payloads instead of guessing the schema or using stale mock objects. Your editor's agent mode calls this MCP tool to populate your Cursor workspace with real-time event metadata. To see what events are currently active, the `list_available_events` tool returns a complete list of bookable Line-Up dates. This allows Cursor to write precise frontend components that render accurate schedules. You build features faster because your AI client sees the exact data format your Line-Up API returns.
Test reservation logic inside this MCP Server
The `create_ticket_reservation` tool initiates a temporary hold on specific event inventory directly from your Cursor chat. You can test your checkout flows and race-condition handling without manually writing test scripts for Line-Up. The tool executes the reservation and returns the payload instantly to your active Cursor coding session. To finalize the purchase loop, the `confirm_ticket_order` tool executes the booking and generates a real Line-Up order ID. This lets you debug your payment confirmation hooks against actual API responses inside Cursor. Your agent handles the state transitions so you can focus on the business logic.
Query customer lists inside your Cursor workspace
The `list_ticket_customers` tool queries your entire customer database directly from the Cursor terminal interface. You don't need to spin up a separate database client to verify if a test Line-Up user was created correctly. The agent pulls the matching profiles straight into your Cursor sidebar. For deeper debugging, the `get_order_details` tool displays the exact JSON structure of any completed Line-Up transaction. This lets you write parser functions in Cursor with 100% confidence in the data types. It cuts out the guesswork when building order history pages.
Set up Line-Up MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Line-Up MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Line-Up transactions." If the MCP tools are loaded correctly, Cursor will call the Line-Up tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"line-up-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Line-Up. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Line-Up MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Line-Up MCP today
We host it, we monitor it, we maintain it. You just paste one token.