MCP Server
MCP
Weishaupt WEM Portal
Control and monitor Weishaupt heating systems via the WEM Portal
Install
npx -y @disane-dev/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@disane-dev/weishaupt-wem-mcp-server",
"version": "0.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your WEM Portal email/username",
"name": "WEM_USERNAME"
},
{
"description": "Your WEM Portal password",
"name": "WEM_PASSWORD"
},
{
"description": "WEM Portal API URL (default: https://www.wemportal.com/app)",
"name": "WEM_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment