Construction MCP Server
Related Servers
Alternatives to Construction MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server for construction tools that calculates wall formwork material takeoffs from geometry inputs, enabling LLMs to generate accurate bills of materials.-
- AlicenseAqualityDmaintenanceAn MCP server that provides structural load and stability math (tipping, support reactions, beam checks) that language models often get wrong, enabling AI assistants to compute accurate engineering estimates.3MIT
- AlicenseAqualityFmaintenanceA lightweight MCP server for linear-static structural analysis of bridges and building frames, providing tools to build 3D beam/truss models, analyze with built-in or CalculiX solvers, and export to FreeCAD.174MIT
- FlicenseNot gradedqualityCmaintenanceMinimal MCP server for calculator operations, built with NitroStack template for learning purposes.-
- FlicenseBqualityCmaintenanceMinimal calculator-focused MCP server with tools, resources, and prompts using TypeScript and Zod validation.2-
- FlicenseNot gradedqualityDmaintenanceA universal MCP server providing calculator and API calling tools, deployable on Cloudflare Workers.-
TDQS
Scored across 4 tools
Each tool has a distinct purpose: calculate_materials and estimate_cost are clearly separate construction functions, while read_group_messages and send_group_message are distinct messaging operations. There is no overlap or ambiguity between any of the four tools.
All tool names follow a consistent snake_case verb_noun pattern (calculate_materials, estimate_cost, read_group_messages, send_group_message). The naming is uniform and predictable.
Four tools is within the typical well-scoped range, but the mix of construction and messaging tools suggests a lack of focus. The count itself is reasonable, though the server's purpose is diluted across two unrelated domains.
For a construction server, the surface is severely incomplete—only material calculation and cost estimation are covered, with no project management, scheduling, or lifecycle operations. The messaging tools are unrelated and appear bolted on, leaving the overall domain coverage fragmented.