npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mseep/upgates-com-mcp

v0.1.0

Published

Model Context Protocol server for Upgates e-shop API v2 - AI asistent pro automatizaci e-shopu s GDPR anonymizací

Downloads

114

Readme

Upgates MCP Server

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