{
  "markdown": "# Domotz MCP Server\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)\n\nA Model Context Protocol (MCP) server for Domotz network monitoring and management. Enables AI assistants to monitor network devices, view alerts, check device status, and manage network infrastructure.\n\nThis is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects Claude (or any MCP-compatible AI) to your Domotz environment.\n\n> **Part of the [MSP Claude Plugins](https://github.com/WYRE-AI) ecosystem** — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.\n\n## Installation\n\n```bash\nnpm install @wyre-ai/domotz-mcp\n```\n\n## Configuration\n\nSet the following environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `DOMOTZ_API_KEY` | Yes | Your Domotz API key |\n| `DOMOTZ_REGION` | No | API region: us or eu (default: us) |\n| `MCP_TRANSPORT` | No | Transport mode: stdio (default) or http |\n\n## Usage\n\n### Running with Claude Desktop\n\nAdd to your Claude Desktop `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"domotz-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@wyre-ai/domotz-mcp\"],\n      \"env\": {\n        \"DOMOTZ_API_KEY\": \"your-domotz-api-key\"\n      }\n    }\n  }\n}\n```\n\n### Running with Claude Code (CLI)\n\n```bash\nclaude mcp add domotz-mcp \\\n  -e DOMOTZ_API_KEY=your-value \\\n  -- npx -y @wyre-ai/domotz-mcp\n```\n\n### Docker\n\n```bash\ndocker build -t domotz-mcp .\ndocker run \\\n  -e DOMOTZ_API_KEY=your-value \\\n  -p 8080:8080 domotz-mcp\n```\n\n## Available Domains\n\n### Agents\nManage Domotz monitoring agents\n\n### Alerts\nView and manage network alerts\n\n### Devices\nDevice discovery and status monitoring\n\n### Metrics\nNetwork performance metrics\n\n### Network\nNetwork topology and configuration\n\n### Power\nPower management for managed devices\n\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/WYRE-AI/domotz-mcp.git\ncd domotz-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n```\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) if present, or open an issue to discuss changes.\n\n## License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.\n",
  "bytes": 2436,
  "sha": "b254df38525bec40d3dec2ee6ed2580e7a6914798df4481f9d12345299f22c11",
  "repo_slug": "wyre-technology/domotz-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wyre_technology_domotz_mcp_a2eb198f/readme"
}