Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Upgates Server

FreeNot checked

MCP server for automating Upgates e-commerce shops via the Upgates API v2. Provides 34 tools for managing orders, products, customers, invoices, carts, coupons,

GitHubEmbed

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.

License Version


🚀 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

Kompletní seznam →


🔒 Bezpečnost

GDPR Anonymizace

UPGATES_ANONYMIZE_DATA=true  # Anonymizuje 40+ polí

Více →

Readonly režim

UPGATES_READONLY=true  # Blokuje write operace

Více →


📚 Dokumentace

Uživatelská

Provozní

Vývojářská

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


⚡ Rychlé odkazy


📄 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! 🚀

from github.com/mcp-open/upgates-com-mcp

Install Upgates Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install upgates-mcp-server

Installs 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-mcp

FAQ

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

Compare 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