Skip to main content
ClaudeWave
imnoo-team avatar
imnoo-team

quality-control-plan-mcp

Ver en GitHub

MCP server that generates quality control plans and inspection reports from technical-drawing PDFs — tolerances, fits, threads, GD&T and surface finishes extracted automatically, balloon numbering, acceptance limits, ballooned drawing PDF and Excel measurement report. By Imnoo, powers quality-check-protocol.imnoo.com.

MCP ServersRegistry oficial0 estrellas0 forksDockerfileMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: NPX · quality-control-plan-mcp
Claude Code CLI
claude mcp add quality-control-plan-mcp -- npx -y quality-control-plan-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "quality-control-plan-mcp": {
      "command": "npx",
      "args": ["-y", "quality-control-plan-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Quality Control Plan MCP Server

[![Quality Control Plan MCP server](https://glama.ai/mcp/servers/imnoo-team/quality-control-plan-mcp/badges/score.svg)](https://glama.ai/mcp/servers/imnoo-team/quality-control-plan-mcp)

**Generate quality control plans and inspection reports from technical-drawing PDFs — from any MCP-enabled assistant.**

This [Model Context Protocol](https://modelcontextprotocol.io) server exposes the engine behind [quality-check-protocol.imnoo.com](https://quality-check-protocol.imnoo.com) (by [Imnoo](https://www.imnoo.com)). Need a quality control plan for a technical drawing? Hand the PDF to your assistant and get a numbered inspection plan in about a minute: every dimensional tolerance, ISO fit, thread, geometric tolerance (GD&T) and surface finish is extracted automatically by Imnoo's drawing analysis, ballooned on the drawing and listed with its acceptance limits — ⌀50 ±0.05 becomes 49.95–50.05 — and a measuring instrument. Ask for an inspection class (100 % full inspection, Q1 reduced, Q2 spot check), keep the balloon numbers printed on the drawing or renumber them (1, 001 or D001 style, in reading or measurement order), then let it write the ballooned drawing, the complete inspection package or the Excel measurement and inspection report — the same documents the Imnoo calculator produces. It covers first-article inspection, PPAP-style dimensional reports and shop-floor quality check protocols, on vector and scanned PDFs alike. Built by Imnoo, the planning, scheduling and quoting platform for CNC manufacturers — where the same quality check protocols come out of every quote, next to cost estimation, manufacturing plans and G-code generation.

```
"Create a Q1 quality plan for flange.pdf with type-prefixed balloon numbers"
        │
        ▼  (your assistant calls the tools)
analyze_drawing ──► build_quality_plan ──► export_inspection_pdf + export_quality_plan_excel
                                                       │
                                                       ▼
                    QP-1001-A_inspection-package.pdf    D001  ⌀50 (±0.05)   49.95–50.05   Caliper
                    QP-1001-A_Q1.xlsx                   H001  ⌀10 H7        —             Inside micrometer
                                                        G001  ⏥ 0.05        —             CMM
```

## Tools

| Tool | What it does |
| --- | --- |
| `analyze_drawing` | Uploads a drawing PDF (vector or scanned, ≤ 30 MB) to Imnoo's drawing analysis — the service behind the web app — and returns every detected characteristic with type, value, PDF page, position, confidence and the balloon number printed on the drawing, plus the title block (drawing / article number, material, general tolerance). `save_analysis_to` keeps the analysis JSON for offline reuse. |
| `load_analysis` | Opens a saved analysis JSON. Fully offline — no upload, no daily credit. |
| `build_quality_plan` | Turns the analysis into the plan: balloon numbers (numeric, `001` padded, or type-prefixed `D001` / `H001` / `G001`…; printed numbers kept, or renumbered by list, reading direction or measurement sequence), acceptance limits from nominal ± tolerance, a default measuring instrument per type, inspection-class presets, selection presets (first-article = everything, production = measurable characteristics only) and per-row edits. Deterministic — iterate freely. |
| `export_quality_plan_excel` | Writes the *Measurement and inspection report* workbook: header block (article, ET-No., batch, inspection rate), visual-inspection checklist a–e, dimensional-conformity table (Insp. dim. no. · nominal dimension or thread size · tolerance range · measuring instrument · actual dimension · deviation · date · inspector), change-tracking footnotes and the special-release / signature block. Cell for cell the report the Imnoo calculator produces. |
| `export_inspection_pdf` | Writes the ballooned drawing (`ballooned`), the drawing plus the printed plan (`package`, default) or the plan document alone (`plan`): translucent boxes on every selected characteristic, numbered balloons with optional VDA-style leader arrows, the two-column general-information form, the feature table with colored number chips, instrument / sample fill-in lines, acceptance criteria and result checkboxes, and the final-approval block. The source PDF is never modified. |

Plus a `create-quality-plan` prompt that walks the assistant through analyze → review → export.

**Where the analysis runs.** `analyze_drawing` is the only tool that leaves your machine: it uploads the PDF to Imnoo's drawing analysis exactly like the web app does — **1 free analysis per day per IP address** (more when signed in), uploaded files are deleted automatically after a short retention period, nothing else is stored. Everything after that — plan building, numbering, acceptance limits, Excel and PDF generation — runs locally and offline.

## Installation

Requires Node.js ≥ 18.

### Claude Code

```bash
claude mcp add quality-control-plan -- npx -y quality-control-plan-mcp
```

### Claude Desktop

Add to `claude_desktop_config.json` (Settings → Developer → Edit Config):

```json
{
  "mcpServers": {
    "quality-control-plan": {
      "command": "npx",
      "args": ["-y", "quality-control-plan-mcp"]
    }
  }
}
```

### Cursor

[**Add to Cursor**](cursor://anysphere.cursor-deeplink/mcp/install?name=quality-control-plan&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInF1YWxpdHktY29udHJvbC1wbGFuLW1jcCJdfQ==) — or add to `~/.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "quality-control-plan": {
      "command": "npx",
      "args": ["-y", "quality-control-plan-mcp"]
    }
  }
}
```

### VS Code (GitHub Copilot)

```bash
code --add-mcp '{"name":"quality-control-plan","command":"npx","args":["-y","quality-control-plan-mcp"]}'
```

### Windsurf / other stdio clients

Any client that launches stdio servers works with:

```
npx -y quality-control-plan-mcp
```

### Configuration (optional)

| Variable | Purpose |
| --- | --- |
| `IMNOO_ACCESS_TOKEN` | Your Imnoo account token (the id token of your [quality-check-protocol.imnoo.com](https://quality-check-protocol.imnoo.com) login) — raises the daily analysis limit to your plan's quota. |
| `QCP_APP_URL` | Point the analysis at another deployment of the web app (default `https://quality-check-protocol.imnoo.com`). |

## Example session

> **You:** Build a Q1 quality plan for `C:\drawings\flange.pdf` with type-prefixed numbers and write everything next to the drawing.
>
> **Assistant:** *calls `analyze_drawing`* — 17 characteristics on 2 pages: 5 dimensional tolerances, 2 drill fits (⌀10 H7 carries the printed balloon 1), 1 shaft fit, 2 threads, 1 fine thread, 2 geometric tolerances, 4 surface finishes; drawing QP-1001-A, article 4711-050, AlMg3, ISO 2768-mK. *calls `build_quality_plan` with `inspection_class: "Q1"` and `numbering: { style: "typePrefixed" }`* — D001 ⌀50 (±0.05) → 49.95–50.05 (Caliper), H001 ⌀10 H7 (Inside micrometer), G001 ⏥ 0.05 (CMM), R001 Ra 3.2 (Surface roughness gauge)… *calls `export_inspection_pdf` and `export_quality_plan_excel` with the same plan* — wrote `QP-1001-A_inspection-package.pdf` (both drawing pages ballooned + the printed plan) and `QP-1001-A_Q1.xlsx`. Two values on page 2 were read with low confidence — worth a glance before the plan goes to the shop floor.

Those numbers are the bundled sample drawing the smoke test runs against; real drawings vary.

## Plan options (the `plan` argument)

One object, accepted by `build_quality_plan` and both export tools — pass the same one everywhere so the documents match the reviewed plan. Everything is optional; the defaults reproduce the web app's initial plan.

| Option | Values |
| --- | --- |
| `numbering.style` | `numeric` (default), `padded` (`001`), `typePrefixed` (`D001` dimensional, `H` drill fit, `S` shaft fit, `T` thread, `F` fine thread, `G` geometric, `R` surface roughness, `L` length) |
| `numbering.order` | `custom` (default — balloon numbers printed on the drawing are kept, the rest fill up), `list` (plan-table order), `reading` (top-left → bottom-right, page by page), `measurement` (CMM-measured geometric tolerances first, surface finishes last) |
| `numbering.restart_per_type` | restart the counter for every characteristic type |
| `section_order` | e.g. `["dimensional", "geometric"]` — listed types first, the rest in the default measurement sequence |
| `selection` · `include` · `exclude` | `all` (default), `production` (dimensional, fits, geometric — no threads or surface finishes), `none`; or explicit feature ids |
| `inspection_class` | `100%` (rate 100 %, checklist on), `Q1` (10 %, checklist on), `Q2` (5 %, checklist off), or any custom class name |
| `header` | `batch_number`, `inspection_rate`, `inspection_class`, `inspector_name`, `signature`, `date` |
| `drawing` · `article_name` · `drawing_index` | title-block values to print when the analysis missed them (article / drawing number, material, general tolerance, article name, revision) |
| `default_tools` | measuring instrument per type — defaults: CMM, thread plug gauge, caliper, inside / outside micrometer, depth caliper, surface roughness gauge |
| `rows[]` | per characteristic (by `feature_id`): `inspection_tool`, `samples` (judged against the limits), `passed`, `balloon`, `value` (corrected value; the original is kept as a footnote) |
| `include_checklist` · `show_arrows` · `annotation` | Excel checklist toggle, leader arrows on the drawing, an "INSPECTION DRAWING" stamp block (revision, note) |

## How the plan is derived

- Acceptance limits exist for plain dimensional tolerances with a numeric nominal (nominal + lower / upper deviation, rounded to 2 decimals). Fits, threads, geometric tolerances and surface finishes are gauged rather than measured against limits — the same rule as the Imnoo calculator.
- Balloon numbers are derived from the selection and the numbering settings, so dropping a characteristic ren
ballooningcncinspection-planningmanufacturingmcpmcp-servermodel-context-protocolquality-controltechnical-drawing

Lo que la gente pregunta sobre quality-control-plan-mcp

¿Qué es imnoo-team/quality-control-plan-mcp?

+

imnoo-team/quality-control-plan-mcp es mcp servers para el ecosistema de Claude AI. MCP server that generates quality control plans and inspection reports from technical-drawing PDFs — tolerances, fits, threads, GD&T and surface finishes extracted automatically, balloon numbering, acceptance limits, ballooned drawing PDF and Excel measurement report. By Imnoo, powers quality-check-protocol.imnoo.com. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-11.

¿Cómo se instala quality-control-plan-mcp?

+

Puedes instalar quality-control-plan-mcp clonando el repositorio (https://github.com/imnoo-team/quality-control-plan-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar imnoo-team/quality-control-plan-mcp?

+

Nuestro agente de seguridad ha analizado imnoo-team/quality-control-plan-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene imnoo-team/quality-control-plan-mcp?

+

imnoo-team/quality-control-plan-mcp es mantenido por imnoo-team. La última actividad registrada en GitHub es del 2026-09-11, con 0 issues abiertos.

¿Hay alternativas a quality-control-plan-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega quality-control-plan-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: imnoo-team/quality-control-plan-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/imnoo-team-quality-control-plan-mcp)](https://claudewave.com/repo/imnoo-team-quality-control-plan-mcp)
<a href="https://claudewave.com/repo/imnoo-team-quality-control-plan-mcp"><img src="https://claudewave.com/api/badge/imnoo-team-quality-control-plan-mcp" alt="Featured on ClaudeWave: imnoo-team/quality-control-plan-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a quality-control-plan-mcp