Construction Server
БесплатноНе проверенUltra-lightweight MCP server for construction calculations and material estimation, enabling material calculator and cost estimator tools for structures like fo
Описание
Ultra-lightweight MCP server for construction calculations and material estimation, enabling material calculator and cost estimator tools for structures like foundations, walls, slabs, and beams.
README
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
Quick Start
npm install
npm start
Tools 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"]
}
}
}
Установка Construction Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ViranjPatel/construction-mcp-serverFAQ
Construction Server MCP бесплатный?
Да, Construction Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Construction Server?
Нет, Construction Server работает без API-ключей и переменных окружения.
Construction Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Construction Server в Claude Desktop, Claude Code или Cursor?
Открой Construction Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Construction Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
