{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "iq2-forensics-mcp",
  "version": "1.0.0",
  "title": "IdeeQuadrat Forensics & Sovereign Intelligence MCP Server",
  "description": "Exposes forensic audit discovery, compliance verification, and sovereign intelligence schemas for IdeeQuadrat Forensics (IQ2).",
  "homepage": "https://iq2.info.lu",
  "tools": [
    {
      "name": "query_forensic_disciplines",
      "description": "Lists forensic investigation disciplines, banking audit frameworks, and cross-border compliance capabilities offered by IdeeQuadrat Forensics.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": [
              "banking_forensics",
              "insolvency_audit",
              "compliance_chains",
              "asset_protection",
              "tax_forensics",
              "litigation_support"
            ],
            "description": "The specific forensic discipline to inspect."
          }
        }
      }
    },
    {
      "name": "submit_mandate_inquiry",
      "description": "Securely submits a confidential mandate inquiry to the IdeeQuadrat Forensics crisis desk.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": { "type": "string", "description": "Name of contact or attorney." },
          "company": { "type": "string", "description": "Law firm or corporation." },
          "email": { "type": "string", "description": "Email address for encrypted dispatch." },
          "phone": { "type": "string", "description": "Direct phone or secure messenger number." },
          "topic": { "type": "string", "description": "Subject matter of forensic inquiry." },
          "message": { "type": "string", "description": "Summary of dispute and factual circumstances." }
        },
        "required": ["name", "email", "message"]
      }
    }
  ],
  "contact": {
    "organization": "IdeeQuadrat S.a.r.l in.Gr.",
    "web": "https://iq2.info.lu/kontakt.html",
    "portal": "https://iq2.info.lu"
  }
}
