{
  "protocolVersion": "0.3.0",
  "name": "HoliSec Agent",
  "description": "HoliSec GmbH, Graz (Austria): holistic cyber security for small and medium-sized businesses. Two core offerings — HoliSec Check (one-off assessment with a prioritised roadmap) and HoliSec Care (ongoing implementation support). Typical triggers: NIS2/NISG 2026, DIN SPEC 27076, Cyber Trust Austria, customer and supplier requirements. HoliSec does not operate a SOC. This agent surface is public and read-only: services with prices, approved customer references, blog posts, contact data and every public page as Markdown, via the Model Context Protocol endpoint (get_services, get_references, get_posts, get_contact, get_page_markdown) or the JSON API under /api/v1/. There is no A2A JSON-RPC endpoint and no write operation — appointments and enquiries are handled by humans through the contact page.",
  "url": "https://www.holisec.com/.well-known/agent-card.json",
  "version": "1.0.0",
  "provider": {
    "organization": "HoliSec GmbH",
    "url": "https://www.holisec.com"
  },
  "documentationUrl": "https://www.holisec.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "url": "https://www.holisec.com/api/mcp",
      "transport": "MCP"
    },
    {
      "url": "https://www.holisec.com/api/v1/",
      "transport": "HTTP+JSON"
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "skills": [
    {
      "id": "holisec-leistungen",
      "name": "HoliSec Check und HoliSec Care erklären",
      "description": "Explains the two core offerings: HoliSec Check (one-off assessment of technology, organisation and processes, resulting in a risk picture and a prioritised roadmap) and HoliSec Care (ongoing support that implements and maintains that roadmap), including current prices and tiers. Data via MCP (get_services) or GET /api/v1/services and /api/v1/services/{slug}.",
      "tags": [
        "cybersecurity",
        "kmu",
        "security-check",
        "roadmap",
        "graz"
      ],
      "examples": [
        "Was kostet ein Security Check für ein KMU in Österreich?",
        "Was ist der Unterschied zwischen HoliSec Check und HoliSec Care?",
        "Wie läuft ein HoliSec Check ab?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    },
    {
      "id": "nis2-einordnung",
      "name": "NIS2 und Compliance-Anlässe einordnen",
      "description": "Answers questions about the triggers HoliSec works on: NIS2 / the Austrian NISG 2026, DIN SPEC 27076, Cyber Trust Austria and security requirements coming from customers or the supply chain. Source material via MCP (get_posts, get_page_markdown) or GET /api/v1/posts. This is orientation, not legal advice.",
      "tags": [
        "nis2",
        "nisg-2026",
        "din-spec-27076",
        "cyber-trust-austria",
        "compliance"
      ],
      "examples": [
        "Bin ich von NIS 2 betroffen?",
        "Was verlangt das NISG 2026 von einem mittelständischen Betrieb?",
        "Wie bereite ich Cyber Trust Austria vor?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    },
    {
      "id": "kontakt-und-referenzen",
      "name": "Kontaktdaten und Referenzen liefern",
      "description": "Returns contact details (e-mail, phone, address in Graz, booking link) and approved customer references with industry, summary and results. Via MCP (get_contact, get_references) or GET /api/v1/contact and /api/v1/references. Booking and enquiries stay with humans: no endpoint of this agent writes data.",
      "tags": [
        "kontakt",
        "graz",
        "oesterreich",
        "referenzen",
        "beratung"
      ],
      "examples": [
        "Cybersecurity-Beratung Graz Kontakt",
        "Welche Referenzen kann HoliSec vorweisen?",
        "Wie vereinbare ich ein Erstgespräch mit HoliSec?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    }
  ]
}