{
  "schemaVersion": "0.1",
  "name": "raic",
  "displayName": "Rhindon AI Risk & Integrity Cloud (RAIC)",
  "vendor": "Rhindon Cyber",
  "homepage": "https://app.rhindoncyber.com",
  "status": "planned",
  "description": "Planned MCP server descriptor for RAIC. The live MCP bridge is on the Q3 2026 roadmap. Until then, agents should consume the public surface via /llms.txt, /llms-full.txt, and /openapi.json.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://app.rhindoncyber.com/mcp",
    "available": false
  },
  "auth": {
    "type": "bearer",
    "tokenIssuance": "Tenant API key minted in RAIC Org Settings (Enterprise tier, planned)."
  },
  "tools_planned": [
    {
      "name": "search_support",
      "description": "Search RAIC support documentation by free text and return the top matching topics with canonical URLs."
    },
    {
      "name": "get_module_summary",
      "description": "Return the canonical one-paragraph summary of a RAIC module by id (e.g., ai-system-registry, iso-42001-annex-a)."
    },
    {
      "name": "list_iso42001_controls",
      "description": "List the 38 ISO/IEC 42001 Annex A controls with their RAIC implementation status."
    }
  ],
  "fallback": {
    "llms_txt": "https://app.rhindoncyber.com/llms.txt",
    "llms_full_txt": "https://app.rhindoncyber.com/llms-full.txt",
    "openapi": "https://app.rhindoncyber.com/openapi.json",
    "agent_manifest": "https://app.rhindoncyber.com/.well-known/agent.json"
  },
  "contact": "raic_support@rhindoncyber.com"
}
