Engineering Drawing Estimator
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., "@Engineering Drawing EstimatorCount the socket outlets and data outlets in this engineering drawing."
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.
AI Engineering Drawing Estimator v0.1.2
AI Agent MCP for Symbol Counting and Quantity Takeoff
An assisted-review MCP server and Agent Skill for counting electrical and communication symbols in engineering PDF drawings with ChatGPT Codex, Hermes, and other MCP-compatible AI agents.
This is not a fully automatic quantity takeoff system. Every candidate must be reviewed before reporting a final count.
Supported workflow
Inspect vector, hybrid, and raster PDF pages.
Render pages for visual review.
Detect vector candidates for:
Duplex Socket Outlet
Single Socket Outlet
Data Outlet
Suppress candidates whose center overlaps PDF text by default.
Create project-specific symbol templates from a clean legend ROI.
Export candidate crops, markup, CSV, JSON, and an HTML review page.
Confirm reviewed candidates and add manually verified points.
No project drawings, customer files, marked-up plans, test outputs, or machine-specific paths are included in this repository.
Related MCP server: PDF2MD MCP Server
Requirements
Windows
Python 3.12-3.14
PowerShell
An MCP-compatible AI agent such as Codex or Hermes
Install
Clone or download this repository, then run:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\install.ps1The installer:
Creates
.venvand installs the Python dependencies.Runs the MCP doctor check.
Installs the Skill to
~/.codex/skills/count-engineering-drawing-symbolsby default.Generates
codex-mcp-config.tomlwith the local MCP command.
Add the generated MCP block to ~/.codex/config.toml, then restart the agent.
When upgrading from v0.1.1, remove the old [mcp_servers.drawing-estimate-reader] block and use the generated [mcp_servers.engineering-drawing-estimator] block.
For another agent, register a stdio MCP server using:
command: .venv\Scripts\python.exe
args: mcp\server.pyAgent prompt
Use $count-engineering-drawing-symbols to inspect this PDF.
Count Duplex Socket Outlet, Single Socket Outlet, and Data Outlet by floor.
Create markup and review every candidate before reporting the quantities.MCP tools
Tool | Purpose |
| Classify PDF pages before analysis |
| Render a page for legend and plan review |
| Return supported symbol/context rules |
| Build a project-specific vector template |
| Generate a high-recall candidate shortlist |
| Export confirmed counts and auditable markup |
Important review rules
Treat starter templates as search aids, not universal standards.
Prefer the legend from the current project.
Check every wall face, wall corner, and both sides of doors.
Support rotated symbols at 0, 90, 180, and 270 degrees.
Use OCR only for text context, never for detecting symbol geometry.
A nearby
4can be a circuit number;Ccan identify CCTV.A zero result remains provisional until the candidate set and wall/door regions are reviewed.
Use
manual_pointsfor visually confirmed misses.
Limitations
The bundled matcher is intended mainly for vector/hybrid PDFs.
Raster scans require high-resolution tiling and a vision/object-detection workflow.
Different companies and projects may use different symbol geometry.
Final results require human or agent-assisted visual confirmation.
License
MIT
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.
Latest Blog Posts
- 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/anekhirun/ai-engineering-drawing-estimator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server