Connects to the Kaspi.kz Marketplace API for managing e-commerce operations on Kazakhstan's largest online marketplace. Exposes three tools: get_orders for retrieving and filtering order lists, get_products for fetching your seller inventory, and get_order for pulling detailed information on specific orders. Requires a seller API key from your Kaspi.kz merchant dashboard. Useful if you're building automation around order processing, inventory management, or custom reporting for a Kaspi storefront. Ships as an npx package, so you can run it directly without installation by pointing Claude at your API credentials.
MCP-сервер для API Kaspi.kz Marketplace — заказы, товары, детали заказа.
| Инструмент | Описание |
|---|---|
get_orders | Список заказов с фильтрацией |
get_products | Список товаров продавца |
get_order | Детали заказа по ID |
{
"mcpServers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-mcp"],
"env": {
"KASPI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
| Переменная | Обязательная | Описание |
|---|---|---|
KASPI_API_KEY | Да | API-ключ из кабинета продавца Kaspi.kz |
MIT
KASPI_API_KEY*secretAPI key for the service