streamable-httpMITupdated 1mo ago
Construction takeoff and estimating for AI agents.
construction takeoff estimating 能做什么?
Estimaite MCP server
Construction takeoff and estimating for AI agents.
Estimaite reads a construction drawing PDF, measures and counts the scope on the sheet, prices it against editable material and labour rates, and returns an estimate. This repository holds the public manifest and connection docs for its remote MCP server, so an MCP client can drive the whole job: upload a plan set, set or auto-detect scale, take off by trade, price it, and export a priced estimate or proposal.
The server is hosted. There is nothing to install and no source in this repository.
Connect
Endpoint
https://mcp.esti-maite.com/mcp
Transport is streamable HTTP. Authentication is OAuth 2.1: the client opens a browser, you approve the connection against your Estimaite account, and the client stores the token. Any MCP client that supports remote servers with OAuth will work, including Claude and other MCP-capable assistants.
Claude Desktop / Claude Code
Add it as a remote MCP server pointing at the endpoint above and complete the browser approval when prompted.
What it can do
Roughly, and grouped the way an estimator works:
- Drawings — upload a plan set, list sheets, read a sheet, extract text and schedules from it
- Scale — calibrate from a known dimension, or auto-detect the plan scale
- Takeoff — count symbols, measure linear runs, areas and volumes, organise into layers by system, size and material, and audit a sheet for what was missed
- Estimating — price takeoffs against cost items, apply overhead and profit, and produce a proposal
- Projects — create and manage projects, clients and assignees, and read the bid board
The full tool reference is in docs/tools.md. A connected client lists the live tool set,
which is always the authoritative answer.
Trades
Nine, covering concrete and masonry, structural and misc steel, carpentry and framing, drywall, insulation and ceilings, HVAC and sheet metal, plumbing and fire protection, electrical and low voltage, finishes and roofing, and sitework and utilities. The method follows how each trade is actually taken off rather than one generic workflow.
Accuracy
Estimaite makes no published accuracy claim. Measurement accuracy is being evaluated on a small sample and no number is published, so none is asserted here. What the product does claim is structural: measurements are produced before an estimator opens the drawing, and the estimator reviews them against an overlay of what was measured.
In the MCP registry
Published as com.esti-maite/construction-takeoff-estimating, under a namespace verified against
esti-maite.com.
curl 'https://registry.modelcontextprotocol.io/v0/servers?search=construction-takeoff-estimating'
The entry is named for what the server does rather than for the brand because registry search matches the
server name and ignores the description. server.json in this repository is the manifest that was published.
Links
- Product: https://www.esti-maite.com
- How agents drive it: https://www.esti-maite.com/mcp
- About: https://www.esti-maite.com/about
- Support: support@esti-maite.com
安装
把 construction takeoff estimating 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http construction-takeoff-estimating https://mcp.esti-maite.com/mcpcodex mcp add construction-takeoff-estimating --url https://mcp.esti-maite.com/mcp{
"mcpServers": {
"construction-takeoff-estimating": {
"url": "https://mcp.esti-maite.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"construction-takeoff-estimating": {
"type": "http",
"url": "https://mcp.esti-maite.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"construction-takeoff-estimating": {
"url": "https://mcp.esti-maite.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"construction-takeoff-estimating": {
"serverUrl": "https://mcp.esti-maite.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档17/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 26 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月5日 |