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.

OPC UA Modeler

NPM · NODE-OPCUA-MODELER-MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

OPC UA companion spec types, namespace dependencies, and engineering units for AI agents

−2 this week 94 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to node-opcua/node-opcua-modeler-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 23 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability86
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 952 tokens (~79/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the OPC UA Modeler MCP server?

OPC UA Modeler runs locally as an npm package, launched with npx -y node-opcua-modeler-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · node-opcua-modeler-mcp-server

# add to Claude Code
claude mcp add node-opcua-node-opcua-modeler-mcp-server -- npx -y node-opcua-modeler-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "node-opcua-node-opcua-modeler-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "node-opcua-modeler-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "node-opcua-node-opcua-modeler-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "node-opcua-modeler-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add node-opcua-node-opcua-modeler-mcp-server -- npx -y node-opcua-modeler-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "node-opcua-node-opcua-modeler-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "node-opcua-modeler-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add node-opcua-node-opcua-modeler-mcp-server --command npx --arg -y --arg node-opcua-modeler-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  node-opcua-node-opcua-modeler-mcp-server:
    command: "npx"
    args: ["-y", "node-opcua-modeler-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "node-opcua-node-opcua-modeler-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "node-opcua-modeler-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add node-opcua-node-opcua-modeler-mcp-server -t stdio -c npx -a -y node-opcua-modeler-mcp-server
// mcp.json
{
  "mcpServers": {
    "node-opcua-node-opcua-modeler-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "node-opcua-modeler-mcp-server"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

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

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

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

  • 15 Sept 26 −1
    • Stability: pass → 0.90 functional
  • 14 Sept 26 0
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

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

  • 11 Sept 26 +1
    • Package version: 1.5.0 → 1.6.1 functional
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 20 Sept 2026 · Analysed npm/node-opcua-modeler-mcp-server@1.6.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo node-opcua/node-opcua-modeler-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/node-opcua/node-opcua-modeler-mcp-server/.github/workflows/publish.yml@refs/tags/v1.6.1
Rekor log index 2617587944
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:bbb6597c7335c5d60be6a277a77166f95787569fd594578cf94cb34ea61f2041ad1caa53606d05efaa55df5526762b258555ec1e52b5061c0d83a8de0

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~952 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_engineering_unit ~73

Find the official UNECE Rec. 20 engineering unit symbol for a given description. ALWAYS call this before using any engineering unit — NEVER guess unit symbols.

NameTypeReqDescription
querystringyesDescription or common name of the unit (e.g. "revolutions per minute", "celsius", "pressure bar")

No output schema declared.

No examples provided.

find_reusable_block ~137

Find reusable Interfaces / AddIns by capability — pass a member name or keyword (e.g. "SerialNumber", "DeviceHealth", "Location") and get the standard blocks that already expose it. PREFER applying/composing an existing block over redefining its members inline. Interfaces are applied with `interfaces:`; addins (types with a DefaultInstanceBrowseName) are composed with `addIns:`. A single property → use the Interface; a whole named sub-object → use the AddIn.

NameTypeReqDescription
querystringyesMember name or capability keyword (e.g. "SerialNumber", "health", "calibration")

No output schema declared.

No examples provided.

get_dsl_reference ~58

Get the grammar reference for the OPC UA modeler YAML DSL: file header, top-level sections, name-prefix conventions, minimal examples, and common mistakes. Call this FIRST before writing any YAML model by hand. Works without an API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_type_details ~89

Get detailed information about a specific type: its components, properties, methods, interfaces, and optional members. Use this to understand a type's structure before creating instances or subtypes.

NameTypeReqDescription
aliasstringyesCompanion spec alias where the type is defined (e.g. "machinery")
browseNamestringyesThe type browse name (e.g. "MachineryItemIdentificationType")

No output schema declared.

No examples provided.

list_namespaces ~39

List all well-known OPC UA companion spec namespace aliases with their full names, URIs, and dependencies. Use this to discover what namespaces are available.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_types ~67

List ALL ObjectTypes, VariableTypes, and InterfaceTypes defined in a specific companion spec namespace. ALWAYS call this before using any type from a namespace — NEVER guess type names.

NameTypeReqDescription
aliasstringyesCompanion spec alias (e.g. "machinery", "di", "robotics")

No output schema declared.

No examples provided.

opcua_model_create ~102

Generate an OPC UA YAML model from a natural language description using AI. Requires an API key (set OPCUA_MODELER_API_KEY env var). The AI will auto-detect relevant companion specs, generate a validated model with documentation, and auto-correct validation errors.

NameTypeReqDescription
forceSpecsarrayCompanion spec aliases to force (e.g. ["di", "ia"])
promptstringyesNatural language description of the OPC UA model to generate

No output schema declared.

No examples provided.

opcua_model_generate ~104

Generate OPC UA NodeSet2.xml and Symbols.CSV from a YAML model. Requires an API key (set OPCUA_MODELER_API_KEY env var). Returns base64-encoded artifacts if the model is valid, or diagnostics if validation fails. Optionally set include_docs=true to also generate markdown documentation.

NameTypeReqDescription
include_docsbooleanSet to true to include markdown documentation (slower)
yamlstringyesThe full YAML model source to generate from

No output schema declared.

No examples provided.

opcua_model_reverse ~87

Reverse-engineer a NodeSet2.xml file back into the YAML DSL format. Requires an API key (set OPCUA_MODELER_API_KEY env var). Optionally specify the target namespace URI to extract.

NameTypeReqDescription
namespace_uristringTarget namespace URI to extract (auto-detected if omitted)
xmlstringyesThe NodeSet2.xml content to reverse-engineer

No output schema declared.

No examples provided.

opcua_model_validate ~69

Validate an OPC UA YAML model for correctness. Returns diagnostics with severity (error/warning/info), codes, messages, and line numbers. Works without an API key (limited to 50 calls/day). ALWAYS validate before generating.

NameTypeReqDescription
yamlstringyesThe full YAML model source to validate

No output schema declared.

No examples provided.

resolve_dependencies ~67

Given one or more companion spec namespace aliases, returns the full resolved dependency list that MUST go in the YAML `namespaces:` section. Always call this before generating the namespaces block.

NameTypeReqDescription
aliasesarrayyesCompanion spec aliases to resolve (e.g. ["machineTool", "robotics"])

No output schema declared.

No examples provided.

search_types ~60

Search for types across ALL companion specs by keyword. Use this when you don't know which namespace defines a type. Returns matching types with their namespace alias.

NameTypeReqDescription
querystringyesSearch keyword (e.g. "identification", "temperature", "motion")

No output schema declared.

No examples provided.

Common questions

What is the OPC UA Modeler MCP server?

OPC UA Modeler is an MCP server listed in the public MCP registry as io.github.node-opcua/node-opcua-modeler-mcp-server. OPC UA companion spec types, namespace dependencies, and engineering units for AI agents. This page covers its npm package (node-opcua-modeler-mcp-server).

Is the OPC UA Modeler MCP server safe to use?

OPC UA Modeler scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 OPC UA Modeler MCP server expose?

OPC UA Modeler exposes 12 tools: resolve_dependencies, list_namespaces, list_types, get_type_details, search_types, and 7 more. Their descriptions and schemas cost roughly 952 tokens of context every time the server is loaded.

Is the OPC UA Modeler MCP server still maintained?

OPC UA Modeler 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 OPC UA Modeler MCP server under?

OPC UA Modeler declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.