the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mwieczorkiewicz/opcua-mcp",
"description": "Read, write, browse, search, and subscribe to live data on an OPC-UA industrial automation server.",
"title": "OPC-UA MCP Server",
"repository": {
"url": "https://github.com/mwieczorkiewicz/opcua-mcp",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://github.com/mwieczorkiewicz/opcua-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OPC-UA server endpoint to connect to, e.g. opc.tcp://your-plc-host:4840",
"isRequired": true,
"default": "opc.tcp://localhost:4840",
"name": "OPCUA_ENDPOINT"
},
{
"description": "Authentication mode against the OPC-UA server",
"default": "anonymous",
"name": "OPCUA_AUTH_MODE"
},
{
"description": "Username, required if OPCUA_AUTH_MODE=username",
"name": "OPCUA_USERNAME"
},
{
"description": "Password, required if OPCUA_AUTH_MODE=username",
"isSecret": true,
"name": "OPCUA_PASSWORD"
},
{
"description": "OPC-UA transport security policy, e.g. Basic256Sha256",
"default": "None",
"name": "OPCUA_SECURITY_POLICY"
},
{
"description": "OPC-UA transport security mode, e.g. SignAndEncrypt",
"default": "None",
"name": "OPCUA_SECURITY_MODE"
},
{
"description": "MCP transport: stdio (for local MCP clients) or http (for remote/hosted deployments)",
"default": "stdio",
"name": "SERVER_TRANSPORT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-05T11:20:21.125128Z",
"publishedAt": "2026-08-05T11:20:21.125128Z",
"updatedAt": "2026-08-05T11:20:21.125128Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.