{
  "protocolVersion": "0.3.0",
  "name": "citizenmagnet-site",
  "version": "1.0.0",
  "description": "Citizen Magnet (citizenmagnet.co.il) - turns a customer photo into a print-quality AI illustration for photographers and photo print shops in Israel. This agent answers style, scene, pricing and FAQ questions. It speaks MCP (streamable HTTP), not the full A2A message protocol - see supportedInterfaces.",
  "url": "https://citizenmagnet.co.il/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://citizenmagnet.co.il/mcp",
      "transport": "JSONRPC",
      "protocol": "mcp/streamable-http"
    }
  ],
  "provider": {
    "organization": "Prime Stack",
    "url": "https://primestack.co.il"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "list-styles",
      "name": "List illustration styles",
      "description": "The illustration styles a photo can be turned into (watercolor, anime, caricature, chibi, pop-art, charcoal, gouache, Pixar/Disney, oil painting).",
      "tags": [
        "catalog"
      ]
    },
    {
      "id": "list-scenes",
      "name": "List background scenes",
      "description": "Background scenes an illustration can be placed in.",
      "tags": [
        "catalog"
      ]
    },
    {
      "id": "get-pricing",
      "name": "Get pricing",
      "description": "Credit packages and per-credit price for print-quality images.",
      "tags": [
        "pricing"
      ]
    },
    {
      "id": "get-faq",
      "name": "Get FAQ",
      "description": "Frequently asked questions about the service.",
      "tags": [
        "faq"
      ]
    }
  ],
  "documentationUrl": "https://citizenmagnet.co.il/auth.md"
}
