@blencorp/capture-mcp-server
AMCP server package capture-mcp-server
Install
agr install @blencorp/capture-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "capture-mcp-server", "version": "1.0.0", "description": "AI-native Model Context Protocol server for SAM.gov, USASpending.gov, and Tango federal procurement data.", "main": "dist/server.js", "scripts": { "build": "tsc && cp package.json dist/", "build:lambda": "npm run build && cp package-lock.json dist/ && cd dist && npm ci --omit=dev && cd ..", "start": "node dist/server.js", "dev": "node --import ./ts-node.register.mjs src/server.ts", "manage-keys": "node --import ./ts-node.register.mjs scripts/manage-keys.ts", "sync-config": "node --import ./ts-node.register.mjs scripts/sync-config.ts", "cdk:bootstrap": "cd infrastructure && npx cdk bootstrap", "cdk:deploy:yolo": "npm run build:lambda && cd infrastructure && npx cdk deploy CaptureServerless --require-approval never", "cdk:deploy": "npm run build:lambda && cd infrastructure && npx cdk deploy CaptureServerless", "cdk:destroy:yolo": "cd infrastructure && npx cdk destroy CaptureServerless --force", "cdk:destroy": "cd infrastructure && npx cdk destroy CaptureServerless", "cdk:synth": "npm run build:lambda && cd infrastructure && npx cdk synth CaptureServerless", "cdk:ls": "cd infrastructure && npx cdk ls", "cdk:test": "cd infrastructure && npm test", "test": "npm run build && node --test "dist/**/*.test.js"", "package": "npm run build && npm ci --omit=dev && zip -r capture-mcp-server.mcpb dist/ node_modules/ manifest.json icon.png && npm install", "package:hosted": "mkdir -p .tmp-hosted && cp manifest-hosted.json .tmp-hosted/manifest.json && cp icon.png .tmp-hosted/ && cd .tmp-hosted && zip -r ../capture-mcp-server-hosted.mcpb manifest.json icon.png && cd .. && rm -rf .tmp-hosted", "package:dxt": "npm run build && zip -r capture-mcp-server.dxt dist/ manifest.json icon.png" }, "keywords": [ "mcp", "federal", "procurement", "sam.gov", "usaspending", "tango" ], "author": "Mike Endale from BLEN, Inc.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/blencorp/capture-mcp-server.git" }, "bugs": { "url": "https://github.com/blencorp/capture-mcp-server/issues" }, "homepage": "https://github.com/blencorp/capture-mcp-server#readme", "type": "module", "dependencies": { "@aws-lambda-powertools/logger": "^2.12.0", "@aws-lambda-powertools/metrics": "^2.12.0", "@aws-sdk/client-cloudformation": "^3.939.0", "@aws-sdk/client-s3": "^3.939.0", "@codegenie/serverless-express": "^4.17.0", "@modelcontextprotocol/sdk": "^1.20.2", "axios": "^1.13.0", "express": "^5.1.0" }, "devDependencies": { "@types/aws-lambda": "^8.10.147", "@types/express": "^5.0.0", "@types/node": "^24.9.1", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }
Trustgrade A
- 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.
- passLicense
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-a0e2515720672026-08-06