{
  "specVersion": "0.1",
  "host": {
    "name": "bluwarden.com",
    "description": "Cybersecurity consultancy for small and mid-sized businesses: security consulting, external vulnerability scanning, and security reports. Publishes practical hardening, privacy and threat guidance.",
    "url": "https://bluwarden.com",
    "contact": "info@bluwarden.com"
  },
  "entries": [
    {
      "identifier": "urn:air:bluwarden.com:mcp:blog",
      "displayName": "bluwarden blog MCP server",
      "description": "Read-only MCP server: search and retrieve bluwarden.com security articles.",
      "type": "application/mcp-server-card+json",
      "url": "https://bluwarden.com/.well-known/mcp/server-card.json",
      "capabilities": [
        "search_posts",
        "get_post",
        "get_contact"
      ],
      "representativeQueries": [
        "find bluwarden guidance on hardening a Windows laptop",
        "what has bluwarden written about phishing",
        "read the bluwarden post about device trust"
      ]
    },
    {
      "identifier": "urn:air:bluwarden.com:content:blog-index",
      "displayName": "Blog index (markdown)",
      "description": "Every bluwarden.com post with title, date, tag and excerpt.",
      "type": "text/markdown",
      "url": "https://bluwarden.com/blog.md",
      "representativeQueries": [
        "list bluwarden security articles",
        "what cybersecurity topics does bluwarden cover"
      ]
    },
    {
      "identifier": "urn:air:bluwarden.com:content:blog-feed",
      "displayName": "Blog RSS feed",
      "description": "New bluwarden.com posts as they are published.",
      "type": "application/rss+xml",
      "url": "https://bluwarden.com/feed.xml",
      "representativeQueries": [
        "latest bluwarden cybersecurity posts",
        "subscribe to bluwarden security updates"
      ]
    },
    {
      "identifier": "urn:air:bluwarden.com:content:site-overview",
      "displayName": "Site overview for language models",
      "description": "Short map of bluwarden.com: services, key pages, every post.",
      "type": "text/markdown",
      "url": "https://bluwarden.com/llms.txt",
      "representativeQueries": [
        "what does bluwarden do",
        "bluwarden cybersecurity services"
      ]
    },
    {
      "identifier": "urn:air:bluwarden.com:skills:security-guidance",
      "displayName": "Agent skill: bluwarden security guidance",
      "description": "Skill index describing how to search, read and cite bluwarden guidance.",
      "type": "application/json",
      "url": "https://bluwarden.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I cite bluwarden security guidance",
        "agent skill for bluwarden blog"
      ]
    },
    {
      "identifier": "urn:air:bluwarden.com:api:contact",
      "displayName": "Contact API",
      "description": "OpenAPI description of the bluwarden.com enquiry endpoint.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://bluwarden.com/openapi.json",
      "representativeQueries": [
        "how do I contact bluwarden",
        "bluwarden enquiry form API"
      ]
    }
  ]
}
