{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "HBO Trade Autonomous Assistant",
  "description": "An agent that helps users navigate commodity purchasing and request quotes.",
  "type": "trading",
  "url": "https://hbotrade.com/agent",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "supportedInterfaces": [
    {
      "url": "https://hbotrade.com/mcp",
      "transport": "http",
      "protocol": "MCP/2025-06-18",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "contact": {
    "email": "info@hbotrade.com"
  },
  "documentation": "https://hbotrade.com/AGENTS.md"
}
