by paracetamol951
Kash.click — Intégration complète avec le POS français pour gérer ventes, catalogue produits, clients et paramètres bout
★ 1
GitHub stars
Connects AI assistants like ChatGPT and Claude to the Kash.click French point-of-sale system. Create sales transactions, manage inventory, and get business reports through conversational commands.
Kash.click is a community-built MCP server published by paracetamol951 that provides AI assistants with tools and capabilities via the Model Context Protocol. Kash.click — Intégration complète avec le POS français pour gérer ventes, catalogue produits, clients et paramètres bout It is categorized under developer tools.
You can install Kash.click in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
GPL-3.0
Kash.click is released under the GPL-3.0 license.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
I recommend Kash.click for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
Strong directory entry: Kash.click surfaces stars and publisher context so we could sanity-check maintenance before adopting.
I recommend Kash.click for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
Kash.click has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
We evaluated Kash.click against two servers with overlapping tools; this profile had the clearer scope statement.
According to our notes, Kash.click benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
Kash.click has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
According to our notes, Kash.click benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
Strong directory entry: Kash.click surfaces stars and publisher context so we could sanity-check maintenance before adopting.
We wired Kash.click into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
showing 1-10 of 56
Kash MCP Server is a server compliant with the MCP (Model Context Protocol), allowing ChatGPT, Claude, and other MCP-compatible clients to connect to a sales recorder system (or POS, cash register).
It provides a simple interface to:
🟢 Live Server: https://mcp.kash.click
Connect your cash register to ChatGPT, Claude, or n8n — and manage your business simply by talking.

Imagine your cash register understanding your sentences, executing your commands, and analyzing your reports — without a single click.
With this intelligent gateway, the free-cash-register.net software becomes compatible with ChatGPT, Claude, and n8n, transforming your interactions into concrete actions.
Just say “record an order for two coffees at table 4” or “show me the invoice for order 125” — and it’s done.
You can also ask “what’s my revenue for this week?” or “who are my best customers on Tuesdays?”.
Your favorite assistant communicates directly with your cash register and responds instantly.
This is a new way to run your business: smoother, faster, and incredibly natural.
Your voice becomes your interface, and your assistant becomes your new coworker.
This project exposes the kash.click API as Model Context Protocol (MCP) tools, available over HTTP (Streamable) and/or STDIO.
sale_create with support for catalog and free lines.You need to have a free-cash-register.net account.
If you don't have one, you can register at :
https://kash.click/free-pos-software/ChatGPT
Then in the software, you have to get your APIKEY and SHOPID in Setup, Webservices page.
Edit the file claude_desktop_config.json in your Claude Desktop configuration directory:
Windows
%APPDATA%\Claude\claude_desktop_config.json
Mac OS
~/Library/Application Support/Claude/claude_desktop_config.json
Provide the following content after replacing your SHOPID and APIKEY.
{
"mcpServers": {
"caisse": {
"command": "npx",
"args": [
"caisse-enregistreuse-mcp-server",
"--shopid=[replaceWithYourSHOPID]",
"--apikey=[replaceWithYourAPIKEY]"
]
}
}
}
Create an installation folder and run the following command in your shell:
npx caisse-enregistreuse-mcp-server --shopid=12345 --apikey=abcdef123456
# 1) Dependencies
npm install
# 2) Environment variables (see below)
# 3) Build
npm run build
The binary/runner launches src/stdio.ts and communicates via MCP stdin/stdout.
Edit the file claude_desktop_config.json in your Claude Desktop configuration directory
Customize the installation path and set your SHOPID and APIKEY (retrieve them from https://kash.click):
{
"mcpServers": {
"caisse": {
"command": "node",
"args": [
"{{PATH_TO_SRC}}/build/stdio.js"
],
"cwd": "{{PATH_TO_SRC}}",
"env": {
"SHOPID": "16",
"APIKEY": "XXXXXXXX"
}
}
}
}
Requires a workspace account
In Settings → Connectors → Create Connector, fill in the following:
| Variable | Value |
|---|---|
Name | Kash POS |
Description | Can record sales from your catalog and retrieve your sales reports. POS software integration. |
MCP Server URL | https://mcp.kash.click/mcp |
Authentication | oAuth |
Once added, the connector will be available in new conversations.
| Variable | Default | Description |
|---|---|---|
APIKEY | ---- | Required: your API key |
SHOPID | ---- | Required: your shop ID |
Create a .env file:
APIKEY=XXXXXXXXXXXXXX
SHOPID=XXX
The HTTP mode requires a Redis server.
It is recommended to use the hosted MCP HTTP/WebSocket server available at https://mcp.kash.click:
https://mcp.kash.click/mcp with a JSON-RPC MCP messagehttps://mcp.kash.click/health → { "status": "ok" }https://mcp.kash.click/.well-known/mcp/manifest.json → MCP manifestsale_createCreates a sale.
Input (Zod schema, main fields):
shopId: string, apiKey: stringpayment: numberdeliveryMethod: 0|1|2|3|4|5|6idUser?: number | stringidClient?: number | stringidtable?: number | stringidcaisse?: number | stringnumcouverts?: number | stringpublicComment?: stringprivateComment?: stringpagerNum?: number | stringclient?: {{ firstname?, lastname?, email?, phone?, address?, zip?, city?, country? }}`
Legacy item encoding:
productId_quantity_titleOverride_priceOverride_[...declinaisons]-<departmentId>_<price>_<title>Free_<price>_<title>
→ Sent as itemsList[].data_list_* (examples)data_list_productsdata_list_departmentsdata_list_department_groupsdata_list_clientsdata_list_variationsdata_list_delivery_mendata_list_paymentsdata_list_cashboxesdata_list_delivery_zonesdata_list_relay_pointsdata_list_discountsdata_list_usersdata_list_tablesAll accept: {{ format=('json'|'csv'|'html') }}.
The MCP API exposes a JSON manifest describing all available tools for compatible clients (ChatGPT, Claude, n8n, etc.).
https://mcp.kash.click/.well-known/mcp/manifest.json
🗂️ This URL is the one to provide to your MCP client when configuring the server.
© 2025. GNU GENERAL PUBLIC LICENSE
Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.