domotz.app
Domotz is a cloud-based network monitoring and management platform for MSPs, IT teams, and enterprise environments. It provides device discovery, topology and status monitoring, remote access, diagnostics, and related network operations features across distributed sites.
Domotz exposes two HTTP APIs—a Public REST API authenticated by `X-Api-Key` and a Marketplace API with a published OpenAPI spec using Basic auth—plus a remote MCP server authenticated with Domotz OAuth.
- Domotz MCP Serverdetected
- Domotz Public APIdiscovered
- Domotz Marketplace APIdiscovered
In the Domotz Portal, open Settings → API Key, click Create API Key, enter your account password to unlock the service, name the key, and copy the key value before closing the dialog. The help article notes you also receive the server endpoint with the key. See Domotz API and the API reference.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
Domotz's machine-readable Marketplace API spec exposes HTTP Basic auth. The public docs scraped here do not describe how a developer self-serves or obtains these credentials in the portal, so acquisition details could not be confirmed from public documentation. Start from the Domotz Portal and contact Domotz if needed. The auth requirement is visible in the machine-readable spec at portal.domotz.com/openapi.json.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://domotz.app/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing