{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
  "name": "ministerstwo-it",
  "description": "MINISTERSTWO IT MCP — managed IT services API: list services, case studies, request consultation. Streamable HTTP at serverUrl.",
  "version": "1.0.0",
  "serverUrl": "https://ministerstwo.it/mcp",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "ministerstwo-it",
    "version": "1.0.0",
    "description": "MINISTERSTWO IT - Professional managed IT services. Linux administration, cloud infrastructure (AWS/GCP), security hardening, and High Availability solutions.",
    "homepage": "https://ministerstwo.it"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://ministerstwo.it/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_services",
      "description": "List all managed IT services offered by Ministerstwo IT",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": ["administration", "security", "cloud", "network", "devops", "all"]
          }
        }
      }
    },
    {
      "name": "get_case_studies",
      "description": "Retrieve case studies from e-commerce, fintech, legal, NGO sectors",
      "inputSchema": {
        "type": "object",
        "properties": {
          "sector": {
            "type": "string",
            "enum": ["ecommerce", "fintech", "legal", "ngo", "media", "software", "all"]
          }
        }
      }
    },
    {
      "name": "request_consultation",
      "description": "Request a free IT infrastructure consultation",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": { "type": "string" },
          "email": { "type": "string", "format": "email" }
        },
        "required": ["topic"]
      }
    }
  ]
}
