{
  "schema_version": "1.0",
  "name": "GSC AIO Division",
  "description": "Parent A2A agent card for the GreenCore Solutions Corp. AIO Division. Routes to three category-scope rail node agents — AIO-HPL-Rail, AIO-BPL-Rail, AIO-BPC-Rail — for CPG procurement signal resolution under the ACM-68000 protocol.",
  "version": "1.0.0",
  "operator": "GreenCore Solutions Corp.",
  "site": "https://gsc-rail.ai",
  "protocol": {
    "name": "ACM-68000",
    "version": "1.1.0",
    "license": "MIT",
    "spec": "https://github.com/gsc-em/a2a-mcp-cpg",
    "registry": "io.github.gsc-em/a2a-mcp-cpg"
  },
  "trust_anchor": {
    "url": "https://dpuone.ai",
    "type": "Digital Proof Unit",
    "residency": "EU France Central"
  },
  "ingest": {
    "url": "https://x-gsi.ai/ingest",
    "method": "POST",
    "required_header": "X-GSC-Protocol: ACM-68000",
    "auth": "Bearer",
    "required_fields": ["sender", "signal", "message"],
    "optional_fields": [
      "signal_code",
      "gtin",
      "quantity",
      "region",
      "cluster",
      "agent_id",
      "chain_depth",
      "latency_ms",
      "replay_guard",
      "company_name",
      "contact_email",
      "contact_name",
      "contact_phone"
    ]
  },
  "rails": [
    {
      "code": "AIO-HPL-Rail",
      "category": "Hygiene",
      "brand_type": "MDD Private Label",
      "scope": "category",
      "url": "https://aio-hpl-rail.com",
      "a2a_endpoint": "https://aio-hpl-rail.com/a2a",
      "agent_card": "https://aio-hpl-rail.com/.well-known/agent-card.json",
      "agent_id": "16780551347912857794",
      "status": "LIVE"
    },
    {
      "code": "AIO-BPL-Rail",
      "category": "Beauty Personal Care",
      "brand_type": "MDD Private Label",
      "scope": "category",
      "url": "https://aio-bpl-rail.com",
      "a2a_endpoint": "https://aio-bpl-rail.com/a2a",
      "agent_card": "https://aio-bpl-rail.com/.well-known/agent-card.json",
      "agent_id": "16251931538228719939",
      "status": "LIVE"
    },
    {
      "code": "AIO-BPC-Rail",
      "category": "Beauty Personal Care",
      "brand_type": "National Brand",
      "scope": "category",
      "url": "https://aio-bpc-rail.com",
      "a2a_endpoint": "https://aio-bpc-rail.com/a2a",
      "agent_card": "https://aio-bpc-rail.com/.well-known/agent-card.json",
      "agent_id": "7335607797678427004",
      "status": "LIVE"
    }
  ],
  "skills": [
    {
      "name": "listRails",
      "description": "Returns the directory of AIO Division rails — HPL, BPL, BPC — with category, brand type, A2A endpoint URL, agent ID, and status.",
      "endpoint": "https://mcp.gsc-em.com"
    },
    {
      "name": "resolveGtin",
      "description": "Resolves a GTIN to its ACM-68000 signal. Known GTINs return ACM-200 ALLOW with DPU trust anchor URL. Unknown GTINs return ACM-404 NOT_FOUND.",
      "endpoint": "https://mcp.gsc-em.com"
    },
    {
      "name": "getHealth",
      "description": "Operational status check — operator, MCP endpoint, registry, trust anchor, canonical ingress URL, live status of each AIO rail.",
      "endpoint": "https://mcp.gsc-em.com"
    },
    {
      "name": "ingestSignal",
      "description": "Submits a procurement signal into the ACM-68000 canonical ingress at x-gsi.ai/ingest. Universal catcher for all AIO rails.",
      "endpoint": "https://x-gsi.ai/ingest"
    }
  ],
  "compatibility": {
    "llm": ["Claude", "Mistral", "ChatGPT", "Copilot", "Gemini"],
    "hyperscalers": ["Microsoft Azure AI Foundry", "Google Cloud A2A Enterprise"],
    "erp": ["SAP S/4HANA", "Oracle Fusion", "Microsoft Dynamics 365"]
  },
  "compliance": ["ISO 27001", "SOC 2 Type II", "HIPAA", "GDPR"],
  "contact": {
    "ceo": {
      "name": "Matthew Keddy",
      "email": "MK@GSC-EM.com",
      "phone": "+1 647 237 7744"
    },
    "cto": {
      "name": "Alexander Burkert",
      "email": "AB@GSC-EM.com",
      "phone": "+1 647 237 1022"
    },
    "sales": {
      "name": "Ricardo Santana",
      "email": "RS@GSC-EM.com",
      "phone": "+1 619 638 4161"
    }
  }
}
