the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.chanyou0311/aiseg2-mcp",
"description": "Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.",
"repository": {
"url": "https://github.com/chanyou0311/aiseg2-mcp",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "aiseg2-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AiSEG2 base URL, e.g. http://192.168.0.216 (http only).",
"isRequired": true,
"name": "AISEG_URL"
},
{
"description": "HTTP Digest password for the AiSEG2 web UI.",
"isRequired": true,
"isSecret": true,
"name": "AISEG_PASSWORD"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/chanyou0311/aiseg2-mcp:0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Transport. Forced to stdio here so the container matches this stdio package declaration; the image's own default is streamable-http for a standalone `docker run`.",
"value": "stdio",
"name": "AISEG_TRANSPORT"
},
{
"description": "AiSEG2 base URL, e.g. http://192.168.0.216 (http only).",
"isRequired": true,
"name": "AISEG_URL"
},
{
"description": "HTTP Digest password for the AiSEG2 web UI.",
"isRequired": true,
"isSecret": true,
"name": "AISEG_PASSWORD"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-15T12:07:33.040021Z",
"publishedAt": "2026-07-15T12:07:33.040021Z",
"updatedAt": "2026-07-15T12:07:33.040021Z",
"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 0.1.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.