@fauguste/boondmanager-mcp-server
BMCP server package boondmanager-mcp-server
Install
agr install @fauguste/boondmanager-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "boondmanager-mcp-server", "version": "2.11.0", "description": "MCP Server for BoondManager API - 180 tools, 11 prompts, 22 resources (ERP/CRM)", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "boondmanager-mcp-server": "dist/index.js" }, "engines": { "node": ">=22.0.0" }, "files": [ "dist", "manifest.json", "README.md", "LICENSE", "NOTICE" ], "repository": { "type": "git", "url": "git+https://github.com/fauguste/boondmanager-mcp-server.git" }, "bugs": { "url": "https://github.com/fauguste/boondmanager-mcp-server/issues" }, "homepage": "https://github.com/fauguste/boondmanager-mcp-server#readme", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "format": "prettier --write "src//*.{ts,js,json}"", "format:check": "prettier --check "src//*.{ts,js,json}"", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "docs:tools": "npm run build && node scripts/generate-tools-catalog.mjs", "docs:tools:check": "npm run build && node scripts/generate-tools-catalog.mjs --check", "api:monitor:test": "node scripts/test-api-monitor.cjs", "api:monitor:save": "node scripts/test-api-monitor.cjs --save", "prepare": "husky || true", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "boondmanager", "esn", "crm", "candidates", "resources" ], "mcpName": "io.github.fauguste/boondmanager-mcp-server", "author": "Frédéric Auguste", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "pino": "^10.3.1", "pino-pretty": "^13.1.3", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^26.0.0", "@vitest/coverage-v8": "^4.0.18", "eslint": "^10.0.2", "husky": "^9.1.7", "lint-staged": "^17.0.4", "prettier": "^3.8.3", "typescript": "^6.0.2", "typescript-eslint": "^8.0.0", "vitest": "^4.0.18" } }
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-affdd19c9f392026-08-06