{
  "protocolVersion": "0.3.0",
  "name": "SG Training Fit Product Assistant",
  "description": "Agent-to-agent access to the SG Training Fit product catalog (Pro Warming Belt and custom triblend apparel).",
  "version": "1.0.0",
  "url": "https://sgtrainingfit.com/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://sgtrainingfit.com/mcp"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://sgtrainingfit.com/mcp"
    }
  ],
  "provider": {
    "organization": "SG-Training Fit LLC",
    "url": "https://sgtrainingfit.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "documentationUrl": "https://sgtrainingfit.com/llms.txt",
  "skills": [
    {
      "id": "list-products",
      "name": "List products",
      "description": "List all SG Training Fit products with prices, materials and customization options.",
      "tags": [
        "catalog",
        "products"
      ],
      "examples": [
        "What do you sell?",
        "List your products"
      ]
    },
    {
      "id": "get-product",
      "name": "Get product details",
      "description": "Get full details for one product by id, including price, options and how it can be customized.",
      "tags": [
        "product",
        "details"
      ],
      "examples": [
        "Tell me about the Pro Warming Belt"
      ]
    },
    {
      "id": "search-products",
      "name": "Search products",
      "description": "Search products by keyword (e.g. belt, shirt, wool, custom).",
      "tags": [
        "search"
      ],
      "examples": [
        "Do you have a warming belt?"
      ]
    }
  ]
}
