{ "name": "@theyahia/boxberry-mcp", "version": "1.1.0", "description": "MCP server for Boxberry — delivery points, shipping calculation, tracking (Russia)", "type": "module", "main": "dist/index.js", "bin": { "boxberry-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", "test": "vitest run", "test:watch": "vitest", "start:http": "node dist/index.js --http" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^4.1.2" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/boxberry-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "boxberry", "delivery", "shipping", "logistics", "tracking", "api", "typescript" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theYahia/boxberry-mcp.git" }, "homepage": "https://github.com/theYahia/boxberry-mcp#readme", "author": "Yahia" }