All projects
AI / 2026
Loyverse MCP server
Connects Claude to a Loyverse till system, so sales, stock and customers can be asked about in plain English.
AITypeScriptMCP SDKzodNode.js
An open-source Model Context Protocol server that gives Claude access to a Loyverse point-of-sale account: catalogue, stock, customers, receipts, shifts and sales reporting, through 41 tools.
Rather than paging through raw receipts, a sales summary tool turns any date range into totals and a ranked breakdown in a single call, so a question about what sold best gets a direct answer.
Notes from the build
- 0126 read tools and 15 write tools, each labelled read-only or destructive, enforced by a test so a missing label fails the build.
- 02The API's limits are built in: pagination caps, retry with backoff on rate limits, and payment rules checked before a request is sent.
- 03Verified against a live account using the read tools only. No write tool has been run against real data.
- 0424 unit tests run from fixtures, with no network.