kitcommerce-mcp
Related Servers
Alternatives to kitcommerce-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityFmaintenanceA comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.15 npm18MIT
- AlicenseCqualityDmaintenanceAn MCP server providing AI agents with full access to the Shopify Admin API via 136 tools for managing products, orders, customers, collections, and more.1007 npmMIT
- 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
- AlicenseNot gradedqualityDmaintenanceProduction-grade MCP server for the Shopify Admin GraphQL API, exposing typed tools for AI agents to manage products, orders, customers, and more.12 npmMIT
- AlicenseNot gradedqualityAmaintenanceA production-grade MCP server and CLI tool that enables AI agents to manage Shopify stores through 49 built-in tools across products, orders, inventory, and analytics. It supports natural language workflows for tasks like inventory tracking, customer support, and sales reporting.105 npm18MIT
- AlicenseBqualityDmaintenanceA production-grade MCP server for the WooCommerce REST API, enabling AI assistants to manage products, orders, customers, and store settings.341MIT
TDQS
Scored across 30 tools
Each tool is clearly scoped to a specific resource and action (e.g., product, order, coupon). There is no overlap between list/get/create/update/delete operations across different resource types, making it easy for an agent to select the right tool.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., list_products, create_order, update_inventory). The one bulk operation (bulk_update_product_status) still fits the same convention.
30 tools is slightly on the high side, but each tool serves a meaningful purpose within the e-commerce admin domain. The breadth is justified by covering multiple resources (products, categories, collections, coupons, orders, inventory, customers, dashboard).
The tool surface provides full CRUD for most master data and appropriate partial operations for transactional data (orders, inventory, customers) where creation is not an admin responsibility. Minor gaps like missing order-level item management or customer updates are acceptable for the domain.