# IQMS / DELMIA Apriso (oci · ghcr.io/wyre-technology/iqms-mcp:v1.2.12)

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

- Trust score: 39/100 (low)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- oci · `ghcr.io/wyre-technology/iqms-mcp:v1.2.12`: 39/100 (this document), [markdown](https://verifymcp.io/servers/wyre-technology-iqms-mcp/ghcr-io-wyre-technology-iqms-mcp-v1-2-12.md), [page](https://verifymcp.io/servers/wyre-technology-iqms-mcp/ghcr-io-wyre-technology-iqms-mcp-v1-2-12)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-technology/iqms-mcp:v1.2.12`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - 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.
  - Install-script risk not yet assessed.
  - 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.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license.
  - Actively maintained (last published 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1113 tokens (~69/item across 16 items; 16 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 40% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add wyre-technology-iqms-mcp -- docker run --rm -i ghcr.io/wyre-technology/iqms-mcp:v1.2.12
```

### Codex

```bash
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

```yaml
mcp_servers:
  wyre-technology-iqms-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/iqms-mcp:v1.2.12"]
```

### Other

```json
{
  "mcpServers": {
    "wyre-technology-iqms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.12"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-22 (score 39, +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.

### 2026-08-21 (score 38, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-13 (score 34)

First indexed and scored.

## MCP tools (16)

### `iqms_navigate` (~133 tokens)

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

Input parameters:

- `domain` (string, required): The domain to navigate to

### `iqms_status` (~34 tokens)

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

### `iqms_workorders_list` (~125 tokens)

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

Input parameters:

- `customer_id` (number): Filter by customer ID
- `due_after` (string): ISO date — due on or after
- `due_before` (string): ISO date — due on or before
- `item_number` (string): Filter by item number
- `limit` (number): Max rows (default 50, max 500)
- `status` (string): Filter by WO status

### `iqms_workorders_get` (~33 tokens)

Get a single work order by ID, including routings.

Input parameters:

- `id` (number, required): Work order ID

### `iqms_workorders_create` (~77 tokens)

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

Input parameters:

- `customer_id` (number)
- `due_date` (string): ISO date
- `item_number` (string, required)
- `notes` (string)
- `quantity` (number, required)

### `iqms_workorders_post_production` (~78 tokens)

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

Input parameters:

- `posted_at` (string): ISO timestamp
- `quantity_made` (number, required)
- `quantity_scrapped` (number)
- `scrap_reason_code` (string)
- `work_order_id` (number, required)

### `iqms_inventory_onhand` (~73 tokens)

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

Input parameters:

- `hide_zero_on_hand` (boolean): Default true
- `item_number` (string)
- `limit` (number)
- `location` (string)
- `lot_number` (string)

### `iqms_inventory_lot_trace` (~61 tokens)

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

Input parameters:

- `direction` (string): Default from_components
- `lot_number` (string, required)

### `iqms_inventory_adjust` (~77 tokens)

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

Input parameters:

- `item_number` (string, required)
- `location` (string, required)
- `lot_number` (string)
- `notes` (string)
- `quantity_delta` (number, required): Signed delta vs current on-hand
- `reason_code` (string, required)

### `iqms_boms_explode` (~48 tokens)

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

Input parameters:

- `max_level` (number): Default 1
- `parent_item` (string, required)

### `iqms_boms_where_used` (~46 tokens)

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

Input parameters:

- `component_item` (string, required)
- `max_level` (number): Default 1

### `iqms_sales_orders_list` (~68 tokens)

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

Input parameters:

- `customer_id` (number)
- `limit` (number)
- `ship_after` (string): ISO date
- `ship_before` (string): ISO date
- `status` (string)

### `iqms_purchase_orders_list` (~68 tokens)

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

Input parameters:

- `expected_after` (string): ISO date
- `expected_before` (string): ISO date
- `limit` (number)
- `status` (string)
- `supplier_id` (number)

### `iqms_schedule_capacity` (~55 tokens)

List scheduled work-center slots within a date range.

Input parameters:

- `end_date` (string, required): ISO date
- `limit` (number)
- `start_date` (string, required): ISO date
- `work_center` (string)

### `iqms_quality_ncrs` (~81 tokens)

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

Input parameters:

- `item_number` (string)
- `limit` (number)
- `reported_after` (string): ISO date
- `reported_before` (string): ISO date
- `status` (string)

### `iqms_quality_create_ncr` (~56 tokens)

Open a non-conformance record. Requires WebAPI credentials.

Input parameters:

- `description` (string, required)
- `item_number` (string)
- `reported_by` (string)
- `work_order_id` (number)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-technology-iqms-mcp/ghcr-io-wyre-technology-iqms-mcp-v1-2-12#diagnostics

## Score history

- 2026-08-22: 39
- 2026-08-21: 38
- 2026-08-20: 34
- 2026-08-19: 34
- 2026-08-18: 34
- 2026-08-17: 34
- 2026-08-16: 34
- 2026-08-15: 34
- 2026-08-14: 34
- 2026-08-13: 34

## Links

- Repository: https://github.com/wyre-technology/iqms-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-technology-iqms-mcp/ghcr-io-wyre-technology-iqms-mcp-v1-2-12.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-technology-iqms-mcp/ghcr-io-wyre-technology-iqms-mcp-v1-2-12.json
- HTML version of this page: https://verifymcp.io/servers/wyre-technology-iqms-mcp/ghcr-io-wyre-technology-iqms-mcp-v1-2-12
