MCP (AI-Assisted Troubleshooting)

Oack exposes a Model Context Protocol server that lets AI agents read your monitoring data. All MCP tools are read-only.

Claude Code config
{
  "mcpServers": {
    "oack": {
      "type": "http",
      "url": "https://api-ru.oack.io/mcp/"
    }
  }
}

To allow Claude to use all Oack MCP tools without permission prompts:

Terminal
/permissions add mcp__oack__* "allow all Oack MCP tools"