MCP server for Kaspi.kz Shop API -- orders and products.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kaspi": {
"env": {
"KASPI_API_KEY": "<YOUR_API_KEY>"
},
"args": [
"-y",
"@theyahia/kaspi-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для API Kaspi.kz Marketplace — заказы, товары, детали заказа.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
A command line tool for setting up commercetools MCP server
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Electronic component sourcing, BOM management, and PCB design workflows.
Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
MCP Security Weekly
Get CVE alerts and security updates for Kaspi MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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