Weavz
Lightspeed Restaurant

Lightspeed Restaurant

Cloud-based restaurant POS and management

OAuth2Commerce
13 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_accounts

List Lightspeed accounts available to the authenticated user.

list_orders

List orders for an account

get_order

Get order details by ID

update_order

Update a Lightspeed Restaurant order by exact order ID. Requires confirmation.

list_menu_items

List menu items for an account

get_menu_item

Get one menu item by exact item ID.

update_menu_item

Update a menu item by exact item ID. Requires confirmation.

list_customers

List customers for an account.

get_customer

Get one customer by exact customer ID.

create_customer

Create a customer record. Requires explicit confirmation.

get_employee

Get employee details by ID

get_table

Get table details by ID

custom_api_call

Make a custom API call to the Lightspeed API

Triggers

Name
new_order

Triggers when a new order is created

payment_received

Triggers when a payment is received

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('lightspeed-restaurant', 'list_accounts', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'lightspeed-restaurant',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Lightspeed Restaurant to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Lightspeed Restaurant support?

Lightspeed Restaurant supports 13 tools including List Accounts, List Orders, Get Order, Update Order, List Menu Items, and more.

Can I use Lightspeed Restaurant with AI agents?

Yes. Add Lightspeed Restaurant to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Lightspeed Restaurant to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Lightspeed Restaurant as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Lightspeed Restaurant tools exposed by that workspace.

Does Lightspeed Restaurant work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Lightspeed Restaurant work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Lightspeed Restaurant?

Lightspeed Restaurant exposes 13 tools, including List Accounts, List Orders, Get Order, Update Order, List Menu Items, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Lightspeed Restaurant be used in stateful agent workflows?

Yes. Agents can combine Lightspeed Restaurant tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Lightspeed Restaurant use?

Lightspeed Restaurant uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Lightspeed Restaurant integration cost?

The Lightspeed Restaurant integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Lightspeed Restaurant support?

Lightspeed Restaurant supports 2 triggers including New Order, Payment Received.

Connect Lightspeed Restaurant in minutes

Get 20,000 free action executions every month. No credit card required.