Developer Tools
sterfive.io
Provides tools for exploring and resolving OPC UA companion specification namespaces and types, aiding developers working with OPC UA information models.
ENDPOINT 1
https://api.opcua-modeler.sterfive.io/api/mcp
MCP server metadata
- Name
- opcua-modeler
- Version
- 1.6.1
Known tools 12
resolve_dependenciesGiven one or more companion spec namespace aliases, returns the full resolved dependency list that MUST go in the YAML `namespaces:` section.
Inferred read-onlylist_namespacesList all well-known OPC UA companion spec namespace aliases with their full names, URIs, and dependencies.
Inferred read-onlylist_typesList ALL ObjectTypes, VariableTypes, and InterfaceTypes defined in a specific companion spec namespace.
Inferred read-onlyget_type_detailsGet detailed information about a specific type: its components, properties, methods, interfaces, and optional members.
Inferred read-onlyfind_reusable_blockFind reusable Interfaces / AddIns by capability — pass a member name or keyword (e.
Inferred read-onlyget_dsl_referenceGet the grammar reference for the OPC UA modeler YAML DSL: file header, top-level sections, name-prefix conventions, minimal examples, and common mistakes.
Inferred read-onlyopcua_model_createGenerate an OPC UA YAML model from a natural language description using AI.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.opcua-modeler]
url = "https://api.opcua-modeler.sterfive.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"opcua-modeler": {
"type": "http",
"url": "https://api.opcua-modeler.sterfive.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: opcua-modeler
Remote MCP URL: https://api.opcua-modeler.sterfive.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"opcua-modeler": {
"url": "https://api.opcua-modeler.sterfive.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"opcua-modeler": {
"type": "http",
"url": "https://api.opcua-modeler.sterfive.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "opcua-modeler",
"transport": "streamable-http",
"url": "https://api.opcua-modeler.sterfive.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.