Talk to your stock data
in natural language
Ask Claude "Which products are out of stock?" and get an instant answer based on your real GSE-Web data. Without writing a single line of code.
Install
0 required
AI tools
20+
Data
100% private
20+
AI tools available
0
install required
Claude Pro/Max
compatible
100%
private data
What is the MCP server?
No need to be a developer. Here's the idea in one sentence:
"As if your AI assistant had live access to your warehouse."
You ask a question
You write to Claude in plain English, exactly as if you were talking to someone.
Claude queries GSE-Web
Via the MCP protocol, Claude contacts your GSE-Web software and reads your data in real time.
Claude answers you
With your real data. No made-up numbers. No examples. YOUR data, right now.
It's like searching on Google…
…except you query your own private data, stockées dans GSE-Web, pas le web public. No need to know how to code. If you can write an email, you can use the MCP server.
How to use it
Choose your method based on your favourite tool.
Method 1 — claude.ai
The simplest, everything happens in your browser
Go to claude.ai
Log in to your Claude account (Pro or Max subscription required).
Settings → Integrations → Add
In your account settings, find the "Integrations" section and click "Add".
Paste the MCP server URL
That's it. Claude can now query your GSE-Web data.
Compatible with Claude Pro and Max subscriptions. Free subscriptions do not support MCP integrations.
Method 2 — Claude Desktop
Anthropic's Mac / Windows app
Open the configuration file
In Claude Desktop: Menu → File → Settings → MCP configuration editor.
Add the configuration block
"gse-web": {
"command": "node",
"args": ["path/to/mcp-client.js"],
"env": {
"MCP_SERVER_URL": "https://gse-web.xlexe.com/api/mcp_remote.php"
}
}
}
Restart Claude Desktop
The configuration is loaded at startup. GSE-Web appears in the list of available tools.
Method 3 — Other AIs (technical)
For developers wanting to integrate other tools
GSE-Web's MCP server complies with the standard Anthropic MCP protocol. It is compatible with any client that supports this protocol.
Cursor
AI IDE — MCP compatible
Cline
VS Code extension — MCP compatible
Any MCP client
Standard Anthropic protocol
MCP HTTP server URL:
The server is already deployed on your GSE-Web instance. Just configure the URL above in your MCP client with your GSE-Web credentials.
What you can ask
Posez vos questions en français, comme vous le feriez à un collègue. Claude queries GSE-Web et vous répond avec vos données réelles.
Imminent stock-outs
"Which products will run out this week?"
Stock value
"Show me the total value of my stock by category"
Top consumption
"What are the 10 most consumed products this month?"
Expiry dates
"Are there any expired or near-expiry products?"
Automatic reports
"Generate a report of inflows/outflows for the week"
Idle stock
"Which products have been idle for over 90 days?"
36 tools available
Chaque "outil" est une capacité que Claude peut appeler sur vos données. Vous n'avez pas besoin de les connaître — Claude les utilise automatiquement selon votre question.
| Tool | Description | |
|---|---|---|
| Authentication (3) | ||
authenticate |
Connect to a GSE-Web server | |
get_current_user |
Profile and rights of the connected user | |
list_servers |
Information about the connected server | |
| Products & Stock (5) | ||
search_products |
Search a product by name, reference or barcode | |
get_product_details |
Full details of a product with stock per location | |
get_stock_levels |
Stock levels per warehouse and location | |
get_emplacements |
List of storage locations | |
get_categories |
Distinct product categories | |
| Movements (4) | ||
list_entrees |
Stock inflows with date filters | |
list_sorties |
Stock outflows with date filters | |
list_bon_mouvements |
Movement orders filtered by status | |
get_bon_mouvement_details |
Full details of a movement order | |
| Write (3) | ||
create_entree |
Create a stock inflow | |
create_sortie |
Create a stock outflow | |
update_bon_mouvement_statut |
Change the status of a movement order | |
| Users (3) | ||
list_users |
List of users in the organisation | |
get_user_details |
Details of a user with groups and rights | |
get_organisation_info |
Information about the current organisation | |
| Analytics (3) | ||
get_stock_alerts |
Alerts: stock-outs and near-expiry items | |
get_dashboard_stats |
Key stock statistics | |
get_recent_logs |
Latest application logs | |
| Training (3) | ||
list_classes |
Training classes | |
list_scenarios |
Educational scenarios (TP) | |
get_student_progress |
Student progress on a scenario | |
Deployed for
all your AIs
The MCP server is already deployed sur votre instance GSE-Web. Pas de serveur à configurer, pas d'infrastructure à gérer. Il suffit de renseigner l'URL dans n'importe quel client compatible MCP.
Standard Anthropic MCP protocol — not a proprietary system
Compatible with Cursor, Cline, and any MCP client
Your data does not transit through third-party servers
Secure authentication with your GSE-Web credentials
"url": "https://gse-web.xlexe.com/api/mcp_remote.php",
// Your GSE-Web credentials
"auth": {
"type": "bearer",
"token": "votre_token_gse_web"
},
// Available tools: 20+
"capabilities": ["tools"]
Connect your AI
to your stock
Posez des questions sur vos données in natural language. Claude answers you avec vos vrais chiffres, en quelques secondes.