Oversight MCP Server

Remote MCP server for the Oversight AI-governance dashboard: your AI assistant reads and writes your AI agent registry, governance findings, posture scores and board reports. Covers APRA CPS 230/234, the APRA AI letter, ISO 42001 and the Voluntary AI Safety Standard.

Authentication

Mint a token in the Oversight dashboard (Settings, MCP tokens), then send it as:

Authorization: Bearer ovs_<token>

Endpoints

Claude (remote MCP)

{
  "mcpServers": {
    "oversight": {
      "url": "https://mcp.oversight.veyruna.com/mcp",
      "headers": { "Authorization": "Bearer ovs_<token>" }
    }
  }
}

Microsoft Copilot Studio

Add a custom connector from the OpenAPI spec at /openapi.json (streamable MCP), set API-key auth on the Authorization header with value Bearer ovs_<token>.

oversight.veyruna.com ยท by Veyruna