{
  "name": "365 Key Storefront Agent",
  "description": "Read-only agent for the 365 Key software subscription store: browse the live product catalog (Microsoft 365, AutoCAD, 3ds Max, Inventor) and look up order status by order number and checkout email. Backed by an MCP toolset.",
  "url": "https://www.365-key.com/mcp",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "site-lookup",
      "name": "Site lookup",
      "description": "List products with prices and stock, and look up order status for an order number with the checkout email.",
      "tags": [
        "commerce",
        "catalog",
        "order-status"
      ],
      "examples": [
        "What products are in the 365 Key catalog?",
        "Look up order status for order No. 365-XXXX with checkout email"
      ]
    }
  ],
  "mcp": {
    "serverCard": "https://www.365-key.com/.well-known/mcp/server-card.json",
    "endpoint": "https://www.365-key.com/mcp",
    "tools": [
      "list_products",
      "lookup_order"
    ]
  },
  "provider": {
    "organization": "365 Key",
    "url": "https://www.365-key.com/"
  }
}