Lightspeed Restaurant Connector for AI agents.
10 live capabilities
Manage restaurant orders and revenue reports from your POS.
Waiting for input…
Why people use Lightspeed Restaurant
Lightspeed Restaurant for Real-Time Order Tracking
With this Connector, you can just ask your agent for the status of the patio or what's currently on the ticket rail. It pulls that data from Lightspeed Restaurant instantly, so you can stay where you are and get the info you need. You get a clear picture of your floor without the constant walking.
What Vinkius changes
You get a conversational interface for your restaurant's backend data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking the Rush
A manager asks 'What sold in the last hour?
- Real-world use case 02
Price Adjustment
An owner needs to change the Margherita Pizza price and uses list_menu_items to update it to $18 across the house.
- Real-world use case 03
Patio Check
A host asks which tables are free in the patio and gets a list from list_tables to seat a walk-in.
Complete set · 10capabilities
The complete Lightspeed Restaurant capability set.
These are the exact actions your AI can choose when you ask it to work with Lightspeed Restaurant.
01—04
4 capabilities in this set.
Part of 10 available through Lightspeed Restaurant.
- 01 Capability
Get business
Get your general restaurant information quickly. It helps you see the basic setup of your location.
- 02 Capability
List menu items
Get a full list of your menu items. This is great for menu engineering and price audits.
- 03 Capability
List categories
See your menu categories with item counts. It helps you organize how your menu is displayed.
- 04 Capability
List orders
See a list of all current and past orders. This is perfect for checking what's been sold recently.
05—07
3 capabilities in this set.
Part of 10 available through Lightspeed Restaurant.
- 05 Capability
Get order
Look up the specific details of a single order. Use this to check modifiers, tips, or voids.
- 06 Capability
List floors
See your dining room, patio, and bar layouts. It shows table counts and total capacity.
- 07 Capability
List tables
Get a list of all individual tables. Use this to see what's available for new guests.
08—10
3 capabilities in this set.
Part of 10 available through Lightspeed Restaurant.
- 08 Capability
List employees
See your full staff roster. You can check roles and clock statuses for everyone.
- 09 Capability
List payments
Review all processed payments. It tracks cash, card, and gift card transactions.
- 10 Capability
Get revenue report
Get the daily manager report. It shows your gross, net, taxes, and tips.
Set up in minutes
One URL. Then ask Lightspeed Restaurant to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Lightspeed Restaurant 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_rlsDFOST8dyGQ0lPpmyaqVBOMlVcguONM7sY9rnc/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 Lightspeed Restaurant, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Lightspeed Restaurant for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rlsDFOST8dyGQ0lPpmyaqVBOMlVcguONM7sY9rnc/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 Lightspeed Restaurant URL.
- Step 03
Save and start
Save the connection and enable Lightspeed Restaurant in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"lightspeed-restaurant": {
"url": "https://edge.vinkius.com/vk_preview_rlsDFOST8dyGQ0lPpmyaqVBOMlVcguONM7sY9rnc/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 Lightspeed Restaurant
Open Agent mode in chat and ask: "Using Lightspeed Restaurant, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"lightspeed-restaurant": {
"url": "https://edge.vinkius.com/vk_preview_rlsDFOST8dyGQ0lPpmyaqVBOMlVcguONM7sY9rnc/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 Lightspeed Restaurant
Ask Copilot: "Using Lightspeed Restaurant, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"lightspeed-restaurant": {
"url": "https://edge.vinkius.com/vk_preview_rlsDFOST8dyGQ0lPpmyaqVBOMlVcguONM7sY9rnc/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 Lightspeed Restaurant
Open Cascade and ask: "Using Lightspeed Restaurant, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"lightspeed-restaurant": {
"url": "https://edge.vinkius.com/vk_preview_rlsDFOST8dyGQ0lPpmyaqVBOMlVcguONM7sY9rnc/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 Lightspeed Restaurant
Ask Cline: "Using Lightspeed Restaurant, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add lightspeed-restaurant --transport http "https://edge.vinkius.com/vk_preview_rlsDFOST8dyGQ0lPpmyaqVBOMlVcguONM7sY9rnc/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 Lightspeed Restaurant
Ask Claude: "Using Lightspeed Restaurant, show me...". 10 tools are ready
Where the request belongs
Work Lightspeed Restaurant can move forward.
This is for restaurant owners and floor managers who are tired of manual data entry and constant tab-switching. It's for the person who needs to know the pulse of the house without leaving the floor.
Restaurant Manager
Checking revenue reports and staff clock-ins during a busy shift.
Floor Lead
Verifying table availability and patio status during a rush.
Restaurant Owner
Pulling daily gross and net totals to see how the day went.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBsale
Automate cloud POS operations via Bsale. issue electronic invoices, manage inventory, track stock levels, and register clients from any AI agent.
Uber Eats
AI restaurant management: manage orders, menus, deliveries, and store operations via agents.
Megaventory
Inventory and order management via Megaventory. track products, stock levels, and orders.
Order Time
Inventory and order management. manage items, customers, and sales orders via Order Time.
GoTab
Manage your restaurant operations. menus, orders, and tabs via AI.
Kyte
Manage your POS store. list products, track orders, and audit inventory.
Bring your own AI
Change the model, client or framework. Keep Lightspeed Restaurant 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 Lightspeed Restaurant.
The practical details behind the request, access and result.
Can the Lightspeed Restaurant MCP help me see what's selling right now?
Yes, it lets you list all current orders so you can see what's moving during a rush.
How do I use the Lightspeed Restaurant MCP to check my staff?
You can ask your agent to list all employees to see who's clocked in and what their roles are.
Can I update my menu prices using the Lightspeed Restaurant MCP?
Yes, you can use it to see all menu items and update pricing across your POS system.
Does the Lightspeed Restaurant MCP show my daily revenue?
It can pull your daily revenue report, including gross, net, taxes, and tips.
Can I see which tables are available in the patio with the Lightspeed Restaurant MCP?
Yes, it can list your floors and tables to show you exactly what's open for guests.
Can the Lightspeed Restaurant MCP track my payments?
It can list all payments, including card, cash, and gift card transactions.
What is Lightspeed Restaurant?
Lightspeed is a premium cloud POS platform for restaurants, bars, and cafes. with powerful back-office, analytics, and integrations. Popular in North America, Europe, and Australia.
Does this integration manage multiple locations?
Yes, the AI can access data for all locations associated with your main account, allowing you to query menu differences or consolidate revenue reports across venues.
Can I process payments using natural language?
While you can track payment types, split checks, and view tip totals, full transaction processing requires direct hardware interaction and is intentionally restricted via the API.
One connection away
Give your agent a direct line to Lightspeed Restaurant.
Connect Lightspeed Restaurant once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available