Skip to content
Back to StructureClerk

Card snapshot

structureclerk.ca · 2026-08-20 01:20:23 UTC · b7b68fa675c42c886863eee49d38d1e7069b1467898c48b2b3133c744cfa251b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "StructureClerk",
  "description": "AI regulatory compliance copilot. Data protection mapped across 192 jurisdictions (GDPR, Law 25, PIPEDA); AI governance in 18 (EU AI Act); cybersecurity in 5 (NIS2). Free for SMEs.",
  "url": "https://structureclerk.ca",
  "version": "2.0.0",
  "protocols": {
    "a2a": {
      "endpoint": "https://structureclerk.ca/api/a2a",
      "version": "0.2.1"
    },
    "mcp": {
      "endpoint": "https://structureclerk.ca/api/mcp-http",
      "version": "2025-03-26",
      "transport": "streamable-http"
    }
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "compliance-analysis",
      "name": "Compliance analysis",
      "description": "Assesses regulatory obligations for an SME based on jurisdiction, size and sector.",
      "tags": [
        "compliance",
        "GDPR",
        "Law25",
        "AI Act",
        "cybersecurity",
        "SME"
      ],
      "examples": [
        "What are my obligations under Law 25 if I collect customer data in Quebec?",
        "My company uses an LLM to process medical records, am I compliant with the AI Act?",
        "List my compliance priorities as a 15-employee SME in Ontario"
      ]
    },
    {
      "id": "jurisdiction-mapping",
      "name": "Jurisdiction mapping",
      "description": "Identifies applicable laws among 192 global jurisdictions based on company profile.",
      "tags": [
        "jurisdiction",
        "law-mapping",
        "multi-country"
      ]
    },
    {
      "id": "compliance-roadmap",
      "name": "Compliance roadmap",
      "description": "Generates a prioritized action plan adapted to SME budgets.",
      "tags": [
        "roadmap",
        "action-plan",
        "SME-budget"
      ]
    },
    {
      "id": "authority-decision",
      "name": "Authority decision",
      "description": "Advisory, rule-based decision on whether an AI agent may execute an action: ALLOW, APPROVE, DENY or ESCALATE, with framework-level citations and an evidence record. Advisory only: StructureClerk decides, your infrastructure enforces.",
      "tags": [
        "authority",
        "agent-governance",
        "policy-decision",
        "three-zones"
      ],
      "examples": [
        "May agent financebot-01 execute a $12,500 payment involving health data in Quebec?",
        "Can my support agent export a customer file containing personal data?"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ]
}