What makes this different from a chatbot
Plenty of tools let you "chat with your infrastructure." Most of them are wrappers around a single API. Ask a question, get an answer, hope it is right.
The difference with MCP-based tooling is that the AI drives the tools natively. It decides which tool to call based on your question. It chains multiple tools together when the situation requires it. It gets real data back and reasons about it before responding.
Ask "why is the website slow?" and the AI might call fleet health to check the host, then Docker status to check the containers, then Prometheus to pull latency metrics, then present a diagnosis. Four tool calls, one conversation turn, real data throughout.
And because Quox sits underneath, every one of those tool calls is recorded in a structured audit trail. You can see what the AI did, what data it accessed, and what it concluded. Not just a chat log. An evidence chain.