{
  "schema_version": "2025-06-18",
  "name": "raic-mcp",
  "title": "Rhindon AI Risk & Integrity Cloud — MCP",
  "description": "Model Context Protocol server exposing the RAIC v1 API surface (AI systems, use cases, controls, risks, discovery, reports, audit).",
  "endpoint": "https://mbnchxkffcnfbybwlarg.supabase.co/functions/v1/raic-mcp",
  "transport": "streamable-http",
  "protocol_version": "2025-06-18",
  "auth": ["oauth2", "bearer"],
  "oauth": {
    "authorization_server": "https://mbnchxkffcnfbybwlarg.supabase.co/auth/v1",
    "protected_resource_metadata": "/.well-known/oauth-protected-resource",
    "dynamic_client_registration": true,
    "scopes": [
      "openid",
      "email",
      "profile",
      "risks:read",
      "controls:read",
      "systems:read",
      "use_cases:read",
      "audit:read",
      "risks:write",
      "controls:write",
      "systems:write",
      "use_cases:write"
    ]
  },
  "bearer": {
    "documentation": "https://app.rhindoncyber.com/support/api-tokens",
    "prefix": "rai_"
  },
  "documentation": "https://app.rhindoncyber.com/support/raic-mcp",
  "publisher": {
    "name": "Rhindon Cyber",
    "url": "https://rhindoncyber.com"
  }
}
