{ "name": "rigshare-mcp", "version": "2.1.0", "mcpName": "io.github.RPER2001/rigshare", "description": "Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.", "author": "RIGShare LLC ", "license": "MIT", "homepage": "https://github.com/RPER2001/rigshare-mcp", "repository": { "type": "git", "url": "git+https://github.com/RPER2001/rigshare-mcp.git" }, "bugs": { "url": "https://github.com/RPER2001/rigshare-mcp/issues", "email": "support@rigshare.app" }, "keywords": [ "mcp", "modelcontextprotocol", "rigshare", "gpu", "robotics", "rental", "marketplace", "claude", "ai-agents" ], "type": "module", "bin": { "rigshare-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "server.json", "smithery.yaml", "Dockerfile" ], "scripts": { "build": "tsc", "prepare": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch", "test": "tsc && node test/tools.test.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" }, "engines": { "node": ">=18" } }