Construction Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Construction Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Ultra-lightweight MCP server for construction calculations and material estimation.
npm install
npm startCalculate materials for construction elements:
{
"structure": "foundation",
"dimensions": {
"length": 10,
"width": 8,
"height": 0.5
}
}Estimate material costs:
{
"material": "concrete",
"quantity": 40,
"unit": "m³"
}| Material | Density | Cost/Unit |
|---|---|---|
| Concrete | 2400 kg/m³ | $120/m³ |
| Steel | 7850 kg/m³ | $800/m³ |
| Brick | 1800 kg/m³ | $0.5/piece |
| Cement | 1440 kg/m³ | $180/m³ |
Connect to Claude Desktop by adding to your config:
{
"mcpServers": {
"construction": {
"command": "node",
"args": ["path/to/construction-mcp-server/server.js"]
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.