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"]
}
}
}Resumen de MCP Servers
# `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
Lo que la gente pregunta sobre iqms-mcp
¿Qué es WYRE-AI/iqms-mcp?
+
WYRE-AI/iqms-mcp es mcp servers para el ecosistema de Claude AI. MCP server for IQMS / DELMIAworks (EnterpriseIQ) — read manufacturing ERP data via Oracle and post transactional updates via the WebAPI module Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.
¿Cómo se instala iqms-mcp?
+
Puedes instalar iqms-mcp clonando el repositorio (https://github.com/WYRE-AI/iqms-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar WYRE-AI/iqms-mcp?
+
Nuestro agente de seguridad ha analizado WYRE-AI/iqms-mcp y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene WYRE-AI/iqms-mcp?
+
WYRE-AI/iqms-mcp es mantenido por WYRE-AI. La última actividad registrada en GitHub es del 2026-08-25, con 1 issues abiertos.
¿Hay alternativas a iqms-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega iqms-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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!