purchase-mcp-server
Version:
Purchase and budget management server handling requisitions, purchase orders, expenses, budgets, and vendor management with ERP access for data extraction
83 lines (82 loc) • 2.89 kB
JSON
{
"name": "purchase-mcp-server",
"version": "2.0.7",
"description": "Purchase and budget management server handling requisitions, purchase orders, expenses, budgets, and vendor management with ERP access for data extraction",
"main": "dist/index.js",
"type": "module",
"bin": {
"purchase-mcp-server": "bin/cli.js"
},
"scripts": {
"test": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
"prebuild": "npx tsx scripts/generate-types.ts",
"build": "tsc && npm run copy-assets",
"copy-assets": "node -e \"const fs=require('fs'),path=require('path'); fs.mkdirSync('dist/prompts',{recursive:true}); fs.mkdirSync('dist/resources',{recursive:true}); fs.copyFileSync('src/prompts/prompts.yaml','dist/prompts/prompts.yaml'); fs.copyFileSync('src/resources/resources.yaml','dist/resources/resources.yaml');\"",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"postinstall": "node install.js",
"prepare": "chmod +x bin/cli.js && npm run build",
"install-global": "npm install -g .",
"postpublish": "echo 'Package published! Note: The npx test may not work immediately as the registry needs time to update.'",
"test-npx": "cd /tmp && npx -y purchase-mcp-server@latest --help",
"version-bump": "node scripts/version-bump.js",
"generate-types": "npx tsx scripts/generate-types.ts",
"dev:watch-types": "tsx --watch scripts/generate-types.ts",
"test:handlers": "npx tsx test/test-runner.ts",
"test:mcp": "npx tsx test/mcp-test-runner.ts"
},
"_comment_customize": "🔧 CUSTOMIZE: Update keywords for your domain",
"keywords": [
"mcp",
"purchase",
"vessel-management",
"procurement"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",
"axios": "^1.10.0",
"commander": "^12.0.0",
"dotenv": "^16.5.0",
"google-auth-library": "^9.6.3",
"googleapis": "^133.0.0",
"js-yaml": "^4.1.0",
"mongodb": "^5.0.0",
"openai": "^4.104.0",
"playwright": "^1.42.1",
"syia-mcp-utils": "^2.0.0",
"typescript": "^5.0.4",
"typesense": "^2.0.3",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/dotenv": "^6.1.1",
"@types/js-yaml": "^4.0.5",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.19.1",
"@types/winston": "^2.4.4",
"mocha": "^11.7.1",
"ts-node": "^10.9.1",
"tsx": "^4.19.4"
},
"files": [
"bin/",
"dist/",
"README.md",
"install.js"
],
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syia-ai/purchase_mcp_server.git"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/syia-ai/purchase_mcp_server/issues"
},
"homepage": "https://github.com/syia-ai/purchase_mcp_server#readme"
}