Recording a sale needs the catalogue, the payment modes and the tables to line up, and all three are readable from the same server — so a spoken order resolves to real records rather than to text.
The official MCP server for Kash, a cloud point-of-sale, invoicing, CRM and webshop platform. Reach it as a hosted server at https://mcp.kash.click or run the npm package yourself; sessions are opened with a one-time password sent to your email rather than a stored password.
- A sale recorded with catalogue items, department lines or free lines, and a payment mode
- Orders listed over a date range — validated invoices or unvalidated quotes — and one order read in full, down to the items sold
- The catalogue read: items, departments, department groups and variations
- Clients, users and tables listed
- Payment modes, cashboxes and discounts listed
- Delivery methods, delivery zones and relay points listed
- A health check that returns OK when the server is operational
A Kash account — the README says one can be created from the conversation, and login is by a one-time password sent to your email, so there is no password to store. The hosted endpoint is https://mcp.kash.click.
One command — npx caisse-enregistreuse-mcp-server --shopid=YOUR_SHOPID --apikey=YOUR_APIKEY
