{ "name": "@theyahia/kaspi-mcp", "version": "1.0.2", "description": "MCP server for Kaspi — marketplace orders, payments (Kazakhstan)", "type": "module", "main": "dist/index.js", "bin": { "kaspi-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/kaspi-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "kaspi", "kazakhstan", "orders", "products", "api", "typescript", "kazakhstan-api", "marketplace", "payments" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theYahia/kaspi-mcp.git" }, "homepage": "https://github.com/theYahia/kaspi-mcp#readme", "author": "theYahia (https://github.com/theYahia)" }