Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.imnoo/drawing-converter

NPM · DRAWING-CONVERTER-MCP · SCANNED SEP 21

Metric ⇄ imperial for technical drawings: dimensions, tolerances, ISO fits, threads, roughness.

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1213 tokens (~242/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 89% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.imnoo/drawing-converter MCP server?

com.imnoo/drawing-converter runs locally as an npm package, launched with npx -y drawing-converter-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · drawing-converter-mcp

# add to Claude Code
claude mcp add com-imnoo-drawing-converter -- npx -y drawing-converter-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-imnoo-drawing-converter": {
      "command": "npx",
      "args": [
        "-y",
        "drawing-converter-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-imnoo-drawing-converter": {
      "command": "npx",
      "args": [
        "-y",
        "drawing-converter-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-imnoo-drawing-converter -- npx -y drawing-converter-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-imnoo-drawing-converter": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "drawing-converter-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-imnoo-drawing-converter --command npx --arg -y --arg drawing-converter-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-imnoo-drawing-converter:
    command: "npx"
    args: ["-y", "drawing-converter-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-imnoo-drawing-converter": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "drawing-converter-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-imnoo-drawing-converter -t stdio -c npx -a -y drawing-converter-mcp
// mcp.json
{
  "mcpServers": {
    "com-imnoo-drawing-converter": {
      "command": "npx",
      "args": [
        "-y",
        "drawing-converter-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 0
    • Stability: 0.83 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 0.1.0 → 0.1.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/drawing-converter-mcp@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 114 packages
Packages resolved 114
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~1,001 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
convert_drawing_pdf ~339

Produce a converted copy of a technical-drawing PDF with every recognised value stamped in place (white cover over the original callout, converted text in matching size/rotation) — dimensions, ± tolerances, fit classes, Ø/R callouts, threads. The input file is never modified. Without `classifications`, a heuristic converts unambiguous callouts plus (by default) bare numbers as lengths; for full control call extract_drawing_text first and pass per-token classifications. Requires a PDF with a text layer — scanned drawings need the web app (https://metric-to-imperial-converter.imnoo.com). Converted values are stamped over the original callouts. Verify safety-critical dimensions before manufacturing use.

NameTypeReqDescription
bare_numbersstringheuristic mode only — 'convert' (default) treats bare numbers as lengths (year-like and id-like integers excluded); 'skip' converts only unambiguous callouts
classificationsarrayauthoritative per-token classification: when provided, ONLY listed tokens (minus skips) are converted
input_pathstringyespath to the source drawing PDF (read-only)
output_pathstringwhere to write the converted PDF (default: next to the input as <name>.<target>.pdf)
overwritebooleanallow replacing an existing output file
pageinteger1-based page to convert (default 1); other pages pass through unchanged
source_systemstringunit system of the source drawing (default auto-detect from its text)
target_systemstringdefault: the opposite of the source system

No output schema declared.

No examples provided.

convert_text ~215

Convert a printed drawing callout (or short text with several callouts) between metric and imperial, preserving notation: "Ø30 H7" → "Ø1.1811 H7", "84±0.1" → "3.3071±0.0039", "R13" → "R0.5118", "M8" → "5/16-18 UNC", "1/4-20 UNC" → "M6". Angles (°) are left unchanged. Set category=surface to read bare numbers as Ra roughness instead of lengths. assume_lengths=true additionally converts every remaining number as a length (for tolerance-table rows like "bis 30").

NameTypeReqDescription
assume_lengthsbooleanfallback: convert every number as a length when nothing else matched
categorystringhow to read bare numbers (default dimension = length; surface = Ra roughness)
fromstringyesunit system the text is currently in
textstringyes

No output schema declared.

No examples provided.

convert_value ~200

Convert one engineering value between metric and imperial with shop-floor precision rules. Kinds: length (mm⇄in), tolerance_deviation (a ± deviation, keeps an extra significant digit), geometric_tolerance (GD&T value), surface_roughness (Ra µm⇄µin), weight (kg⇄lb), thread (designation lookup, e.g. "M8" ⇄ "5/16-18 UNC"). Returns the exact value, the display-rounded value, and how it was derived (exact/rounded/table/nearest) with a confidence score.

NameTypeReqDescription
designationstringthread designation, e.g. "M8", "M8x1.25", "1/4-20 UNC" — required for kind=thread
fromstringyesunit system the value is currently in
kindstringyes
valuenumbernumeric value — required for every kind except thread

No output schema declared.

No examples provided.

extract_drawing_text ~144

Read the printed text tokens of one page of a technical-drawing PDF: each token with its index, text and position (page points, top-left origin, rotation in degrees), plus page geometry and a heuristic guess of the drawing’s unit system. Use the token indices to build `classifications` for convert_drawing_pdf when you want to decide yourself which tokens are convertible values (e.g. mark a bare "3.2" next to a surface symbol as category=surface, or a title-block number as skip).

NameTypeReqDescription
pageinteger1-based page number (default 1)
pathstringyespath to the drawing PDF

No output schema declared.

No examples provided.

lookup_thread ~103

Look up the closest standard counterpart of a thread designation (ISO metric coarse ⇄ Unified UNC), with major diameters, pitch/TPI and how close the match is. Omit `designation` to get the whole cross-reference chart (M2–M30).

NameTypeReqDescription
designationstringe.g. "M8", "M12x1.75", "5/16-18 UNC", "#8-32 UNC" — omit for the full chart

No output schema declared.

No examples provided.

Common questions

What is the com.imnoo/drawing-converter MCP server?

com.imnoo/drawing-converter is an MCP server listed in the public MCP registry as com.imnoo/drawing-converter. Metric ⇄ imperial for technical drawings: dimensions, tolerances, ISO fits, threads, roughness. This page covers its npm package (drawing-converter-mcp).

Is the com.imnoo/drawing-converter MCP server safe to use?

com.imnoo/drawing-converter scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.imnoo/drawing-converter MCP server expose?

com.imnoo/drawing-converter exposes 5 tools: convert_value, convert_text, lookup_thread, extract_drawing_text, convert_drawing_pdf. Their descriptions and schemas cost roughly 1,001 tokens of context every time the server is loaded.

Is the com.imnoo/drawing-converter MCP server still maintained?

com.imnoo/drawing-converter is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the com.imnoo/drawing-converter MCP server under?

com.imnoo/drawing-converter declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.