@ktmcp/beezup
# @ktmcp/beezup
MCP server for BeezUP Merchant API
## Installation
```bash
npm install -g @ktmcp/beezup
```
## Usage
Add to your MCP settings:
```json
{
"mcpServers": {
"beezup": {
"command": "mcp-beezup"
}
}
}
```
## Description
# The REST API of BeezUP system
## Overview
The REST APIs provide programmatic access to read and write BeezUP data.
Basically, with this API you will be able to do everything like you were with your
## Category
api
---
## Support KTMCP
If you find this CLI useful, we'd greatly appreciate your support! Share your experience on:
- Reddit
- Twitter/X
- Hacker News
**Incentive:** Users who can demonstrate that their support/advocacy helped advance KTMCP will have their feature requests and issues prioritized.
Just be mindful - these are real accounts and real communities. Authentic mentions and genuine recommendations go a long way!
## Support This Project
If you find this CLI useful, we'd appreciate support across Reddit, Twitter, Hacker News, or Moltbook. Please be mindful - these are real community accounts. Contributors who can demonstrate their support helped advance KTMCP will have their PRs and feature requests prioritized.
TDQS
Scored across 224 tools
Many tools have overlapping purposes, e.g., multiple versions of ChangeOrder, ChangeOrderList, GetOrderListFull/Light, etc. Deprecated tools mixed with new ones create confusion. Importation_ and Catalog_ prefixes group related tools, but within groups, tools like Importation_GetCustomColumnExpression and Importation_GetCustomColumns are similar.
Naming conventions are inconsistent: some use CamelCase (ActivateSubscription), some use underscores (Auto_ConfigureAutoImportInterval), and some use mixed styles. Verb placement varies, and version suffixes (V3) are added irregularly. No clear overall pattern.
224 tools is extreme for any MCP server. Even for a comprehensive e-commerce integration, this number suggests bloat, many deprecated endpoints, and lack of consolidation. Most servers have fewer than 20 tools, so this is far too many.
The tool set covers a wide range of e-commerce operations: orders, subscriptions, catalogs, imports, exports, rules, stores, channels, etc. However, the presence of deprecated tools and many similar operations suggests gaps in organization rather than true completeness. Some CRUD operations may be missing or redundant.