{
  "name": "Zaps",
  "description": "Search a catalogue of social-media and invite templates by intent, then fill one with your own images and text and get back a rendered design.",
  "version": "1.0.0",
  "iconUrl": "https://zaps.design/apple-touch-icon.png",
  "documentationUrl": "https://zaps.design/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://api.zaps.design/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "2026-07-28"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search-templates",
      "name": "Search templates",
      "description": "Find templates matching a description of the design you want, ranked over the Zaps catalogue.",
      "tags": [
        "design",
        "templates",
        "search"
      ],
      "examples": [
        "a coffee shop story template",
        "thanksgiving invite for a family dinner"
      ]
    },
    {
      "id": "fill-template",
      "name": "Fill a template",
      "description": "Place images and text into a chosen template and render it.",
      "tags": [
        "design",
        "render",
        "image"
      ],
      "examples": [
        "fill this template with my two photos"
      ]
    }
  ]
}
