ToolTrust
A4/100
Smithery

paracetamol951-kash

mcpsmithery

@Smithery

# Kash MCP Server — Official Integration > **Connect your Kash business to Claude, ChatGPT, and any MCP-compatible AI — and run your entire operation through natural conversation.** Kash has been a free, cloud-based point-of-sale solution since 2011, trusted by thousands of merchants across restaurants, retail, bakeries, florists, food trucks, and more. This MCP server is the official bridge between Kash and the new generation of AI assistants, turning every tool in your business into something you can simply talk to. --- ## What is Kash? Kash (kash.click) is a complete, free business management platform built for small and medium businesses. It goes far beyond a simple cash register: - **Point of Sale** — touchscreen-ready, works on any device (Android, iOS, Windows, Mac), online and offline - **Invoicing & Quotes** — generate PDF invoices, quotes, delivery notes, and expense reports in seconds - **CRM** — manage your full customer base with contact details, purchase history, loyalty points, credits, and custom fields - **Online Store / Webshop** — built-in e-commerce storefront synced with your catalog and inventory - **Inventory Management** — real-time stock tracking, alerts, supplier management, and buying prices - **Delivery Management** — table service, takeaway, drive-through, home delivery, relay points, and shipping - **Loyalty & Marketing** — loyalty cards, loyalty points, coupons, vouchers, referral programs, and marketing campaigns - **Payment Flexibility** — cash, card (SumUp, Yavin, Viva.com), PayPal, Lydia, GoCardless, direct debit, and even cryptocurrency - **Reporting & Analytics** — sales reports, revenue charts, export to CSV, accounting chapter mapping, and Pennylane integration - **Multi-user & Multi-cashbox** — manage staff access, roles, and multiple physical or virtual cashboxes All of this is **free** for small businesses, with no mandatory subscription. --- ## What Does This MCP Server Do? This server exposes the full Kash API as **35 MCP tools**, letting any compatible AI assistant — Claude, ChatGPT, n8n, or your own automation — interact with your Kash account through natural language. No more clicking through menus. Just talk. --- ## What You Can Do ### 🔐 Account & Authentication Get started without leaving the conversation. You can create a Kash account, find existing accounts linked to your email, and authenticate via a secure one-time password (OTP) sent to your inbox — all from within the chat. ``` "Create a Kash account for my restaurant" "Log me in with my email" "I received the OTP code: 847291" ``` ### 🧾 Sales & Orders Record sales in real time, attach them to tables or customers, apply payment methods, add comments, and handle delivery modes — all from a single sentence. ``` "Record a sale of 2 espressos and a croissant at table 5, paid by card" "Show me today's sales" "What orders are pending for delivery tonight?" "Give me the detail of order #1042" ``` ### 📦 Catalog Management Add, update, or remove items, departments, and VAT rates on the fly. Adjust prices, link variations, set stock levels, toggle visibility — without opening the back office. ``` "Add a new item called 'Seasonal Tart' at €4.50 in the Pastries department" "Update the price of the Margherita pizza to €12" "Create a new department called 'Summer Menu'" "Add a 10% VAT rate" ``` ### 👥 Customer Management (CRM) Maintain a full customer database. Add new customers, update contact details, manage addresses, company registration numbers, VAT numbers, blacklist status, and private notes. ``` "Add a new customer: John Smith, [email protected], +33612345678" "Update the address for customer #204" "Show me all my customers" ``` ### 📊 Data & Reporting Retrieve any data from your shop instantly — products, departments, VAT rates, users, cashboxes, payment methods, delivery zones, discounts, tables, relay points, and more. ``` "List all my products" "What payment methods are configured?" "Show me this week's orders" "How many tables do I have?" ``` --- ## Example Conversations Here are real things you can ask once connected: > *"Show me today's sales"* > *"Record a sale of 2 coffees and 1 croissant at table 84"* > *"How is the business doing so far this year?"* > *"Can you analyse my sales history and give me recommendations?"* > *"Add a new seasonal item to my menu at €8.50"* > *"Which customers haven't ordered in the last 3 months?"* > *"Generate a cash register report for the week"* > *"How many orders have to be delivered tonight?"* > *"I need to add a new VAT rate of 5.5% for food items"* --- ## Available Tools (35) | Category | Tools | |---|---| | **Account** | `account_list`, `account_create` | | **Authentication** | `auth_request_otp`, `auth_login_with_otp`, `auth_logout` | | **Sales** | `sale_create`, `order_detail`, `data_list_orders` | | **Catalog — Items** | `plu_add`, `plu_edit`, `plu_delete`, `data_list_products` | | **Catalog — Departments** | `dept_add`, `dept_edit`, `dept_delete`, `data_list_departments`, `data_list_department_groups` | | **Catalog — VAT** | `vat_add`, `vat_edit`, `vat_delete`, `data_list_vats` | | **CRM** | `client_add`, `client_edit`, `client_delete`, `data_list_clients` | | **Data** | `data_list_users`, `data_list_tables`, `data_list_cashboxes`, `data_list_payments`, `data_list_discounts`, `data_list_variations`, `data_list_delivery_men`, `data_list_delivery_zones`, `data_list_relay_points` | | **Utility** | `ping` | --- ## Who Is This For? This MCP server is ideal for: - **Restaurant & café owners** who want to record orders, track tables, and analyse revenue through conversation - **Retail shop managers** who need to quickly update prices, add items, or check stock without navigating the back office - **Bakeries, florists, food trucks** and any local business that wants an AI assistant deeply connected to their daily operations - **Developers & agencies** building AI-powered workflows on top of a proven POS platform - **n8n / automation users** who want to trigger Kash actions from workflows --- ## Getting Started ### Option 1 — You already have a Kash account Simply connect via OAuth. The server will ask for your login email and send you a one-time password to verify your identity. Once authenticated, all 35 tools are immediately available. ### Option 2 — You don't have a Kash account yet No problem — just ask the AI to create one for you: > *"Create a Kash account for my bakery, my email is [email protected]"* The account is created instantly, the session is initialized automatically, and you're ready to go. Don't forget to validate your email via the link sent to your inbox. --- ## Technical Details - **Protocol**: MCP (Model Context Protocol) over HTTP Streamable - **Authentication**: OAuth 2.0 with PKCE (S256) — secure, no password required - **Hosted server**: `https://mcp.kash.click/mcp` - **Self-hosted option**: Available via `npx caisse-enregistreuse-mcp-server` or Docker - **Open source**: [github.com/paracetamol951/caisse-enregistreuse-mcp-server](https://github.com/paracetamol951/caisse-enregistreuse-mcp-server) - **License**: GPL v3 --- ## Links - 🌐 [kash.click](https://kash.click) — Kash website - 📖 [Documentation](https://kash.click/cash-register-software/) — Full help center - 🔧 [API Reference](https://kash.click/cash-register-software/mcp/) — MCP & API docs - 💻 [GitHub](https://github.com/paracetamol951/caisse-enregistreuse-mcp-server) — Source code - 🆓 [Register for free](https://kash.click/free-pos-software/) — Create your account

By Smithery | 80 findings | Scanned 7/16/2026 | tooltrust-scanner/v0.3.19

22 Low58 Info

Risk Summary

Safe With Normal Controls

Dep Visibility is the main signal, but overall risk remains within an acceptable range.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (80)

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×12

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    account_listaccount_createauth_request_otpaccount_editreport_getorder_createorder_editdata_list_delivery_zonesdata_list_tablesdata_list_ordersplu_addplu_edit

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • LowAS-002

    ⚠️Excessive Permissions ×10

    input schema exposes 12 properties (threshold: 10)

    account_createorder_create

    input schema exposes 81 properties (threshold: 10)

    account_edit

    input schema exposes 14 properties (threshold: 10)

    order_edit

    input schema exposes 29 properties (threshold: 10)

    plu_add

    input schema exposes 30 properties (threshold: 10)

    plu_edit

    input schema exposes 19 properties (threshold: 10)

    dept_add

    input schema exposes 20 properties (threshold: 10)

    dept_edit

    input schema exposes 25 properties (threshold: 10)

    client_add

    input schema exposes 26 properties (threshold: 10)

    client_edit

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • InfoAS-002

    ⚠️Excessive Permissions ×17

    declared capabilities: network access

    account_listauth_request_otpreport_get

    declared capabilities: filesystem access, HTTP requests

    account_createorder_create

    declared capabilities: code/command execution, network access, HTTP requests

    account_edit

    declared capabilities: network access, HTTP requests

    order_edit

    declared capabilities: HTTP requests

    data_list_delivery_zonesdata_list_tablesdata_list_orders

    declared capabilities: filesystem access

    vat_deleteplu_deletedept_deleteclient_addclient_delete

    declared capabilities: code/command execution

    plu_addplu_edit

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×39

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    account_listaccount_createauth_request_otpauth_login_with_otpaccount_editaccount_show_infosauth_logoutreport_getorder_createorder_editdata_list_productsdata_list_departmentsdata_list_department_groupsdata_list_clientsdata_list_variationsdata_list_delivery_mendata_list_payments_modesdata_list_cashboxesdata_list_delivery_zonesdata_list_relay_pointsdata_list_discountsdata_list_usersdata_list_tablesdata_list_vatsdata_list_pending_ordersdata_list_ordersorder_detailvat_addvat_editvat_deleteplu_addplu_editplu_deletedept_adddept_editdept_deleteclient_addclient_editclient_delete

    Fix: Review and remediate the identified issue.

  • InfoAS-010

    🔑Insecure Secret Handling ×2

    input parameter "prestaShopApiKey" accepts a credential (informational; not evidence of insecure handling)

    account_edit

    input parameter "yavinSecret" accepts a credential (informational; not evidence of insecure handling)

    account_edit

    Fix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y paracetamol951-kash"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade A](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-a.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)