{ "name": "auravms-mcp", "version": "0.1.2", "description": "MCP server for AuraVMS \u2014 run RFQ/procurement cycles from any MCP-capable agent: add suppliers, create and send RFQs, pull quotes with L1/L2/L3 ranking, place orders, close out.", "keywords": [ "mcp", "modelcontextprotocol", "rfq", "procurement", "purchasing", "supplier", "quotes", "auravms" ], "author": "Dhrumil Barot", "homepage": "https://www.auravms.com", "license": "MIT", "type": "module", "bin": { "auravms-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"", "prepublishOnly": "npm run build", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/dann26parr69/auravms-mcp.git" }, "bugs": { "url": "https://github.com/dann26parr69/auravms-mcp/issues" }, "mcpName": "io.github.dann26parr69/auravms-mcp" }