Construction MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Construction MCP ServerCalculate concrete for a 10x8x0.5 foundation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Construction MCP Server
Ultra-lightweight MCP server for construction calculations and material estimation.
Features
Material Calculator: Calculate concrete, steel, brick requirements
Cost Estimator: Quick material cost calculations
Structure Types: Foundation, walls, slabs, beams
Related MCP server: loadbench-mcp
Quick Start
npm install
npm startTools Available
calculate_materials
Calculate materials for construction elements:
{
"structure": "foundation",
"dimensions": {
"length": 10,
"width": 8,
"height": 0.5
}
}estimate_cost
Estimate material costs:
{
"material": "concrete",
"quantity": 40,
"unit": "m³"
}Architecture
Zero dependencies beyond MCP SDK
In-memory calculations - no database overhead
Stateless design for maximum performance
JSON-based material database
Material Database
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³ |
Performance Notes
Sub-millisecond calculation responses
Minimal memory footprint (~10MB)
No external API calls
Pure computation - no I/O blocking
Usage Example
Connect to Claude Desktop by adding to your config:
{
"mcpServers": {
"construction": {
"command": "node",
"args": ["path/to/construction-mcp-server/server.js"]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA universal MCP server providing calculator and API calling tools, deployable on Cloudflare Workers.Last updated
- AlicenseAqualityCmaintenanceAn 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.Last updated3MIT
- AlicenseAqualityDmaintenanceA 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.Last updated173MIT
- Flicense-qualityCmaintenanceAn MCP server for construction tools that calculates wall formwork material takeoffs from geometry inputs, enabling LLMs to generate accurate bills of materials.Last updated
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ViranjPatel/construction-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server