What is the Domotz MCP server?
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
How to install Domotz
Copy-paste configuration for popular MCP clients.
DOMOTZ_API_KEYrequiredsecretDomotz Public API key (generated in the Domotz portal)
DOMOTZ_API_URLDomotz Public API base URL for the regional endpoint (e.g. https://api-us-east-1-cell-1.domotz.com/public-api/v1)
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"domotz-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.6"
],
"env": {
"DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
"DOMOTZ_API_URL": "<YOUR_DOMOTZ_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"domotz-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.6"
],
"env": {
"DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
"DOMOTZ_API_URL": "<YOUR_DOMOTZ_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"domotz-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.6"
],
"env": {
"DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
"DOMOTZ_API_URL": "<YOUR_DOMOTZ_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"domotz-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.6"
],
"env": {
"DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
"DOMOTZ_API_URL": "<YOUR_DOMOTZ_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add domotz-mcp --env DOMOTZ_API_KEY=<YOUR_DOMOTZ_API_KEY> --env DOMOTZ_API_URL=<YOUR_DOMOTZ_API_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/domotz-mcp:v1.1.6Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →