{
  "protocolVersion": "0.3.0",
  "name": "ODRIX Product Agent",
  "description": "Answers questions about ODRIX natural underarm deodorant cream sachets - format, attributes, price, and the Amazon buy link.",
  "url": "https://odrixinc.com/mcp",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "ODRIX (BloomDeals)",
    "url": "https://odrixinc.com/"
  },
  "supportedInterfaces": [
    { "url": "https://odrixinc.com/mcp", "transport": "streamable-http" }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "product-info",
      "name": "Product info",
      "description": "Return ODRIX product facts: 12 single-use sachets (3-month supply), aluminum free, no baking soda, for sensitive skin, $15.99 on Amazon.",
      "tags": ["product", "deodorant", "amazon"],
      "examples": [
        "What is ODRIX?",
        "How much does ODRIX cost and where do I buy it?"
      ]
    }
  ]
}
