Server data from the Official MCP Registry
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
This is a well-structured MCP server for Domotz network monitoring with proper authentication via API keys stored in environment variables. The code is clean, uses appropriate error handling, and permissions align well with the stated purpose of network device management. Minor input validation could be strengthened, but no security vulnerabilities or malicious patterns were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 0 high severity).
6 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DOMOTZ_API_KEY
Environment variable: DOMOTZ_API_URL
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-domotz-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"DOMOTZ_API_KEY": "your-domotz-api-key-here",
"DOMOTZ_API_URL": "your-domotz-api-url-here"
},
"args": [
"-y",
"domotz-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.