{
  "name": "OMNIS-X",
  "description": "OMNIS-X reads the tells of code an LLM wrote and nobody finished — the AI-Vibe failure modes generic SAST misses — then backs the verdict with a 0–100 production-readiness score across 511 checks and copy-paste fix prompts for your AI coding tool.",
  "url": "https://omnis-x.com/api/mcp",
  "version": "1.0.0",
  "provider": {
    "organization": "OMNIS-X",
    "url": "https://omnis-x.com"
  },
  "capabilities": {
    "streaming": true
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "documentationUrl": "https://omnis-x.com/openapi.json",
  "contact": "hello@omnis-x.com",
  "skills": [
    {
      "id": "scan-project",
      "name": "Scan a repo or URL",
      "description": "Scan a GitHub repo, ZIP, or live URL for AI-generated-code security + quality risk."
    },
    {
      "id": "list-findings",
      "name": "List findings",
      "description": "Return the findings from a completed scan with severity + remediation."
    },
    {
      "id": "get-fix-prompt",
      "name": "Get a fix prompt",
      "description": "Return an AI-ready fix prompt (Claude Code / Cursor / Codex) for a finding."
    },
    {
      "id": "autofix",
      "name": "Open a fix PR",
      "description": "Open a gate-verified autofix pull request for selected findings."
    }
  ]
}