{
  "name": "strt.it QR & Business Card (qr.strt.it)",
  "version": "2.6.2",
  "description": "Browser PWA for QR codes and business cards, backed by public REST APIs on a.strt.it. This card advertises HTTP JSON interfaces for agents; it does not expose an A2A JSON-RPC task endpoint.",
  "documentationUrl": "https://a.strt.it/docs/AI-GUIDE.md",
  "supportedInterfaces": [
    {
      "url": "https://a.strt.it/qr",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    },
    {
      "url": "https://a.strt.it/qr/bcard",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://strt.it",
    "organization": "strt.it"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "image/png"],
  "skills": [
    {
      "id": "generate-qr-code",
      "name": "Generate QR code",
      "description": "Create a QR code from text or URLs via POST /qr/code or GET /qr/code/image on a.strt.it.",
      "tags": ["qr", "encoding", "rest"]
    },
    {
      "id": "generate-business-card",
      "name": "Generate business card image",
      "description": "Create a PNG business card with embedded QR via GET /qr/bcard/image or POST /qr/bcard on a.strt.it.",
      "tags": ["business-card", "png", "rest"]
    }
  ]
}
