Color Me Shop
OfficialRelated Servers
Alternatives to Color Me Shop
- AlicenseAqualityCmaintenanceThe official remote Model Context Protocol (MCP) server for Muumuu Domain — a domain registration service operated by GMO Pepabo, Inc. Search and register domains, manage owned domains and contracts, and configure DNS records — all through natural language conversations with AI assistants.111MIT
Related Servers
- AlicenseCqualityDmaintenanceMCP server for Shopify Admin API. Enables product, order, customer, and inventory management via natural language.143 npm1MIT
- AlicenseCqualityBmaintenanceMCP server that enables AI assistants to operate Rakuten Market RMS through official APIs, covering order management, sales aggregation, products, inventory, coupons, and inquiries. Supports Cursor and Claude Desktop via stdio connection.58MIT
- AlicenseBqualityAmaintenanceProduction-grade MCP server for RetailCRM e-commerce CRM. Provides 39 tools and 2 prompt skills to manage orders, customers, products, inventory, payments, tasks, references, and analytics via API v5.3926 npm1MIT
- AlicenseBqualityCmaintenanceMCP server for managing WooCommerce stores through AI assistants like Claude. Provides 101 tools covering products, orders, customers, coupons, shipping, taxes, webhooks, settings, reports, and more.10065 npm2MIT
- AlicenseAqualityCmaintenanceThe first MCP server for the wafle commerce platform. It enables Claude, agents, and MCP-compatible clients to manage stores, products, orders, pricing, gateways, and more through natural language.100MIT
- AlicenseCqualityDmaintenanceMCP Server for the LINE Shopping API, enabling AI agents and tools to interact with LINE Shopping data and operations via the Model Context Protocol.2223MIT
TDQS
Scored across 49 tools
Most tools cleanly separate resource and action (e.g., getSale vs getSales vs statSale), and descriptions frequently cross-reference sibling tools. The main ambiguity is between product groups and product categories (createProductGroup vs createProductCategory, getProductGroups vs getProductCategories), plus some inventory overlap between getStocks and getProductVariants.
The get/update/delete pattern is broadly readable, but create verbs are mixed (postProducts/postCustomers/postProductPickup vs createCoupon/createProductGroup/createProductCategory), putProductPickup is the only put tool, updateCustomers is oddly plural, and statSale/Advertisings break the naming style.
49 tools is a heavy surface for an agent to navigate, well above the 25-tool boundary. While the server covers many e-commerce domains, several sub-resources (images, variants, advertising, pickup, templates, settings) could reasonably be consolidated or split into focused servers.
Core workflows are broadly covered: sales, customers, products, coupons, and templates all have read/write operations. However, products/categories/groups lack delete endpoints, product images are read-only, and reviews expose pending/approved/rejected state with no moderation or update capability.