← Index

io.github.theYahia/kaspi-mcp

io.github.theYahia/kaspi-mcp·v1.0.0·Other
Quality Score
85
/100

MCP server for Kaspi.kz Shop API -- orders and products.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "kaspi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/kaspi-mcp"
      ],
      "env": {
        "KASPI_API_KEY": "<your-kaspi_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "kaspi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/kaspi-mcp"
      ],
      "env": {
        "KASPI_API_KEY": "<your-kaspi_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/kaspi-mcp
§02  Environment variables
KASPI_API_KEY
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other