loading…
Search for a command to run...
loading…
Enables managing Kaspi Marketplace orders through AI assistants, including listing, accepting, completing, and canceling orders, with real-time operations direc
Enables managing Kaspi Marketplace orders through AI assistants, including listing, accepting, completing, and canceling orders, with real-time operations directly on production data (no sandbox).
Первый MCP-сервер для Kaspi Marketplace в мире. 721 000 продавцов в Казахстане теперь могут управлять заказами через AI-ассистентов.
Kaspi.kz — крупнейший маркетплейс Казахстана. API работает по спецификации JSON:API (
Content-Type: application/vnd.api+json).
[!WARNING] Sandbox отсутствует — все операции выполняются на реальных данных продакшна.
Операции
accept_order,complete_order,cancel_orderнеобратимы!
| Инструмент | Метод | Описание |
|---|---|---|
get_orders |
GET | Список заказов с фильтрацией по статусу и дате |
get_order |
GET | Один заказ по ID |
get_order_items |
GET | Позиции заказа (товары, кол-во, цена) |
accept_order |
PATCH | Принять заказ (ACCEPTED_BY_MERCHANT) |
complete_order |
PATCH | Завершить заказ (COMPLETED) |
cancel_order |
PATCH | Отменить заказ (CANCELLED) |
get_cities |
GET | Список городов Kaspi |
get_products |
GET | Товарные предложения продавца |
| Статус | Описание |
|---|---|
NEW |
Новый заказ, ожидает обработки |
SIGN_REQUIRED |
Требуется подпись (для крупных покупок) |
PICKUP |
Готов к выдаче |
DELIVERY |
В доставке (курьерская) |
KASPI_DELIVERY |
В доставке через Kaspi Доставку |
ARCHIVE |
Архив (завершённые/отменённые) |
Откройте Kaspi Seller Cabinet → Настройки → API → Скопируйте токен.
claude_desktop_config.json:
{
"mcpServers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-merchant-mcp"],
"env": {
"KASPI_AUTH_TOKEN": "ваш-токен"
}
}
}
}
claude mcp add kaspi -- npx -y @theyahia/kaspi-merchant-mcp
# Установите переменную окружения:
export KASPI_AUTH_TOKEN="ваш-токен"
.vscode/mcp.json:
{
"servers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-merchant-mcp"],
"env": {
"KASPI_AUTH_TOKEN": "ваш-токен"
}
}
}
}
.cursor/mcp.json:
{
"mcpServers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-merchant-mcp"],
"env": {
"KASPI_AUTH_TOKEN": "ваш-токен"
}
}
}
}
~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-merchant-mcp"],
"env": {
"KASPI_AUTH_TOKEN": "ваш-токен"
}
}
}
}
"Покажи новые заказы за сегодня"
"Прими заказ 12345678"
"Какие заказы ожидают отправки?"
"Покажи детали заказа ABC-123"
"Отмени заказ XYZ, причина: нет в наличии"
"Список городов Kaspi"
git clone https://github.com/theYahia/kaspi-merchant-mcp.git
cd kaspi-merchant-mcp
npm install
npm run build
npm test
MIT
Выполни в терминале:
claude mcp add kaspi-merchant-mcp -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai