{
  "specVersion": "1.0",
  "host": {
    "displayName": "S4E Security For Everyone",
    "identifier": "did:web:s4e.io"
  },
  "entries": [
    {
      "identifier": "urn:air:s4e.io:server:mcp",
      "displayName": "S4E MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://s4e.io/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "connect S4E MCP to Cursor",
        "start a full scan with the S4E MCP server",
        "list my S4E assets from an AI assistant",
        "how do I authenticate to mcp.s4e.io"
      ]
    },
    {
      "identifier": "urn:air:s4e.io:api:rest",
      "displayName": "S4E REST API",
      "type": "application/vnd.oai.openapi",
      "url": "https://s4e.io/.well-known/openapi.json",
      "representativeQueries": [
        "S4E REST API OpenAPI spec",
        "add a domain asset via the S4E API",
        "start a vulnerability scan with an API token",
        "export an S4E scan report as PDF"
      ]
    },
    {
      "identifier": "urn:air:s4e.io:skill:mcp",
      "displayName": "S4E MCP skill",
      "type": "text/markdown",
      "url": "https://s4e.io/.well-known/agent-skills/s4e-mcp/SKILL.md",
      "representativeQueries": [
        "how to configure S4E MCP in Claude Desktop",
        "S4E-API-Token MCP header"
      ]
    },
    {
      "identifier": "urn:air:s4e.io:docs:api",
      "displayName": "S4E API documentation",
      "type": "text/html",
      "url": "https://docs.s4e.io/api/",
      "representativeQueries": [
        "S4E API documentation",
        "Public API Token authentication",
        "S4E scan endpoints"
      ]
    }
  ]
}
