kaspi-mcp
Related Servers
Alternatives to kaspi-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables managing Kaspi Marketplace orders through AI assistants, including listing, accepting, completing, and canceling orders, with real-time operations directly on production data (no sandbox).811 npmMIT
- AlicenseNot gradedqualityFmaintenanceEnables Lamoda sellers to manage their store via natural language through a MCP server that connects to the official Lamoda Seller API, supporting 155 methods for products, prices, orders, shipments, and more.MIT
- AlicenseNot gradedqualityCmaintenanceExposes Amazon Selling Partner API tools for sellers to manage orders, inventory, listings, pricing, analytics, and reports via natural language.4 npm1AGPL 3.0
- AlicenseAqualityDmaintenanceIntegrates with Yandex Market Partner API, providing search and execute tools for managing orders, returns, shipments, offers, prices, and other seller operations via natural language.181MIT
- FlicenseAqualityDmaintenanceEnables store operations including inventory and sales queries and automated replenishment ordering through natural language.3-
- FlicenseAqualityCmaintenanceEnables MCP clients to manage Jumia Vendor Center catalogs and orders through natural language, including product creation/updates, inventory sync, order fulfillment, shipping labels, and payout monitoring.27-
TDQS
Scored across 3 tools
get_orders and get_order are clearly list versus detail, and get_products targets a distinct resource. The singular/plural pair is the only possible source of confusion, but the descriptions resolve it.
All tools follow the consistent get_<resource> verb_noun pattern, with singular used for detail and plural for list operations. There is no style mixing or vague naming.
Three tools is well-scoped for a focused read-only Kaspi merchant integration. Each tool serves a distinct, necessary purpose with no redundancy.
The server covers order list, order detail, and product list, but lacks product detail and any write or state-change operations like order status updates. Real Kaspi seller workflows would hit significant dead ends.