theYahia/kaspi-mcp
MCP server for Kaspi.kz Shop — orders, products (Kazakhstan)
Platform-specific configuration:
{
"mcpServers": {
"kaspi-mcp": {
"command": "npx",
"args": [
"-y",
"kaspi-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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
Loading reviews...