Upgates Server
FreeNot checkedMCP server for automating Upgates e-commerce shops via the Upgates API v2. Provides 34 tools for managing orders, products, customers, invoices, carts, coupons,
About
MCP server for automating Upgates e-commerce shops via the Upgates API v2. Provides 34 tools for managing orders, products, customers, invoices, carts, coupons, webhooks, and configuration, with built-in GDPR anonymization and readonly mode.
README
AI asistent pro automatizaci Upgates e-shopů
Model Context Protocol (MCP) server pro propojení s Upgates e-shop API v2.
🚀 Rychlý start
1. Instalace
git clone https://github.com/LukasOrcik/upgates-com-mcp.git
cd upgates-com-mcp
npm install
npm run build
2. Konfigurace
Vytvořte API přístup v Upgates Admin > Doplňky > API a přidejte do claude_desktop_config.json:
{
"mcpServers": {
"upgates": {
"command": "node",
"args": ["/absolute/path/to/upgates-com-mcp/dist/index.js"],
"env": {
"UPGATES_API_URL": "https://your-shop.admin.s17.upgates.com/api/v2",
"UPGATES_API_USERNAME": "your-api-username",
"UPGATES_API_PASSWORD": "your-api-key",
"UPGATES_READONLY": "true",
"UPGATES_ANONYMIZE_DATA": "true"
}
}
}
}
Viz .mcp.example.json pro template.
3. Použití v Claude AI
"Kolik máme dnes objednávek?"
"Které produkty jsou vyprodané?"
"Seznam nedokončených košíků za poslední týden"
📦 Dostupné nástroje (34)
| Kategorie | Count | Příklady |
|---|---|---|
| Objednávky | 5 | list, create, update, delete, history |
| Produkty | 5 | list, list_simple, create, update, delete |
| Zákazníci | 2 | list, create |
| Faktury | 1 | list |
| Košíky | 1 | list |
| Kupóny | 2 | list, create |
| Webhooky | 3 | list, create, events |
| Číselníky | 9 | statuses, labels, payments, shipments... |
| Konfigurace | 4 | languages, config, owner, api_status |
🔒 Bezpečnost
GDPR Anonymizace
UPGATES_ANONYMIZE_DATA=true # Anonymizuje 40+ polí
Readonly režim
UPGATES_READONLY=true # Blokuje write operace
📚 Dokumentace
Uživatelská
- Nástroje - Seznam všech 34 nástrojů
- Smart Defaults - Výchozí hodnoty a filtry
- Anonymizace - GDPR ochrana
Provozní
- Production - Deployment checklist
- Changelog - Historie verzí
- Release Notes - v0.1.0 release
Vývojářská
- Contributing - Jak přispět
- GitHub Issues - Issue templates
Externí
📊 Statistiky
- Kód: 2,716 řádků TypeScript
- Testy: 23/23 passing (100%)
- Build: ~2 sekundy
- Optimalizace: 82-99.8% token reduction
- Testováno: EdgarPower shop (23,794 orders, 87 products)
🤝 Podpora a komunita
Máte problém nebo nápad?
Komunita
- GitHub Discussions - Otázky a tipy
⚡ Rychlé odkazy
- Instalace - Jak začít
- Konfigurace - Nastavení
- Nástroje - Co můžete dělat
- Production - Nasazení
- Contributing - Jak přispět
📄 Licence
CC-BY-NC-4.0 - Attribution-NonCommercial 4.0 International
Pro komerční využití kontaktujte autora.
👨💻 Autor
Lukáš Orčík Neziskový projekt OpenMCP Specialista na e-commerce automatizaci a AI integrace
Repository: https://github.com/LukasOrcik/upgates-com-mcp
Automatizujte svůj Upgates e-shop s AI! 🚀
Install Upgates Server in Claude Desktop, Claude Code & Cursor
unyly install upgates-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add upgates-mcp-server -- npx -y github:mcp-open/upgates-com-mcpFAQ
Is Upgates Server MCP free?
Yes, Upgates Server MCP is free — one-click install via Unyly at no cost.
Does Upgates Server need an API key?
No, Upgates Server runs without API keys or environment variables.
Is Upgates Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Upgates Server in Claude Desktop, Claude Code or Cursor?
Open Upgates Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Upgates Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
