{ "name": "profitlee-mcp", "version": "0.2.1", "description": "MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).", "license": "MIT", "author": "AronLEE ", "homepage": "https://github.com/AronLEEdev/profitlee-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/AronLEEdev/profitlee-mcp.git" }, "bugs": { "url": "https://github.com/AronLEEdev/profitlee-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "modelcontextprotocol", "amazon", "fba", "fbm", "tiktok-shop", "profit-calculator", "margin", "ecommerce", "seller", "profitlee" ], "mcpName": "io.github.AronLEEdev/profitlee-mcp", "type": "module", "bin": { "profitlee-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "test": "vitest run", "prepublishOnly": "npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }