Hybris MCP Server
Related Servers
Alternatives to Hybris MCP Server
No user-submitted related servers found.
Related Servers
TDQS
Scored across 16 tools
Most tools are distinct, but get_categories and get_category could be confused; also get_orders vs get_order are mostly clear but get_orders for a specific user vs get_order for a specific order is somewhat ambiguous. The rest are clearly distinct.
All tools use snake_case with verb_noun pattern, e.g., get_categories, execute_groovy, clear_cache, trigger_catalog_sync. Excellent consistency.
16 tools is slightly high but reasonable for a comprehensive Hybris management server covering catalog, orders, search, system admin, and data operations. Each tool has a defined purpose.
Covers core operations: catalog (categories/products), orders (get/list), search (products, flexible), data (impEx import/export), system (health, cache, cronjobs). Missing product creation/update/delete and order modifications, but these are less common for a read/admin tool; gaps are workaround by impEx.