{
  "ucp_version": "1.0",
  "merchant": {
    "id": "tradeexecutor-ai",
    "name": "TradeExecutor.ai",
    "url": "https://tradeexecutor.ai",
    "legal_name": "8675-309 LLC",
    "country": "US",
    "currency": "USD",
    "contact": {
      "email": "support@tradeexecutor.ai"
    }
  },
  "capabilities": {
    "discovery": true,
    "catalog": true,
    "checkout": true,
    "post_purchase": true,
    "multi_item_cart": false,
    "shipping": false,
    "tax_collection": "not_applicable_digital_goods"
  },
  "transports": {
    "rest": {
      "base_url": "https://tradeexecutor.ai/api/public/v1"
    },
    "mcp": {
      "base_url": "https://tradeexecutor.ai/mcp",
      "status": "planned"
    },
    "a2a": {
      "status": "not_supported"
    }
  },
  "payments": {
    "ap2_compatible": true,
    "providers": [
      "stripe"
    ],
    "methods": [
      "card"
    ]
  },
  "endpoints": {
    "catalog": "/api/public/v1/catalog",
    "product": "/api/public/v1/products/{code}",
    "inventory": "/api/public/v1/inventory",
    "checkout_create": "/api/public/v1/checkout",
    "checkout_status": "/api/public/v1/checkout/{session_id}",
    "license_verify": "/api/public/v1/license/verify",
    "openapi": "/.well-known/openapi.json"
  },
  "policies": {
    "refund": "https://tradeexecutor.ai/support#refunds",
    "terms": "https://tradeexecutor.ai/terms",
    "privacy": "https://tradeexecutor.ai/privacy",
    "ai_usage": "Agent-initiated purchases are welcome. Agents must pass agent_id and agent_platform at checkout for attribution."
  },
  "inventory_snapshot": {
    "remaining": 14648,
    "total_cap": 15000,
    "updated_at": "2026-04-24T14:05:09.599Z"
  },
  "updated_at": "2026-04-24T14:05:09.599Z"
}