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.

IQMS / DELMIA Apriso

OCI · GHCR.IO/WYRE-TECHNOLOGY/IQMS-MCP:V1.2.12 · SCANNED AUG 22

MCP server for IQMS (DELMIAworks) ERP — manufacturing, inventory, production, and quality.

+5 this week 39 Trust /100
Trust breakdown (6 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 →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1113 tokens (~69/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 40% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/wyre-technology/iqms-mcp:v1.2.12

# add to Claude Code
claude mcp add wyre-technology-iqms-mcp -- docker run --rm -i ghcr.io/wyre-technology/iqms-mcp:v1.2.12
# add to Codex CLI
codex mcp add wyre-technology-iqms-mcp -- docker run --rm -i ghcr.io/wyre-technology/iqms-mcp:v1.2.12
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-iqms-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.12"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-iqms-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/iqms-mcp:v1.2.12"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-iqms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.12"
      ]
    }
  }
}
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.

  • 22 Aug 26 +1

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

  • 21 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 13 Aug 26 34

    First indexed and scored.

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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/iqms-mcp:v1.2.12

Provenance No attestation

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

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 16 exposed · ~1,113 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.

Tool Tokens
iqms_boms_explode ~48

Explode a BOM. Single-level by default; pass max_level to recurse deeper.

NameTypeReqDescription
max_levelnumberDefault 1
parent_itemstringyes

No output schema declared.

No examples provided.

iqms_boms_where_used ~46

Find every parent item that consumes a given component. Single-level by default.

NameTypeReqDescription
component_itemstringyes
max_levelnumberDefault 1

No output schema declared.

No examples provided.

iqms_inventory_adjust ~77

Post an inventory adjustment (positive or negative quantity). Requires WebAPI credentials.

NameTypeReqDescription
item_numberstringyes
locationstringyes
lot_numberstring
notesstring
quantity_deltanumberyesSigned delta vs current on-hand
reason_codestringyes

No output schema declared.

No examples provided.

iqms_inventory_lot_trace ~61

Walk lot genealogy. Direction "from_components" walks back through inputs that produced the lot; "where_produced" walks forward to lots derived from it.

NameTypeReqDescription
directionstringDefault from_components
lot_numberstringyes

No output schema declared.

No examples provided.

iqms_inventory_onhand ~73

List on-hand inventory by item, location, or lot. By default hides zero-quantity rows.

NameTypeReqDescription
hide_zero_on_handbooleanDefault true
item_numberstring
limitnumber
locationstring
lot_numberstring

No output schema declared.

No examples provided.

iqms_navigate ~133

Navigate to an IQMS domain to see its tools. Domains: workorders, inventory, boms, sales_orders, purchase_orders, schedule, quality. - workorders: list/get work orders, post production - inventory: on-hand quantities, lot trace, inventory adjustments - boms: BOM explosion + where-used - sales_orders: open SOs, ship status - purchase_orders: open POs, expected receipts - schedule: machine schedule + capacity load - quality: non-conformances / CARs / CAPAs

NameTypeReqDescription
domainstringyesThe domain to navigate to

No output schema declared.

No examples provided.

iqms_purchase_orders_list ~68

List purchase orders. Filter by status, supplier, or expected receipt date.

NameTypeReqDescription
expected_afterstringISO date
expected_beforestringISO date
limitnumber
statusstring
supplier_idnumber

No output schema declared.

No examples provided.

iqms_quality_create_ncr ~56

Open a non-conformance record. Requires WebAPI credentials.

NameTypeReqDescription
descriptionstringyes
item_numberstring
reported_bystring
work_order_idnumber

No output schema declared.

No examples provided.

iqms_quality_ncrs ~81

List non-conformances / Corrective Action Requests (CARs / CAPAs). Filter by status, item, or reported date.

NameTypeReqDescription
item_numberstring
limitnumber
reported_afterstringISO date
reported_beforestringISO date
statusstring

No output schema declared.

No examples provided.

iqms_sales_orders_list ~68

List sales orders. Filter by status, customer, or requested ship date.

NameTypeReqDescription
customer_idnumber
limitnumber
ship_afterstringISO date
ship_beforestringISO date
statusstring

No output schema declared.

No examples provided.

iqms_schedule_capacity ~55

List scheduled work-center slots within a date range.

NameTypeReqDescription
end_datestringyesISO date
limitnumber
start_datestringyesISO date
work_centerstring

No output schema declared.

No examples provided.

iqms_status ~34

Check IQMS connection status — reports whether Oracle credentials are configured and whether the optional WebAPI (write) driver is enabled.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

iqms_workorders_create ~77

Create a new work order. Requires WebAPI credentials (licensed module). Returns DriverNotConfiguredError when WebAPI is not configured.

NameTypeReqDescription
customer_idnumber
due_datestringISO date
item_numberstringyes
notesstring
quantitynumberyes

No output schema declared.

No examples provided.

iqms_workorders_get ~33

Get a single work order by ID, including routings.

NameTypeReqDescription
idnumberyesWork order ID

No output schema declared.

No examples provided.

iqms_workorders_list ~125

List work orders. Filter by status, customer, item, or due date. Returns up to `limit` rows (default 50, max 500).

NameTypeReqDescription
customer_idnumberFilter by customer ID
due_afterstringISO date — due on or after
due_beforestringISO date — due on or before
item_numberstringFilter by item number
limitnumberMax rows (default 50, max 500)
statusstringFilter by WO status

No output schema declared.

No examples provided.

iqms_workorders_post_production ~78

Post production quantities (made / scrapped) against a work order. Requires WebAPI credentials.

NameTypeReqDescription
posted_atstringISO timestamp
quantity_madenumberyes
quantity_scrappednumber
scrap_reason_codestring
work_order_idnumberyes

No output schema declared.

No examples provided.