Financial

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.lsk.lightspeed.app/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Lightspeed Restaurant K-Series MCP server": {
  "url": "https://api-docs.lsk.lightspeed.app/mcp"
}
Close

V1 endpoints (/f/finance/...) for retrieving sales and financial data.

For the newer V2 versions of these endpoints see FinancialV2

V1 behaviour

  • Sorting: No guaranteed sorting order; internal transformations may alter order unpredictably
  • Transitory Accounts / Unsettled Sales: Returns closed transactions only
  • Pagination: pageSize max of 1000. Uses HATEOAS _links with self and nextPage URLs
  • Daily endpoints (getDailyFinancials): No pagination, no hard cap on results. May have slower response times for larger data sets
  • Backoffice transactions: Historical dating supported. Transactions will be dated to a past date if the action impacts past reports. Can query transactions by original business date
  • Backoffice modifications (payment method change and canceling): Modifications appear on the original transaction date