MCP server for IQMS / DELMIAworks (EnterpriseIQ) — read manufacturing ERP data via Oracle and post transactional updates via the WebAPI module
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !Licence file present but not machine-readable
claude mcp add iqms-mcp -- npx -y github{
"mcpServers": {
"iqms-mcp": {
"command": "npx",
"args": ["-y", "github"]
}
}
}MCP Servers overview
# `iqms-mcp` MCP server for **IQMS / DELMIAworks** (EnterpriseIQ), the manufacturing ERP from Dassault Systèmes. > **Status:** Read tools issue queries through > [`@wyre-technology/node-iqms`](https://github.com/wyre-technology/node-iqms) > against the Direct Oracle path (always available). Write tools route through > the licensed DELMIAworks WebAPI module — an optional add-on — and throw > `DriverNotConfiguredError` until `X-IQMS-WebAPI-Base-URL` credentials are > supplied. ## Why this exists EnterpriseIQ doesn't have a public REST API. The realistic integration paths are: 1. **Direct Oracle** (universal at every install) — read-only queries 2. **WebAPI module** (paid licensed add-on) — transactional writes This MCP server exposes both behind a single decision-tree-navigated tool surface. ## Tools Initial discovery surface (always available): - `iqms_navigate` — list tools in a domain - `iqms_status` — credential / connection check Domains: `workorders`, `inventory`, `boms`, `sales_orders`, `purchase_orders`, `schedule`, `quality`. Read tools (Oracle, available always): | Tool | Purpose | |------|---------| | `iqms_workorders_list` | Open / in-progress work orders | | `iqms_workorders_get` | Full work order detail incl. routings | | `iqms_inventory_onhand` | On-hand by item / location / lot | | `iqms_inventory_lot_trace` | Lot genealogy walk | | `iqms_boms_explode` | BOM explosion | | `iqms_boms_where_used` | Where-used reverse lookup | | `iqms_sales_orders_list` | Open SOs / ship status | | `iqms_purchase_orders_list` | Open POs / expected receipts | | `iqms_schedule_capacity` | Machine schedule + capacity load | | `iqms_quality_ncrs` | Non-conformances / CARs / CAPAs | Write tools (WebAPI, gated): | Tool | Purpose | |------|---------| | `iqms_workorders_create` | Create a new work order | | `iqms_workorders_post_production` | Post qty made / scrapped | | `iqms_inventory_adjust` | Inventory transaction | | `iqms_quality_create_ncr` | Open a non-conformance record | ## Run modes ### Local (stdio) ```bash IQMS_ORACLE_USER=eiq_ro \ IQMS_ORACLE_PASSWORD=… \ IQMS_ORACLE_CONNECT_STRING=eiq-db.example.com:1521/EIQ \ npx -y github:WYRE-AI/iqms-mcp ``` ### Gateway (HTTP, stateless) ```bash MCP_TRANSPORT=http \ MCP_HTTP_PORT=8080 \ AUTH_MODE=gateway \ node dist/http.js ``` In gateway mode, credentials are injected per-request via headers: | Header | Required | Notes | |--------|----------|-------| | `X-IQMS-Oracle-User` | yes | Oracle DB user | | `X-IQMS-Oracle-Password` | yes | Oracle DB password | | `X-IQMS-Oracle-Connect-String` | yes | Easy Connect or TNS | | `X-IQMS-WebAPI-Base-URL` | no | Enables write tools when present | | `X-IQMS-WebAPI-User` | no | | | `X-IQMS-WebAPI-Password` | no | | ## License Apache-2.0
What people ask about iqms-mcp
What is WYRE-AI/iqms-mcp?
+
WYRE-AI/iqms-mcp is mcp servers for the Claude AI ecosystem. MCP server for IQMS / DELMIAworks (EnterpriseIQ) — read manufacturing ERP data via Oracle and post transactional updates via the WebAPI module It has 0 GitHub stars and its last recorded update is dated 2026-08-25.
How do I install iqms-mcp?
+
You can install iqms-mcp by cloning the repository (https://github.com/WYRE-AI/iqms-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is WYRE-AI/iqms-mcp safe to use?
+
Our security agent has analyzed WYRE-AI/iqms-mcp and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains WYRE-AI/iqms-mcp?
+
WYRE-AI/iqms-mcp is maintained by WYRE-AI. The last recorded GitHub activity is dated 2026-08-25, with 1 open issues.
Are there alternatives to iqms-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy iqms-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/wyre-ai-iqms-mcp)<a href="https://claudewave.com/repo/wyre-ai-iqms-mcp"><img src="https://claudewave.com/api/badge/wyre-ai-iqms-mcp" alt="Featured on ClaudeWave: WYRE-AI/iqms-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!