Skip to content

Releases: genvjacobc/lightspeed-x-mcp

v1.2.0

Choose a tag to compare

@genvjacobc genvjacobc released this 21 Aug 21:27

Onboarding a teammate is now one pasted message, after which Claude does the install itself.

Slash commands like /plugin install are handled by the Claude Code CLI, so Claude cannot type them and will correctly tell a user to run them. The shell forms are ordinary commands Claude runs through Bash, and everything here is built on those. See ONBOARDING.md.

  • New ONBOARDING.md with the paste-once message, plus admin-console config to reach zero commands and zero prompts.
  • setup skill rewritten to act rather than instruct, routing the token through a Notepad window so it never enters the chat.

v1.1.0

Choose a tag to compare

@genvjacobc genvjacobc released this 21 Aug 20:52

Installable as a Claude Code plugin in three commands.

/plugin marketplace add genvjacobc/lightspeed-x-mcp
/plugin install lightspeed-x@lightspeed-x-mcp
/lightspeed-x:setup
  • Ships as a plugin: no clone, no build, no absolute paths to edit. Credentials live in a per-user directory that survives updates.
  • New setup skill guides the connection and verifies it against the live API before reporting success.
  • New reports skill routes retail questions to the right tool.
  • New lightspeed_setup_status tool (13 total). With no credentials the server starts in a reduced mode and names the exact file to create, instead of failing to start.
  • New --doctor, --version, --help.

v1.0.0

Choose a tag to compare

@genvjacobc genvjacobc released this 21 Aug 20:47

First release. Read-only MCP server for Lightspeed X (Retail POS / Vend), installable as a Claude Code plugin.

Install

/plugin marketplace add genvjacobc/lightspeed-x-mcp
/plugin install lightspeed-x@lightspeed-x-mcp
/lightspeed-x:setup

12 read-only tools: sales reporting across 16 grouping dimensions and 12 metrics, transaction drill-down, inventory, products, customers, outlets, registers, reference data, and a raw GET escape hatch. Every code path issues GET, so it is safe against a live account.

Requires a Lightspeed personal token. Note that Lightspeed gates personal tokens to admin users on Plus plans and offers no read-only token scope.