{
  "specVersion": "1.0",
  "host": {
    "displayName": "Storeware",
    "documentationUrl": "https://storeware.ai/auth.md"
  },
  "entries": [
    {
      "identifier": "urn:air:storeware.ai:server:storeware-admin",
      "displayName": "Storeware: Run my shop (MCP)",
      "type": "application/mcp-server-card+json",
      "url": "https://storeware.ai/.well-known/mcp/server-card.json",
      "description": "Run a Storeware shop from an agent: search and enrich products, check performance and search visibility, draft and revise pages, arrange menus, and apply proposals. Needs a merchant key or an OAuth connection; nothing is published or deleted from here.",
      "capabilities": [
        "catalogue",
        "content",
        "wholesale",
        "automations",
        "proposals",
        "suppliers",
        "navigation-and-look",
        "conversion",
        "sight",
        "runs",
        "evidence",
        "records",
        "speed"
      ],
      "tags": [
        "commerce",
        "merchant",
        "mcp"
      ],
      "representativeQueries": [
        "improve the product descriptions in my shop that are too thin",
        "which of my products get views but do not sell",
        "draft an About page for my shop",
        "add a link to my new collection in the main menu",
        "show me what my shop has proposed changing this week"
      ],
      "version": "1"
    },
    {
      "identifier": "urn:air:storeware.ai:agent:storeware-admin",
      "displayName": "Storeware: Run my shop (A2A)",
      "type": "application/a2a-agent-card+json",
      "url": "https://storeware.ai/.well-known/agent-card.json",
      "description": "Run a Storeware shop from an agent: search and enrich products, check performance and search visibility, draft and revise pages, arrange menus, and apply proposals. Needs a merchant key or an OAuth connection; nothing is published or deleted from here.",
      "capabilities": [
        "catalogue",
        "content",
        "wholesale",
        "automations",
        "proposals",
        "suppliers",
        "navigation-and-look",
        "conversion",
        "sight",
        "runs",
        "evidence",
        "records",
        "speed"
      ],
      "tags": [
        "commerce",
        "merchant",
        "a2a"
      ],
      "representativeQueries": [
        "improve the product descriptions in my shop that are too thin",
        "which of my products get views but do not sell",
        "draft an About page for my shop",
        "add a link to my new collection in the main menu",
        "show me what my shop has proposed changing this week"
      ],
      "version": "1"
    },
    {
      "identifier": "urn:air:storeware.ai:skill:build-on-storeware",
      "displayName": "build-on-storeware",
      "type": "application/ai-skill+md",
      "url": "https://storeware.ai/.well-known/agent-skills/build-on-storeware/SKILL.md",
      "description": "How to write code for Storeware: the layering, the runtime rules that fail silently, and the conventions a first attempt usually gets wrong.",
      "tags": [
        "development",
        "storeware"
      ],
      "representativeQueries": [
        "how do I add a feature to the Storeware codebase",
        "what runtime rules does Storeware code have to follow on Cloudflare Workers",
        "where does business logic go in the Storeware monorepo"
      ]
    }
  ]
}