Skip to main content
Glama
theYahia

kaspi-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KASPI_API_KEYYesAPI-ключ из кабинета продавца Kaspi.kz

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_ordersB

Получение списка заказов Kaspi с фильтрацией по статусу и дате.

get_productsA

Получение списка товаров продавца на Kaspi.

get_orderA

Получение детальной информации о заказе Kaspi по ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation4/5

get_orders and get_order are clearly list versus detail, and get_products targets a distinct resource. The singular/plural pair is the only possible source of confusion, but the descriptions resolve it.

Naming Consistency5/5

All tools follow the consistent get_<resource> verb_noun pattern, with singular used for detail and plural for list operations. There is no style mixing or vague naming.

Tool Count5/5

Three tools is well-scoped for a focused read-only Kaspi merchant integration. Each tool serves a distinct, necessary purpose with no redundancy.

Completeness2/5

The server covers order list, order detail, and product list, but lacks product detail and any write or state-change operations like order status updates. Real Kaspi seller workflows would hit significant dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues