{
  "$schema": "https://schemas.modelcontextprotocol.io/server-card/v1.json",
  "mcpVersion": "1.0",
  "name": "Litzki Systems SOVP Tools",
  "version": "2.0",
  "description": "MCP server exposing SOVP validation tools for AI agents and autonomous infrastructure auditors.",
  "servers": [
    {
      "name": "SOVP Validator",
      "url": "https://litzki-systems.com/mcp"
    }
  ],
  "remotes": [
    {
      "url": "https://litzki-systems.com/mcp",
      "transportType": "http"
    }
  ],
  "primitives": {
    "tools": true,
    "resources": true,
    "prompts": false
  }
}