- Multi-file architecture with API client, comprehensive types, 13 tool domains - 87 total tools covering customers, jobs, invoices, estimates, equipment, technicians, scheduling, inventory, payments, reporting, locations, service agreements, tasks - 16 dark-themed React MCP apps (Dashboard, Customers, Jobs, Scheduling, Invoices, Estimates, Technicians, Equipment, Inventory, Payments, Service Agreements, Reports, Tasks, Calendar, Map View, Price Book) - Full TypeScript support with zero compilation errors - Comprehensive README with API coverage details - Bearer token authentication with rate limiting and error handling
41 lines
956 B
JSON
41 lines
956 B
JSON
{
|
|
"name": "@busybee3333/lightspeed-mcp-server",
|
|
"version": "1.0.0",
|
|
"description": "Complete MCP server for Lightspeed Retail & Restaurant POS platform with 50+ tools and 15+ React apps",
|
|
"author": "BusyBee3333",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"bin": {
|
|
"lightspeed-mcp": "./dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && node build-apps.js",
|
|
"prepublishOnly": "npm run build",
|
|
"dev": "tsc --watch",
|
|
"start": "node dist/main.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.11",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"@types/react": "^19.0.6",
|
|
"@types/react-dom": "^19.0.2",
|
|
"@vitejs/plugin-react": "^4.3.4"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"lightspeed",
|
|
"pos",
|
|
"retail",
|
|
"restaurant",
|
|
"point-of-sale",
|
|
"inventory",
|
|
"ecommerce"
|
|
]
|
|
}
|