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.
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
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
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