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

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

- Trust score: 44/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- oci · `ghcr.io/wyre-ai/iqms-mcp:v1.2.14`: 44/100 (this document), [markdown](https://verifymcp.io/servers/wyre-ai-iqms-mcp/ghcr-io-wyre-ai-iqms-mcp-v1-2-14.md), [page](https://verifymcp.io/servers/wyre-ai-iqms-mcp/ghcr-io-wyre-ai-iqms-mcp-v1-2-14)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-ai/iqms-mcp:v1.2.14`
- 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-09-20.

- **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 17 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**: 57/100
  - Stability observed for 17 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **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

### How do I install the IQMS / DELMIA Apriso MCP server?

IQMS / DELMIA Apriso runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/iqms-mcp:v1.2.14. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

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

### Cursor

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

### VS Code

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

### Codex

```bash
codex mcp add wyre-ai-iqms-mcp -- docker run --rm -i ghcr.io/wyre-ai/iqms-mcp:v1.2.14
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-iqms-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/iqms-mcp:v1.2.14"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

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

### Netclaw

```json
{
  "McpServers": {
    "wyre-ai-iqms-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/iqms-mcp:v1.2.14"
      ]
    }
  }
}
```

### Other

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

## 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-09-19 (score 44, +1)

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

### 2026-09-17 (score 43, +1)

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

### 2026-09-15 (score 42, +1)

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

### 2026-09-12 (score 41, +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-09-11 (score 40, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-03 (score 36)

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-ai-iqms-mcp/ghcr-io-wyre-ai-iqms-mcp-v1-2-14#diagnostics

## Score history

- 2026-09-20: 44
- 2026-09-19: 44
- 2026-09-18: 43
- 2026-09-17: 43
- 2026-09-16: 42
- 2026-09-15: 42
- 2026-09-14: 41
- 2026-09-13: 41
- 2026-09-12: 41
- 2026-09-11: 40
- 2026-09-10: 36
- 2026-09-09: 36
- 2026-09-08: 36
- 2026-09-07: 36
- 2026-09-06: 36
- 2026-09-05: 36
- 2026-09-04: 36
- 2026-09-03: 36

## Common questions

### What is the IQMS / DELMIA Apriso MCP server?

IQMS / DELMIA Apriso is an MCP server listed in the public MCP registry as io.github.WYRE-AI/iqms-mcp. MCP server for IQMS (DELMIAworks) ERP, manufacturing, inventory, production, and quality. This page covers its container image (ghcr.io/wyre-ai/iqms-mcp:v1.2.14).

### Is the IQMS / DELMIA Apriso MCP server safe to use?

IQMS / DELMIA Apriso scores 44 out of 100 on VerifyMCP. 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 IQMS / DELMIA Apriso MCP server expose?

IQMS / DELMIA Apriso exposes 16 tools: iqms_navigate, iqms_status, iqms_workorders_list, iqms_workorders_get, iqms_workorders_create, and 11 more. Their descriptions and schemas cost roughly 1,113 tokens of context every time the server is loaded.

### Is the IQMS / DELMIA Apriso MCP server still maintained?

IQMS / DELMIA Apriso is still listed as active in the MCP registry. We last reached this channel on 20 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 IQMS / DELMIA Apriso MCP server under?

IQMS / DELMIA Apriso declares the NOASSERTION licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.

## Links

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