kaspi-merchant-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kaspi-merchant-mcpShow new orders today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kaspi-merchant-mcp
Первый MCP-сервер для Kaspi Marketplace в мире. 721 000 продавцов в Казахстане теперь могут управлять заказами через AI-ассистентов.
Kaspi.kz — крупнейший маркетплейс Казахстана. API работает по спецификации JSON:API (
Content-Type: application/vnd.api+json).
Sandbox отсутствует — все операции выполняются на реальных данных продакшна.
Операции accept_order, complete_order, cancel_order необратимы!
Инструменты (8 штук)
Инструмент | Метод | Описание |
| GET | Список заказов с фильтрацией по статусу и дате |
| GET | Один заказ по ID |
| GET | Позиции заказа (товары, кол-во, цена) |
| PATCH | Принять заказ (ACCEPTED_BY_MERCHANT) |
| PATCH | Завершить заказ (COMPLETED) |
| PATCH | Отменить заказ (CANCELLED) |
| GET | Список городов Kaspi |
| GET | Товарные предложения продавца |
Related MCP server: Shopify MCP Server
Статусы заказов
Статус | Описание |
| Новый заказ, ожидает обработки |
| Требуется подпись (для крупных покупок) |
| Готов к выдаче |
| В доставке (курьерская) |
| В доставке через Kaspi Доставку |
| Архив (завершённые/отменённые) |
Быстрый старт
1. Получите API-токен
Откройте Kaspi Seller Cabinet → Настройки → API → Скопируйте токен.
2. Настройте MCP-сервер
Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-merchant-mcp"],
"env": {
"KASPI_AUTH_TOKEN": "ваш-токен"
}
}
}
}Claude Code (CLI)
claude mcp add kaspi -- npx -y @theyahia/kaspi-merchant-mcp
# Установите переменную окружения:
export KASPI_AUTH_TOKEN="ваш-токен"VS Code (Copilot)
.vscode/mcp.json:
{
"servers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-merchant-mcp"],
"env": {
"KASPI_AUTH_TOKEN": "ваш-токен"
}
}
}
}Cursor
.cursor/mcp.json:
{
"mcpServers": {
"kaspi": {
"command": "npx",
"args": ["-y", "@theyahia/kaspi-merchant-mcp"],
"env": {
"KASPI_AUTH_TOKEN": "ваш-токен"
}
}
}
}Windsurf
~/.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Ссылки
Часть серии russian-mcp — MCP-серверы для СНГ-рынка
Лицензия
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to interact with a commercial management system through controlled capabilities for querying orders, analyzing invoices, summarizing customer activity, and creating orders, with role-based access control and audit trails.Last updated
- Flicense-qualityDmaintenanceEnables management of Shopify orders through the Admin REST API, allowing users to create new orders and retrieve order status details. It supports both local and remote access via SSE and STDIO transports for integration with MCP clients like Claude Desktop.Last updated
- AlicenseAqualityCmaintenanceIntegrates with Yandex Market Partner API, providing search and execute tools for managing orders, returns, shipments, offers, prices, and other seller operations via natural language.Last updated181MIT
- Alicense-qualityCmaintenanceIntegrates RetailCRM API with AI assistants, enabling access to orders, customers, and products from your CRM through natural language commands.Last updated1MIT
Related MCP Connectors
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Manage your Jumpseller store with AI. Products, orders, customers, and more.
First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/kaspi-merchant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server